Shades of Dark Goldenrod #AA8210
Tints of Dark Goldenrod #AA8210
RGB
CMYK
RGB Variations
Color information
#AA8210 (or 0xAA8210) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 10. RGB value is (170,130,16). Sum of RGB (Red+Green+Blue) = 170+130+16=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8210 is #557DEF. Grayscale: #818181. Windows color (decimal): -5602800 or 1082026. OLE color: 1082026.
HSL color Cylindrical-coordinate representation of color #AA8210: hue angle of 44.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA8210 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 44.42º | 0.83% | 0.36% | - |
| HSV(B) | 44.42º | 0.91% | 0.67% | - |
| XYZ | 24.65 | 24.55 | 3.93 | - |
| YUV | 128.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 16 | 0 | 0.24 | 0.91 | 0.33 | 44.42 | 0.83 | 0.36 |
| Hex | AA | 82 | 10 | 0 | 18 | 5B | 21 | 2C | 53 | 24 |
| Octal | 252 | 202 | 20 | 0 | 30 | 133 | 41 | 54 | 123 | 44 |
| Binary | 10101010 | 10000010 | 10000 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010011 | 100100 |
Color Harmonies of #AA8210
Complementary color
Monochromatic Colors of #AA8210
Black with #AA8210
Text Example
Text Example
White with #AA8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8210; }
p { color: rgb(170,130,16); }
H1.HeaderClassName
{
color: #AA8210;
}
.AnyTagClassName
{
color: #AA8210;
}
</style>
background-color css
<style>
a { background-color: #AA8210; }
a { background-color: rgb(170,130,16); }
div.DivClassName
{
background-color: #AA8210;
}
.BgClassName
{
background-color: #AA8210;
}
</style>
border-color css
<style>
span { border-color: #AA8210; }
span { border-color: rgb(170,130,16); }
td.TdClassName
{
border-color: #AA8210;
}
.TagClassName
{
border-color: #AA8210;
}
</style>