Shades of Dark Goldenrod #AC8204
Tints of Dark Goldenrod #AC8204
RGB
CMYK
RGB Variations
Color information
#AC8204 (or 0xAC8204) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 04. RGB value is (172,130,4). Sum of RGB (Red+Green+Blue) = 172+130+4=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8204 is #537DFB. Grayscale: #808080. Windows color (decimal): -5471740 or 295596. OLE color: 295596.
HSL color Cylindrical-coordinate representation of color #AC8204: hue angle of 45º 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 #AC8204 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.33 |
| HSL | 45º | 0.95% | 0.35% | - |
| HSV(B) | 45º | 0.98% | 0.67% | - |
| XYZ | 25.02 | 24.74 | 3.57 | - |
| YUV | 128.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 4 | 0 | 0.24 | 0.98 | 0.33 | 45 | 0.95 | 0.35 |
| Hex | AC | 82 | 4 | 0 | 18 | 62 | 21 | 2D | 5F | 23 |
| Octal | 254 | 202 | 4 | 0 | 30 | 142 | 41 | 55 | 137 | 43 |
| Binary | 10101100 | 10000010 | 100 | 0 | 11000 | 1100010 | 100001 | 101101 | 1011111 | 100011 |
Color Harmonies of #AC8204
Complementary color
Monochromatic Colors of #AC8204
Black with #AC8204
Text Example
Text Example
White with #AC8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8204; }
p { color: rgb(172,130,4); }
H1.HeaderClassName
{
color: #AC8204;
}
.AnyTagClassName
{
color: #AC8204;
}
</style>
background-color css
<style>
a { background-color: #AC8204; }
a { background-color: rgb(172,130,4); }
div.DivClassName
{
background-color: #AC8204;
}
.BgClassName
{
background-color: #AC8204;
}
</style>
border-color css
<style>
span { border-color: #AC8204; }
span { border-color: rgb(172,130,4); }
td.TdClassName
{
border-color: #AC8204;
}
.TagClassName
{
border-color: #AC8204;
}
</style>