Caramel
#af6f09
Looking for the precise values behind Caramel (#af6f09)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #af6f09 | |
|---|---|---|
| RGB | rgb(175, 111, 9) | |
| HSL | hsl(37, 90%, 36%) | |
| CMYK | cmyk(0%, 37%, 95%, 31%) | |
| LAB | lab(53, 21, 58) | |
| OKLCH | oklch(0.6 0.127 69) |
Color harmonies
Tints & shades
Code snippets
color: #af6f09;
background-color: #af6f09;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFAF6F09)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.44, blue: 0.04, alpha: 1.0)