Shades of Dark Goldenrod #AC8516
Tints of Dark Goldenrod #AC8516
RGB
CMYK
RGB Variations
Color information
#AC8516 (or 0xAC8516) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 16. RGB value is (172,133,22). Sum of RGB (Red+Green+Blue) = 172+133+22=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8516 is #537AE9. Grayscale: #848484. Windows color (decimal): -5470954 or 1476012. OLE color: 1476012.
HSL color Cylindrical-coordinate representation of color #AC8516: hue angle of 44.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC8516 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 22 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.33 |
| HSL | 44.4º | 0.77% | 0.38% | - |
| HSV(B) | 44.4º | 0.87% | 0.67% | - |
| XYZ | 25.55 | 25.6 | 4.35 | - |
| YUV | 132.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 22 | 0 | 0.23 | 0.87 | 0.33 | 44.4 | 0.77 | 0.38 |
| Hex | AC | 85 | 16 | 0 | 17 | 57 | 21 | 2C | 4D | 26 |
| Octal | 254 | 205 | 26 | 0 | 27 | 127 | 41 | 54 | 115 | 46 |
| Binary | 10101100 | 10000101 | 10110 | 0 | 10111 | 1010111 | 100001 | 101100 | 1001101 | 100110 |
Color Harmonies of #AC8516
Complementary color
Monochromatic Colors of #AC8516
Black with #AC8516
Text Example
Text Example
White with #AC8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8516; }
p { color: rgb(172,133,22); }
H1.HeaderClassName
{
color: #AC8516;
}
.AnyTagClassName
{
color: #AC8516;
}
</style>
background-color css
<style>
a { background-color: #AC8516; }
a { background-color: rgb(172,133,22); }
div.DivClassName
{
background-color: #AC8516;
}
.BgClassName
{
background-color: #AC8516;
}
</style>
border-color css
<style>
span { border-color: #AC8516; }
span { border-color: rgb(172,133,22); }
td.TdClassName
{
border-color: #AC8516;
}
.TagClassName
{
border-color: #AC8516;
}
</style>