Cookie Dough
#ab7100
Cookie Dough, represented by the hex value #ab7100, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ab7100 | |
|---|---|---|
| RGB | rgb(171, 113, 0) | |
| HSL | hsl(40, 100%, 34%) | |
| CMYK | cmyk(0%, 34%, 100%, 33%) | |
| LAB | lab(53, 18, 59) | |
| OKLCH | oklch(0.6 0.126 74) |
Color harmonies
Tints & shades
Code snippets
color: #ab7100;
background-color: #ab7100;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAB7100)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.44, blue: 0.00, alpha: 1.0)