#A8830F
A dark, vivid yellow closely aligning with Darkgoldenrod.
About #A8830F
Visually, #A8830F is defined as a vivid yellow. Designers often compare it to the standard color Darkgoldenrod. Its digital footprint relies on 168 parts red, 131 parts green, and 15 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 22% magenta, 91% yellow, and 34% black. With a hue angle of 45.5 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8830F
RGB168, 131, 15
HSL45.5°, 83.6%, 35.9%
CMYK0%, 22%, 91%, 34%
HSV45.5°, 91.1%, 65.9%
LAB56.7, 4.3, 59.3
XYZ24.4, 24.6, 3.9
Decimal11043599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A8830F;
}
.text-color {
color: #A8830F;
}
.border-color {
border: 2px solid #A8830F;
}