#af852c
a dark, vivid yellow · warm · closest name: peru
RGB
175, 133, 44
HSL
41°, 60%, 43%
CMYK
0, 24, 75, 31
Luminance
0.2607
Every format
| HEX | #af852c |
| RGB | rgb(175, 133, 44) |
| HSL | hsl(41, 60%, 43%) |
| CMYK | cmyk(0%, 24%, 75%, 31%) |
| LAB | lab(58.1 7.3 51.6) |
| LCH | lch(58.1 52.1 81.9) |
| OKLCH | oklch(0.641 0.115 82.3) |
Copy-ready code
/* CSS */
color: #af852c;
background-color: #af852c;
/* Tailwind (arbitrary) */
class="text-[#af852c] bg-[#af852c]"
/* SCSS */
$brand: #af852c;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.173)
/* Android */
Color.parseColor("#af852c")Accessibility — WCAG contrast
Aa
#af852c on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af852c on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow74.9%
Key (black)31.4%
Color previews
#af852c text on a black background
contrast 6.21:1
Card sample
#af852c text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af852c;
Background color
Panel with #af852c background
background-color: #af852c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af852c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af852c; background: linear-gradient(135deg, #af852c, #81AF2C);