Shades of Dark Goldenrod #AC8000
Tints of Dark Goldenrod #AC8000
RGB
CMYK
RGB Variations
Color information
#AC8000 (or 0xAC8000) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 00. RGB value is (172,128,0). Sum of RGB (Red+Green+Blue) = 172+128+0=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8000 is #537FFF. Grayscale: #7F7F7F. Windows color (decimal): -5472256 or 32940. OLE color: 32940.
HSL color Cylindrical-coordinate representation of color #AC8000: hue angle of 44.65º 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 #AC8000 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.33 |
| HSL | 44.65º | 1% | 0.34% | - |
| HSV(B) | 44.65º | 1% | 0.67% | - |
| XYZ | 24.73 | 24.21 | 3.37 | - |
| YUV | 126.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 0 | 0 | 0.26 | 1 | 0.33 | 44.65 | 1 | 0.34 |
| Hex | AC | 80 | 0 | 0 | 1A | 64 | 21 | 2D | 64 | 22 |
| Octal | 254 | 200 | 0 | 0 | 32 | 144 | 41 | 55 | 144 | 42 |
| Binary | 10101100 | 10000000 | 0 | 0 | 11010 | 1100100 | 100001 | 101101 | 1100100 | 100010 |
Color Harmonies of #AC8000
Complementary color
Monochromatic Colors of #AC8000
Black with #AC8000
Text Example
Text Example
White with #AC8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8000; }
p { color: rgb(172,128,0); }
H1.HeaderClassName
{
color: #AC8000;
}
.AnyTagClassName
{
color: #AC8000;
}
</style>
background-color css
<style>
a { background-color: #AC8000; }
a { background-color: rgb(172,128,0); }
div.DivClassName
{
background-color: #AC8000;
}
.BgClassName
{
background-color: #AC8000;
}
</style>
border-color css
<style>
span { border-color: #AC8000; }
span { border-color: rgb(172,128,0); }
td.TdClassName
{
border-color: #AC8000;
}
.TagClassName
{
border-color: #AC8000;
}
</style>