#A07500
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A07500
Visually, #A07500 is defined as a vivid orange. Designers often compare it to the standard color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 117, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 27% Magenta, 100% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A07500
RGB160, 117, 0
HSL43.9°, 100.0%, 31.4%
CMYK0%, 27%, 100%, 37%
HSV43.9°, 100.0%, 62.7%
LAB52.1, 8.2, 58.3
XYZ20.9, 20.2, 2.8
Decimal10515712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A07500;
}
.text-color {
color: #A07500;
}
.border-color {
border: 2px solid #A07500;
}