Shades of Dark Goldenrod #AA8211
Tints of Dark Goldenrod #AA8211
RGB
CMYK
RGB Variations
Color information
#AA8211 (or 0xAA8211) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 11. RGB value is (170,130,17). Sum of RGB (Red+Green+Blue) = 170+130+17=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8211 is #557DEE. Grayscale: #818181. Windows color (decimal): -5602799 or 1147562. OLE color: 1147562.
HSL color Cylindrical-coordinate representation of color #AA8211: hue angle of 44.31º 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 #AA8211 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 17 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.33 |
| HSL | 44.31º | 0.82% | 0.37% | - |
| HSV(B) | 44.31º | 0.9% | 0.67% | - |
| XYZ | 24.66 | 24.55 | 3.97 | - |
| YUV | 129.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 17 | 0 | 0.24 | 0.9 | 0.33 | 44.31 | 0.82 | 0.37 |
| Hex | AA | 82 | 11 | 0 | 18 | 5A | 21 | 2C | 52 | 25 |
| Octal | 252 | 202 | 21 | 0 | 30 | 132 | 41 | 54 | 122 | 45 |
| Binary | 10101010 | 10000010 | 10001 | 0 | 11000 | 1011010 | 100001 | 101100 | 1010010 | 100101 |
Color Harmonies of #AA8211
Complementary color
Monochromatic Colors of #AA8211
Black with #AA8211
Text Example
Text Example
White with #AA8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8211; }
p { color: rgb(170,130,17); }
H1.HeaderClassName
{
color: #AA8211;
}
.AnyTagClassName
{
color: #AA8211;
}
</style>
background-color css
<style>
a { background-color: #AA8211; }
a { background-color: rgb(170,130,17); }
div.DivClassName
{
background-color: #AA8211;
}
.BgClassName
{
background-color: #AA8211;
}
</style>
border-color css
<style>
span { border-color: #AA8211; }
span { border-color: rgb(170,130,17); }
td.TdClassName
{
border-color: #AA8211;
}
.TagClassName
{
border-color: #AA8211;
}
</style>