Hickory
#b7a28e
Hickory, represented by the hex value #b7a28e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b7a28e | |
|---|---|---|
| RGB | rgb(183, 162, 142) | |
| HSL | hsl(29, 22%, 64%) | |
| CMYK | cmyk(0%, 11%, 22%, 28%) | |
| LAB | lab(68, 6, 13) | |
| OKLCH | oklch(0.73 0.037 66) |
Color harmonies
Tints & shades
Code snippets
color: #b7a28e;
background-color: #b7a28e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFB7A28E)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.64, blue: 0.56, alpha: 1.0)