#a0861b
a dark, vivid yellow · cool · closest name: olive
RGB
160, 134, 27
HSL
48°, 71%, 37%
CMYK
0, 16, 83, 37
Luminance
0.2460
Every format
| HEX | #a0861b |
| RGB | rgb(160, 134, 27) |
| HSL | hsl(48, 71%, 37%) |
| CMYK | cmyk(0%, 16%, 83%, 37%) |
| LAB | lab(56.7 -0.7 55.9) |
| LCH | lch(56.7 55.9 90.7) |
| OKLCH | oklch(0.626 0.120 94.1) |
Copy-ready code
/* CSS */
color: #a0861b;
background-color: #a0861b;
/* Tailwind (arbitrary) */
class="text-[#a0861b] bg-[#a0861b]"
/* SCSS */
$brand: #a0861b;
/* SwiftUI */
Color(red: 0.627, green: 0.525, blue: 0.106)
/* Android */
Color.parseColor("#a0861b")Accessibility — WCAG contrast
Aa
#a0861b on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a0861b on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green52.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow83.1%
Key (black)37.3%
Color previews
#a0861b text on a black background
contrast 5.92:1
Card sample
#a0861b text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0861b;
Background color
Panel with #a0861b background
background-color: #a0861b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0861b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 134, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 134, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0861b; background: linear-gradient(135deg, #a0861b, #61A01B);