Shades of Dark Goldenrod #AC8510
Tints of Dark Goldenrod #AC8510
RGB
CMYK
RGB Variations
Color information
#AC8510 (or 0xAC8510) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 10. RGB value is (172,133,16). Sum of RGB (Red+Green+Blue) = 172+133+16=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8510 is #537AEF. Grayscale: #838383. Windows color (decimal): -5470960 or 1082796. OLE color: 1082796.
HSL color Cylindrical-coordinate representation of color #AC8510: hue angle of 45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC8510 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.33 |
| HSL | 45º | 0.83% | 0.37% | - |
| HSV(B) | 45º | 0.91% | 0.67% | - |
| XYZ | 25.49 | 25.58 | 4.08 | - |
| YUV | 131.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 16 | 0 | 0.23 | 0.91 | 0.33 | 45 | 0.83 | 0.37 |
| Hex | AC | 85 | 10 | 0 | 17 | 5B | 21 | 2D | 53 | 25 |
| Octal | 254 | 205 | 20 | 0 | 27 | 133 | 41 | 55 | 123 | 45 |
| Binary | 10101100 | 10000101 | 10000 | 0 | 10111 | 1011011 | 100001 | 101101 | 1010011 | 100101 |
Color Harmonies of #AC8510
Complementary color
Monochromatic Colors of #AC8510
Black with #AC8510
Text Example
Text Example
White with #AC8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8510; }
p { color: rgb(172,133,16); }
H1.HeaderClassName
{
color: #AC8510;
}
.AnyTagClassName
{
color: #AC8510;
}
</style>
background-color css
<style>
a { background-color: #AC8510; }
a { background-color: rgb(172,133,16); }
div.DivClassName
{
background-color: #AC8510;
}
.BgClassName
{
background-color: #AC8510;
}
</style>
border-color css
<style>
span { border-color: #AC8510; }
span { border-color: rgb(172,133,16); }
td.TdClassName
{
border-color: #AC8510;
}
.TagClassName
{
border-color: #AC8510;
}
</style>