#af892c
a dark, vivid yellow · warm · closest name: peru
RGB
175, 137, 44
HSL
43°, 60%, 43%
CMYK
0, 22, 75, 31
Luminance
0.2719
Every format
| HEX | #af892c |
| RGB | rgb(175, 137, 44) |
| HSL | hsl(43, 60%, 43%) |
| CMYK | cmyk(0%, 22%, 75%, 31%) |
| LAB | lab(59.1 5.1 52.6) |
| LCH | lch(59.1 52.9 84.5) |
| OKLCH | oklch(0.650 0.117 85.6) |
Copy-ready code
/* CSS */
color: #af892c;
background-color: #af892c;
/* Tailwind (arbitrary) */
class="text-[#af892c] bg-[#af892c]"
/* SCSS */
$brand: #af892c;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.173)
/* Android */
Color.parseColor("#af892c")Accessibility — WCAG contrast
Aa
#af892c on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af892c on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow74.9%
Key (black)31.4%
Color previews
#af892c text on a black background
contrast 6.44:1
Card sample
#af892c text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af892c;
Background color
Panel with #af892c background
background-color: #af892c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af892c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af892c; background: linear-gradient(135deg, #af892c, #7EAF2C);