#a0774e
a balanced, soft orange · warm · closest name: sienna
RGB
160, 119, 78
HSL
30°, 35%, 47%
CMYK
0, 26, 51, 37
Luminance
0.2122
Every format
| HEX | #a0774e |
| RGB | rgb(160, 119, 78) |
| HSL | hsl(30, 35%, 47%) |
| CMYK | cmyk(0%, 26%, 51%, 37%) |
| LAB | lab(53.2 10.9 28.7) |
| LCH | lch(53.2 30.7 69.1) |
| OKLCH | oklch(0.601 0.076 65.5) |
Copy-ready code
/* CSS */
color: #a0774e;
background-color: #a0774e;
/* Tailwind (arbitrary) */
class="text-[#a0774e] bg-[#a0774e]"
/* SCSS */
$brand: #a0774e;
/* SwiftUI */
Color(red: 0.627, green: 0.467, blue: 0.306)
/* Android */
Color.parseColor("#a0774e")Accessibility — WCAG contrast
Aa
#a0774e on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a0774e on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green46.7%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow51.2%
Key (black)37.3%
Color previews
#a0774e text on a black background
contrast 5.24:1
Card sample
#a0774e text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0774e;
Background color
Panel with #a0774e background
background-color: #a0774e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0774e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 119, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 119, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0774e; background: linear-gradient(135deg, #a0774e, #92A04E);