Brown Sugar
#ab764e
Brown Sugar is a color with the hex code #ab764e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ab764e | |
|---|---|---|
| RGB | rgb(171, 118, 78) | |
| HSL | hsl(26, 37%, 49%) | |
| CMYK | cmyk(0%, 31%, 54%, 33%) | |
| LAB | lab(55, 18, 31) | |
| OKLCH | oklch(0.61 0.087 57) |
Color harmonies
Tints & shades
Code snippets
color: #ab764e;
background-color: #ab764e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAB764E)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.46, blue: 0.31, alpha: 1.0)