#A0830F
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #A0830F
At its core, #A0830F is a dark and vivid hue. It is closely associated with the named CSS color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 131, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 18% M, 91% Y, and 37% K. The HSL representation is 48.0° hue, 82.9% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0830F
RGB160, 131, 15
HSL48.0°, 82.9%, 34.3%
CMYK0%, 18%, 91%, 37%
HSV48.0°, 90.6%, 62.7%
LAB55.8, 0.6, 58.3
XYZ22.7, 23.7, 3.8
Decimal10519311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0830F;
}
.text-color {
color: #A0830F;
}
.border-color {
border: 2px solid #A0830F;
}