#a0782d
a dark, vivid orange · warm · closest name: peru
RGB
160, 120, 45
HSL
39°, 56%, 40%
CMYK
0, 25, 72, 37
Luminance
0.2110
Every format
| HEX | #a0782d |
| RGB | rgb(160, 120, 45) |
| HSL | hsl(39, 56%, 40%) |
| CMYK | cmyk(0%, 25%, 72%, 37%) |
| LAB | lab(53.1 7.9 45.5) |
| LCH | lch(53.1 46.2 80.2) |
| OKLCH | oklch(0.598 0.104 79.9) |
Copy-ready code
/* CSS */
color: #a0782d;
background-color: #a0782d;
/* Tailwind (arbitrary) */
class="text-[#a0782d] bg-[#a0782d]"
/* SCSS */
$brand: #a0782d;
/* SwiftUI */
Color(red: 0.627, green: 0.471, blue: 0.176)
/* Android */
Color.parseColor("#a0782d")Accessibility — WCAG contrast
Aa
#a0782d on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a0782d on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green47.1%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow71.9%
Key (black)37.3%
Color previews
#a0782d text on a black background
contrast 5.22:1
Card sample
#a0782d text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0782d;
Background color
Panel with #a0782d background
background-color: #a0782d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0782d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 120, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 120, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0782d; background: linear-gradient(135deg, #a0782d, #7BA02D);