Stroopwafel
#a86f48
Stroopwafel, represented by the hex value #a86f48, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a86f48 | |
|---|---|---|
| RGB | rgb(168, 111, 72) | |
| HSL | hsl(24, 40%, 47%) | |
| CMYK | cmyk(0%, 34%, 57%, 34%) | |
| LAB | lab(52, 20, 31) | |
| OKLCH | oklch(0.59 0.09 54) |
Color harmonies
Tints & shades
Code snippets
color: #a86f48;
background-color: #a86f48;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA86F48)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.44, blue: 0.28, alpha: 1.0)