Shades of Dark Goldenrod #AC8800
Tints of Dark Goldenrod #AC8800
RGB
CMYK
RGB Variations
Color information
#AC8800 (or 0xAC8800) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 00. RGB value is (172,136,0). Sum of RGB (Red+Green+Blue) = 172+136+0=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8800 is #5377FF. Grayscale: #838383. Windows color (decimal): -5470208 or 34988. OLE color: 34988.
HSL color Cylindrical-coordinate representation of color #AC8800: hue angle of 47.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC8800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.33 |
| HSL | 47.44º | 1% | 0.34% | - |
| HSV(B) | 47.44º | 1% | 0.67% | - |
| XYZ | 25.82 | 26.38 | 3.73 | - |
| YUV | 131.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 0 | 0 | 0.21 | 1 | 0.33 | 47.44 | 1 | 0.34 |
| Hex | AC | 88 | 0 | 0 | 15 | 64 | 21 | 2F | 64 | 22 |
| Octal | 254 | 210 | 0 | 0 | 25 | 144 | 41 | 57 | 144 | 42 |
| Binary | 10101100 | 10001000 | 0 | 0 | 10101 | 1100100 | 100001 | 101111 | 1100100 | 100010 |
Color Harmonies of #AC8800
Complementary color
Monochromatic Colors of #AC8800
Black with #AC8800
Text Example
Text Example
White with #AC8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8800; }
p { color: rgb(172,136,0); }
H1.HeaderClassName
{
color: #AC8800;
}
.AnyTagClassName
{
color: #AC8800;
}
</style>
background-color css
<style>
a { background-color: #AC8800; }
a { background-color: rgb(172,136,0); }
div.DivClassName
{
background-color: #AC8800;
}
.BgClassName
{
background-color: #AC8800;
}
</style>
border-color css
<style>
span { border-color: #AC8800; }
span { border-color: rgb(172,136,0); }
td.TdClassName
{
border-color: #AC8800;
}
.TagClassName
{
border-color: #AC8800;
}
</style>