#A88A2C
A medium, moderate yellow closely aligning with Darkgoldenrod.
About #A88A2C
Visually, #A88A2C is defined as a moderate yellow. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(168, 138, 44).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 18% M, 74% Y, and 34% K. With a hue angle of 45.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A88A2C
RGB168, 138, 44
HSL45.5°, 58.5%, 41.6%
CMYK0%, 18%, 74%, 34%
HSV45.5°, 73.8%, 65.9%
LAB58.7, 1.4, 51.9
XYZ25.7, 26.7, 6.2
Decimal11045420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88A2C;
}
.text-color {
color: #A88A2C;
}
.border-color {
border: 2px solid #A88A2C;
}