Shades of Dark Goldenrod #AC8C00
Tints of Dark Goldenrod #AC8C00
RGB
CMYK
RGB Variations
Color information
#AC8C00 (or 0xAC8C00) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 00. RGB value is (172,140,0). Sum of RGB (Red+Green+Blue) = 172+140+0=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C00 is #5373FF. Grayscale: #868686. Windows color (decimal): -5469184 or 36012. OLE color: 36012.
HSL color Cylindrical-coordinate representation of color #AC8C00: hue angle of 48.84º 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 #AC8C00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.33 |
| HSL | 48.84º | 1% | 0.34% | - |
| HSV(B) | 48.84º | 1% | 0.67% | - |
| XYZ | 26.39 | 27.53 | 3.92 | - |
| YUV | 133.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 0 | 0 | 0.19 | 1 | 0.33 | 48.84 | 1 | 0.34 |
| Hex | AC | 8C | 0 | 0 | 13 | 64 | 21 | 31 | 64 | 22 |
| Octal | 254 | 214 | 0 | 0 | 23 | 144 | 41 | 61 | 144 | 42 |
| Binary | 10101100 | 10001100 | 0 | 0 | 10011 | 1100100 | 100001 | 110001 | 1100100 | 100010 |
Color Harmonies of #AC8C00
Complementary color
Monochromatic Colors of #AC8C00
Black with #AC8C00
Text Example
Text Example
White with #AC8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C00; }
p { color: rgb(172,140,0); }
H1.HeaderClassName
{
color: #AC8C00;
}
.AnyTagClassName
{
color: #AC8C00;
}
</style>
background-color css
<style>
a { background-color: #AC8C00; }
a { background-color: rgb(172,140,0); }
div.DivClassName
{
background-color: #AC8C00;
}
.BgClassName
{
background-color: #AC8C00;
}
</style>
border-color css
<style>
span { border-color: #AC8C00; }
span { border-color: rgb(172,140,0); }
td.TdClassName
{
border-color: #AC8C00;
}
.TagClassName
{
border-color: #AC8C00;
}
</style>