Aged Antics
#886b2e
Aged Antics, represented by the hex value #886b2e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #886b2e | |
|---|---|---|
| RGB | rgb(136, 107, 46) | |
| HSL | hsl(41, 49%, 36%) | |
| CMYK | cmyk(0%, 21%, 66%, 47%) | |
| LAB | lab(47, 7, 38) | |
| OKLCH | oklch(0.54 0.087 84) |
Color harmonies
Tints & shades
Code snippets
color: #886b2e;
background-color: #886b2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF886B2E)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.42, blue: 0.18, alpha: 1.0)