Shades of Dark Goldenrod #AC8211
Tints of Dark Goldenrod #AC8211
RGB
CMYK
RGB Variations
Color information
#AC8211 (or 0xAC8211) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 11. RGB value is (172,130,17). Sum of RGB (Red+Green+Blue) = 172+130+17=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8211 is #537DEE. Grayscale: #828282. Windows color (decimal): -5471727 or 1147564. OLE color: 1147564.
HSL color Cylindrical-coordinate representation of color #AC8211: hue angle of 43.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8211 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 17 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.33 |
| HSL | 43.74º | 0.82% | 0.37% | - |
| HSV(B) | 43.74º | 0.9% | 0.67% | - |
| XYZ | 25.1 | 24.78 | 3.99 | - |
| YUV | 129.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 17 | 0 | 0.24 | 0.90 | 0.33 | 43.74 | 0.82 | 0.37 |
| Hex | AC | 82 | 11 | 0 | 18 | 5A | 21 | 2C | 52 | 25 |
| Octal | 254 | 202 | 21 | 0 | 30 | 132 | 41 | 54 | 122 | 45 |
| Binary | 10101100 | 10000010 | 10001 | 0 | 11000 | 1011010 | 100001 | 101100 | 1010010 | 100101 |
Color Harmonies of #AC8211
Complementary color
Monochromatic Colors of #AC8211
Black with #AC8211
Text Example
Text Example
White with #AC8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8211; }
p { color: rgb(172,130,17); }
H1.HeaderClassName
{
color: #AC8211;
}
.AnyTagClassName
{
color: #AC8211;
}
</style>
background-color css
<style>
a { background-color: #AC8211; }
a { background-color: rgb(172,130,17); }
div.DivClassName
{
background-color: #AC8211;
}
.BgClassName
{
background-color: #AC8211;
}
</style>
border-color css
<style>
span { border-color: #AC8211; }
span { border-color: rgb(172,130,17); }
td.TdClassName
{
border-color: #AC8211;
}
.TagClassName
{
border-color: #AC8211;
}
</style>