#ac892c
a dark, vivid yellow · warm · closest name: peru
RGB
172, 137, 44
HSL
44°, 59%, 42%
CMYK
0, 20, 74, 33
Luminance
0.2684
Every format
| HEX | #ac892c |
| RGB | rgb(172, 137, 44) |
| HSL | hsl(44, 59%, 42%) |
| CMYK | cmyk(0%, 20%, 74%, 33%) |
| LAB | lab(58.8 3.8 52.2) |
| LCH | lch(58.8 52.3 85.9) |
| OKLCH | oklch(0.646 0.116 87.4) |
Copy-ready code
/* CSS */
color: #ac892c;
background-color: #ac892c;
/* Tailwind (arbitrary) */
class="text-[#ac892c] bg-[#ac892c]"
/* SCSS */
$brand: #ac892c;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.173)
/* Android */
Color.parseColor("#ac892c")Accessibility — WCAG contrast
Aa
#ac892c on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac892c on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow74.4%
Key (black)32.5%
Color previews
#ac892c text on a black background
contrast 6.37:1
Card sample
#ac892c text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac892c;
Background color
Panel with #ac892c background
background-color: #ac892c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac892c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac892c; background: linear-gradient(135deg, #ac892c, #7AAC2C);