Shades of Rich Gold #AA5211
Tints of Rich Gold #AA5211
RGB
CMYK
RGB Variations
Color information
#AA5211 (or 0xAA5211) is known color: Rich Gold. HEX triplet: AA, 52 and 11. RGB value is (170,82,17). Sum of RGB (Red+Green+Blue) = 170+82+17=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5211 is #55ADEE. Grayscale: #656565. Windows color (decimal): -5615087 or 1135274. OLE color: 1135274.
HSL color Cylindrical-coordinate representation of color #AA5211: hue angle of 25.49º 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 #AA5211 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 17 | - |
| CMYK | 0 | 0.52 | 0.9 | 0.33 |
| HSL | 25.49º | 0.82% | 0.37% | - |
| HSV(B) | 25.49º | 0.9% | 0.67% | - |
| XYZ | 19.7 | 14.62 | 2.31 | - |
| YUV | 100.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 17 | 0 | 0.52 | 0.9 | 0.33 | 25.49 | 0.82 | 0.37 |
| Hex | AA | 52 | 11 | 0 | 34 | 5A | 21 | 19 | 52 | 25 |
| Octal | 252 | 122 | 21 | 0 | 64 | 132 | 41 | 31 | 122 | 45 |
| Binary | 10101010 | 1010010 | 10001 | 0 | 110100 | 1011010 | 100001 | 11001 | 1010010 | 100101 |
Color Harmonies of #AA5211
Complementary color
Monochromatic Colors of #AA5211
Black with #AA5211
Text Example
Text Example
White with #AA5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5211; }
p { color: rgb(170,82,17); }
H1.HeaderClassName
{
color: #AA5211;
}
.AnyTagClassName
{
color: #AA5211;
}
</style>
background-color css
<style>
a { background-color: #AA5211; }
a { background-color: rgb(170,82,17); }
div.DivClassName
{
background-color: #AA5211;
}
.BgClassName
{
background-color: #AA5211;
}
</style>
border-color css
<style>
span { border-color: #AA5211; }
span { border-color: rgb(170,82,17); }
td.TdClassName
{
border-color: #AA5211;
}
.TagClassName
{
border-color: #AA5211;
}
</style>