#af652e
a dark, vivid orange · warm · closest name: sienna
RGB
175, 101, 46
HSL
26°, 58%, 43%
CMYK
0, 42, 74, 31
Luminance
0.1862
Every format
| HEX | #af652e |
| RGB | rgb(175, 101, 46) |
| HSL | hsl(26, 58%, 43%) |
| CMYK | cmyk(0%, 42%, 74%, 31%) |
| LAB | lab(50.2 25.3 42.7) |
| LCH | lch(50.2 49.6 59.4) |
| OKLCH | oklch(0.580 0.118 54.3) |
Copy-ready code
/* CSS */
color: #af652e;
background-color: #af652e;
/* Tailwind (arbitrary) */
class="text-[#af652e] bg-[#af652e]"
/* SCSS */
$brand: #af652e;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.180)
/* Android */
Color.parseColor("#af652e")Accessibility — WCAG contrast
Aa
#af652e on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af652e on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow73.7%
Key (black)31.4%
Color previews
#af652e text on a black background
contrast 4.72:1
Card sample
#af652e text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af652e;
Background color
Panel with #af652e background
background-color: #af652e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af652e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af652e; background: linear-gradient(135deg, #af652e, #A3AF2E);