Shades of Dark Goldenrod #AC8802
Tints of Dark Goldenrod #AC8802
RGB
CMYK
RGB Variations
Color information
#AC8802 (or 0xAC8802) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 02. RGB value is (172,136,2). Sum of RGB (Red+Green+Blue) = 172+136+2=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8802 is #5377FD. Grayscale: #848484. Windows color (decimal): -5470206 or 166060. OLE color: 166060.
HSL color Cylindrical-coordinate representation of color #AC8802: hue angle of 47.29º 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 #AC8802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.33 |
| HSL | 47.29º | 0.98% | 0.34% | - |
| HSV(B) | 47.29º | 0.99% | 0.67% | - |
| XYZ | 25.83 | 26.38 | 3.79 | - |
| YUV | 131.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 2 | 0 | 0.21 | 0.99 | 0.33 | 47.29 | 0.98 | 0.34 |
| Hex | AC | 88 | 2 | 0 | 15 | 63 | 21 | 2F | 62 | 22 |
| Octal | 254 | 210 | 2 | 0 | 25 | 143 | 41 | 57 | 142 | 42 |
| Binary | 10101100 | 10001000 | 10 | 0 | 10101 | 1100011 | 100001 | 101111 | 1100010 | 100010 |
Color Harmonies of #AC8802
Complementary color
Monochromatic Colors of #AC8802
Black with #AC8802
Text Example
Text Example
White with #AC8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8802; }
p { color: rgb(172,136,2); }
H1.HeaderClassName
{
color: #AC8802;
}
.AnyTagClassName
{
color: #AC8802;
}
</style>
background-color css
<style>
a { background-color: #AC8802; }
a { background-color: rgb(172,136,2); }
div.DivClassName
{
background-color: #AC8802;
}
.BgClassName
{
background-color: #AC8802;
}
</style>
border-color css
<style>
span { border-color: #AC8802; }
span { border-color: rgb(172,136,2); }
td.TdClassName
{
border-color: #AC8802;
}
.TagClassName
{
border-color: #AC8802;
}
</style>