Pecan
#a67253
Looking for the precise values behind Pecan (#a67253)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a67253 | |
|---|---|---|
| RGB | rgb(166, 114, 83) | |
| HSL | hsl(22, 33%, 49%) | |
| CMYK | cmyk(0%, 31%, 50%, 35%) | |
| LAB | lab(53, 18, 26) | |
| OKLCH | oklch(0.6 0.08 51) |
Color harmonies
Tints & shades
Code snippets
color: #a67253;
background-color: #a67253;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA67253)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.45, blue: 0.33, alpha: 1.0)