Honey
#ae8934
Looking for the precise values behind Honey (#ae8934)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ae8934 | |
|---|---|---|
| RGB | rgb(174, 137, 52) | |
| HSL | hsl(42, 54%, 44%) | |
| CMYK | cmyk(0%, 21%, 70%, 32%) | |
| LAB | lab(59, 8, 49) | |
| OKLCH | oklch(0.65 0.111 85) |
Color harmonies
Tints & shades
Code snippets
color: #ae8934;
background-color: #ae8934;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAE8934)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.54, blue: 0.20, alpha: 1.0)