#A07C07
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #A07C07
The hex code #A07C07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkgoldenrod. This translates to an RGB value of rgb(160, 124, 7).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 22% magenta, 96% yellow, and 37% black. The HSL representation is 45.9° hue, 91.6% saturation, and 32.7% lightness.
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#A07C07
RGB160, 124, 7
HSL45.9°, 91.6%, 32.7%
CMYK0%, 22%, 96%, 37%
HSV45.9°, 95.6%, 62.7%
LAB53.9, 4.4, 58.3
XYZ21.7, 21.9, 3.3
Decimal10517511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07C07;
}
.text-color {
color: #A07C07;
}
.border-color {
border: 2px solid #A07C07;
}