Shades of Rich Gold #AA5122
Tints of Rich Gold #AA5122
RGB
CMYK
RGB Variations
Color information
#AA5122 (or 0xAA5122) is known color: Rich Gold. HEX triplet: AA, 51 and 22. RGB value is (170,81,34). Sum of RGB (Red+Green+Blue) = 170+81+34=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5122 is #55AEDD. Grayscale: #666666. Windows color (decimal): -5615326 or 2249130. OLE color: 2249130.
HSL color Cylindrical-coordinate representation of color #AA5122: hue angle of 20.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA5122 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 34 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.33 |
| HSL | 20.74º | 0.67% | 0.4% | - |
| HSV(B) | 20.74º | 0.8% | 0.67% | - |
| XYZ | 19.81 | 14.55 | 3.28 | - |
| YUV | 102.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 34 | 0 | 0.52 | 0.80 | 0.33 | 20.74 | 0.67 | 0.4 |
| Hex | AA | 51 | 22 | 0 | 34 | 50 | 21 | 15 | 43 | 28 |
| Octal | 252 | 121 | 42 | 0 | 64 | 120 | 41 | 25 | 103 | 50 |
| Binary | 10101010 | 1010001 | 100010 | 0 | 110100 | 1010000 | 100001 | 10101 | 1000011 | 101000 |
Color Harmonies of #AA5122
Complementary color
Monochromatic Colors of #AA5122
Black with #AA5122
Text Example
Text Example
White with #AA5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5122; }
p { color: rgb(170,81,34); }
H1.HeaderClassName
{
color: #AA5122;
}
.AnyTagClassName
{
color: #AA5122;
}
</style>
background-color css
<style>
a { background-color: #AA5122; }
a { background-color: rgb(170,81,34); }
div.DivClassName
{
background-color: #AA5122;
}
.BgClassName
{
background-color: #AA5122;
}
</style>
border-color css
<style>
span { border-color: #AA5122; }
span { border-color: rgb(170,81,34); }
td.TdClassName
{
border-color: #AA5122;
}
.TagClassName
{
border-color: #AA5122;
}
</style>