Shades of Dark Goldenrod #AA8215
Tints of Dark Goldenrod #AA8215
RGB
CMYK
RGB Variations
Color information
#AA8215 (or 0xAA8215) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 15. RGB value is (170,130,21). Sum of RGB (Red+Green+Blue) = 170+130+21=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8215 is #557DEA. Grayscale: #828282. Windows color (decimal): -5602795 or 1409706. OLE color: 1409706.
HSL color Cylindrical-coordinate representation of color #AA8215: hue angle of 43.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8215 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 21 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.33 |
| HSL | 43.89º | 0.78% | 0.37% | - |
| HSV(B) | 43.89º | 0.88% | 0.67% | - |
| XYZ | 24.7 | 24.57 | 4.15 | - |
| YUV | 129.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 21 | 0 | 0.24 | 0.88 | 0.33 | 43.89 | 0.78 | 0.37 |
| Hex | AA | 82 | 15 | 0 | 18 | 58 | 21 | 2C | 4E | 25 |
| Octal | 252 | 202 | 25 | 0 | 30 | 130 | 41 | 54 | 116 | 45 |
| Binary | 10101010 | 10000010 | 10101 | 0 | 11000 | 1011000 | 100001 | 101100 | 1001110 | 100101 |
Color Harmonies of #AA8215
Complementary color
Monochromatic Colors of #AA8215
Black with #AA8215
Text Example
Text Example
White with #AA8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8215; }
p { color: rgb(170,130,21); }
H1.HeaderClassName
{
color: #AA8215;
}
.AnyTagClassName
{
color: #AA8215;
}
</style>
background-color css
<style>
a { background-color: #AA8215; }
a { background-color: rgb(170,130,21); }
div.DivClassName
{
background-color: #AA8215;
}
.BgClassName
{
background-color: #AA8215;
}
</style>
border-color css
<style>
span { border-color: #AA8215; }
span { border-color: rgb(170,130,21); }
td.TdClassName
{
border-color: #AA8215;
}
.TagClassName
{
border-color: #AA8215;
}
</style>