#ac892f
a dark, vivid yellow · warm · closest name: peru
RGB
172, 137, 47
HSL
43°, 57%, 43%
CMYK
0, 20, 73, 33
Luminance
0.2687
Every format
| HEX | #ac892f |
| RGB | rgb(172, 137, 47) |
| HSL | hsl(43, 57%, 43%) |
| CMYK | cmyk(0%, 20%, 73%, 33%) |
| LAB | lab(58.9 3.9 51.0) |
| LCH | lch(58.9 51.1 85.6) |
| OKLCH | oklch(0.647 0.114 86.9) |
Copy-ready code
/* CSS */
color: #ac892f;
background-color: #ac892f;
/* Tailwind (arbitrary) */
class="text-[#ac892f] bg-[#ac892f]"
/* SCSS */
$brand: #ac892f;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#ac892f")Accessibility — WCAG contrast
Aa
#ac892f on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac892f on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow72.7%
Key (black)32.5%
Color previews
#ac892f text on a black background
contrast 6.37:1
Card sample
#ac892f text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac892f;
Background color
Panel with #ac892f background
background-color: #ac892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac892f; background: linear-gradient(135deg, #ac892f, #7CAC2F);