Shades of Dark Goldenrod #AC8517
Tints of Dark Goldenrod #AC8517
RGB
CMYK
RGB Variations
Color information
#AC8517 (or 0xAC8517) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 17. RGB value is (172,133,23). Sum of RGB (Red+Green+Blue) = 172+133+23=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8517 is #537AE8. Grayscale: #848484. Windows color (decimal): -5470953 or 1541548. OLE color: 1541548.
HSL color Cylindrical-coordinate representation of color #AC8517: hue angle of 44.3º degrees, saturation: 0.76, 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 #AC8517 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 23 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.33 |
| HSL | 44.3º | 0.76% | 0.38% | - |
| HSV(B) | 44.3º | 0.87% | 0.67% | - |
| XYZ | 25.56 | 25.61 | 4.41 | - |
| YUV | 132.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 23 | 0 | 0.23 | 0.87 | 0.33 | 44.3 | 0.76 | 0.38 |
| Hex | AC | 85 | 17 | 0 | 17 | 57 | 21 | 2C | 4C | 26 |
| Octal | 254 | 205 | 27 | 0 | 27 | 127 | 41 | 54 | 114 | 46 |
| Binary | 10101100 | 10000101 | 10111 | 0 | 10111 | 1010111 | 100001 | 101100 | 1001100 | 100110 |
Color Harmonies of #AC8517
Complementary color
Monochromatic Colors of #AC8517
Black with #AC8517
Text Example
Text Example
White with #AC8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8517; }
p { color: rgb(172,133,23); }
H1.HeaderClassName
{
color: #AC8517;
}
.AnyTagClassName
{
color: #AC8517;
}
</style>
background-color css
<style>
a { background-color: #AC8517; }
a { background-color: rgb(172,133,23); }
div.DivClassName
{
background-color: #AC8517;
}
.BgClassName
{
background-color: #AC8517;
}
</style>
border-color css
<style>
span { border-color: #AC8517; }
span { border-color: rgb(172,133,23); }
td.TdClassName
{
border-color: #AC8517;
}
.TagClassName
{
border-color: #AC8517;
}
</style>