Caramelised Pecan
#a17b4d
Caramelised Pecan, represented by the hex value #a17b4d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a17b4d | |
|---|---|---|
| RGB | rgb(161, 123, 77) | |
| HSL | hsl(33, 35%, 47%) | |
| CMYK | cmyk(0%, 24%, 52%, 37%) | |
| LAB | lab(55, 11, 31) | |
| OKLCH | oklch(0.61 0.078 71) |
Color harmonies
Tints & shades
Code snippets
color: #a17b4d;
background-color: #a17b4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA17B4D)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.48, blue: 0.30, alpha: 1.0)