Shades of Dark Goldenrod #AC8500
Tints of Dark Goldenrod #AC8500
RGB
CMYK
RGB Variations
Color information
#AC8500 (or 0xAC8500) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 00. RGB value is (172,133,0). Sum of RGB (Red+Green+Blue) = 172+133+0=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8500 is #537AFF. Grayscale: #828282. Windows color (decimal): -5470976 or 34220. OLE color: 34220.
HSL color Cylindrical-coordinate representation of color #AC8500: hue angle of 46.4º 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 #AC8500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.33 |
| HSL | 46.4º | 1% | 0.34% | - |
| HSV(B) | 46.4º | 1% | 0.67% | - |
| XYZ | 25.4 | 25.55 | 3.59 | - |
| YUV | 129.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 0 | 0 | 0.23 | 1 | 0.33 | 46.4 | 1 | 0.34 |
| Hex | AC | 85 | 0 | 0 | 17 | 64 | 21 | 2E | 64 | 22 |
| Octal | 254 | 205 | 0 | 0 | 27 | 144 | 41 | 56 | 144 | 42 |
| Binary | 10101100 | 10000101 | 0 | 0 | 10111 | 1100100 | 100001 | 101110 | 1100100 | 100010 |
Color Harmonies of #AC8500
Complementary color
Monochromatic Colors of #AC8500
Black with #AC8500
Text Example
Text Example
White with #AC8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8500; }
p { color: rgb(172,133,0); }
H1.HeaderClassName
{
color: #AC8500;
}
.AnyTagClassName
{
color: #AC8500;
}
</style>
background-color css
<style>
a { background-color: #AC8500; }
a { background-color: rgb(172,133,0); }
div.DivClassName
{
background-color: #AC8500;
}
.BgClassName
{
background-color: #AC8500;
}
</style>
border-color css
<style>
span { border-color: #AC8500; }
span { border-color: rgb(172,133,0); }
td.TdClassName
{
border-color: #AC8500;
}
.TagClassName
{
border-color: #AC8500;
}
</style>