#af772c
a dark, vivid orange · warm · closest name: peru
RGB
175, 119, 44
HSL
34°, 60%, 43%
CMYK
0, 32, 75, 31
Luminance
0.2249
Every format
| HEX | #af772c |
| RGB | rgb(175, 119, 44) |
| HSL | hsl(34, 60%, 43%) |
| CMYK | cmyk(0%, 32%, 75%, 31%) |
| LAB | lab(54.5 15.1 48.0) |
| LCH | lch(54.5 50.4 72.5) |
| OKLCH | oklch(0.614 0.113 70.2) |
Copy-ready code
/* CSS */
color: #af772c;
background-color: #af772c;
/* Tailwind (arbitrary) */
class="text-[#af772c] bg-[#af772c]"
/* SCSS */
$brand: #af772c;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.173)
/* Android */
Color.parseColor("#af772c")Accessibility — WCAG contrast
Aa
#af772c on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af772c on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow74.9%
Key (black)31.4%
Color previews
#af772c text on a black background
contrast 5.50:1
Card sample
#af772c text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af772c;
Background color
Panel with #af772c background
background-color: #af772c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af772c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af772c; background: linear-gradient(135deg, #af772c, #8FAF2C);