Shades of Dark Goldenrod #AC8402
Tints of Dark Goldenrod #AC8402
RGB
CMYK
RGB Variations
Color information
#AC8402 (or 0xAC8402) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 02. RGB value is (172,132,2). Sum of RGB (Red+Green+Blue) = 172+132+2=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8402 is #537BFD. Grayscale: #818181. Windows color (decimal): -5471230 or 165036. OLE color: 165036.
HSL color Cylindrical-coordinate representation of color #AC8402: hue angle of 45.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC8402 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.33 |
| HSL | 45.88º | 0.98% | 0.34% | - |
| HSV(B) | 45.88º | 0.99% | 0.67% | - |
| XYZ | 25.28 | 25.28 | 3.6 | - |
| YUV | 129.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 2 | 0 | 0.23 | 0.99 | 0.33 | 45.88 | 0.98 | 0.34 |
| Hex | AC | 84 | 2 | 0 | 17 | 63 | 21 | 2E | 62 | 22 |
| Octal | 254 | 204 | 2 | 0 | 27 | 143 | 41 | 56 | 142 | 42 |
| Binary | 10101100 | 10000100 | 10 | 0 | 10111 | 1100011 | 100001 | 101110 | 1100010 | 100010 |
Color Harmonies of #AC8402
Complementary color
Monochromatic Colors of #AC8402
Black with #AC8402
Text Example
Text Example
White with #AC8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8402; }
p { color: rgb(172,132,2); }
H1.HeaderClassName
{
color: #AC8402;
}
.AnyTagClassName
{
color: #AC8402;
}
</style>
background-color css
<style>
a { background-color: #AC8402; }
a { background-color: rgb(172,132,2); }
div.DivClassName
{
background-color: #AC8402;
}
.BgClassName
{
background-color: #AC8402;
}
</style>
border-color css
<style>
span { border-color: #AC8402; }
span { border-color: rgb(172,132,2); }
td.TdClassName
{
border-color: #AC8402;
}
.TagClassName
{
border-color: #AC8402;
}
</style>