Nougat
#ae8a78
Looking for the precise values behind Nougat (#ae8a78)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ae8a78 | |
|---|---|---|
| RGB | rgb(174, 138, 120) | |
| HSL | hsl(20, 25%, 58%) | |
| CMYK | cmyk(0%, 21%, 31%, 32%) | |
| LAB | lab(61, 12, 15) | |
| OKLCH | oklch(0.66 0.051 48) |
Color harmonies
Tints & shades
Code snippets
color: #ae8a78;
background-color: #ae8a78;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAE8A78)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.54, blue: 0.47, alpha: 1.0)