Shades of Dark Goldenrod #AC8404
Tints of Dark Goldenrod #AC8404
RGB
CMYK
RGB Variations
Color information
#AC8404 (or 0xAC8404) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 04. RGB value is (172,132,4). Sum of RGB (Red+Green+Blue) = 172+132+4=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8404 is #537BFB. Grayscale: #818181. Windows color (decimal): -5471228 or 296108. OLE color: 296108.
HSL color Cylindrical-coordinate representation of color #AC8404: hue angle of 45.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC8404 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.33 |
| HSL | 45.71º | 0.95% | 0.35% | - |
| HSV(B) | 45.71º | 0.98% | 0.67% | - |
| XYZ | 25.29 | 25.28 | 3.66 | - |
| YUV | 129.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 4 | 0 | 0.23 | 0.98 | 0.33 | 45.71 | 0.95 | 0.35 |
| Hex | AC | 84 | 4 | 0 | 17 | 62 | 21 | 2E | 5F | 23 |
| Octal | 254 | 204 | 4 | 0 | 27 | 142 | 41 | 56 | 137 | 43 |
| Binary | 10101100 | 10000100 | 100 | 0 | 10111 | 1100010 | 100001 | 101110 | 1011111 | 100011 |
Color Harmonies of #AC8404
Complementary color
Monochromatic Colors of #AC8404
Black with #AC8404
Text Example
Text Example
White with #AC8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8404; }
p { color: rgb(172,132,4); }
H1.HeaderClassName
{
color: #AC8404;
}
.AnyTagClassName
{
color: #AC8404;
}
</style>
background-color css
<style>
a { background-color: #AC8404; }
a { background-color: rgb(172,132,4); }
div.DivClassName
{
background-color: #AC8404;
}
.BgClassName
{
background-color: #AC8404;
}
</style>
border-color css
<style>
span { border-color: #AC8404; }
span { border-color: rgb(172,132,4); }
td.TdClassName
{
border-color: #AC8404;
}
.TagClassName
{
border-color: #AC8404;
}
</style>