Incense
#af9a7e
Incense, represented by the hex value #af9a7e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #af9a7e | |
|---|---|---|
| RGB | rgb(175, 154, 126) | |
| HSL | hsl(34, 23%, 59%) | |
| CMYK | cmyk(0%, 12%, 28%, 31%) | |
| LAB | lab(65, 5, 18) | |
| OKLCH | oklch(0.7 0.046 75) |
Color harmonies
Tints & shades
Code snippets
color: #af9a7e;
background-color: #af9a7e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAF9A7E)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.60, blue: 0.49, alpha: 1.0)