Shades of Dark Goldenrod #AC8F00
Tints of Dark Goldenrod #AC8F00
RGB
CMYK
RGB Variations
Color information
#AC8F00 (or 0xAC8F00) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 00. RGB value is (172,143,0). Sum of RGB (Red+Green+Blue) = 172+143+0=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F00 is #5370FF. Grayscale: #878787. Windows color (decimal): -5468416 or 36780. OLE color: 36780.
HSL color Cylindrical-coordinate representation of color #AC8F00: hue angle of 49.88º 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 #AC8F00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.33 |
| HSL | 49.88º | 1% | 0.34% | - |
| HSV(B) | 49.88º | 1% | 0.67% | - |
| XYZ | 26.84 | 28.42 | 4.07 | - |
| YUV | 135.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 0 | 0 | 0.17 | 1 | 0.33 | 49.88 | 1 | 0.34 |
| Hex | AC | 8F | 0 | 0 | 11 | 64 | 21 | 32 | 64 | 22 |
| Octal | 254 | 217 | 0 | 0 | 21 | 144 | 41 | 62 | 144 | 42 |
| Binary | 10101100 | 10001111 | 0 | 0 | 10001 | 1100100 | 100001 | 110010 | 1100100 | 100010 |
Color Harmonies of #AC8F00
Complementary color
Monochromatic Colors of #AC8F00
Black with #AC8F00
Text Example
Text Example
White with #AC8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F00; }
p { color: rgb(172,143,0); }
H1.HeaderClassName
{
color: #AC8F00;
}
.AnyTagClassName
{
color: #AC8F00;
}
</style>
background-color css
<style>
a { background-color: #AC8F00; }
a { background-color: rgb(172,143,0); }
div.DivClassName
{
background-color: #AC8F00;
}
.BgClassName
{
background-color: #AC8F00;
}
</style>
border-color css
<style>
span { border-color: #AC8F00; }
span { border-color: rgb(172,143,0); }
td.TdClassName
{
border-color: #AC8F00;
}
.TagClassName
{
border-color: #AC8F00;
}
</style>