Shades of Rich Gold #AA5422
Tints of Rich Gold #AA5422
RGB
CMYK
RGB Variations
Color information
#AA5422 (or 0xAA5422) is known color: Rich Gold. HEX triplet: AA, 54 and 22. RGB value is (170,84,34). Sum of RGB (Red+Green+Blue) = 170+84+34=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5422 is #55ABDD. Grayscale: #686868. Windows color (decimal): -5614558 or 2249898. OLE color: 2249898.
HSL color Cylindrical-coordinate representation of color #AA5422: hue angle of 22.06º 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 #AA5422 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 34 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.33 |
| HSL | 22.06º | 0.67% | 0.4% | - |
| HSV(B) | 22.06º | 0.8% | 0.67% | - |
| XYZ | 20.04 | 15 | 3.35 | - |
| YUV | 104.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 34 | 0 | 0.51 | 0.80 | 0.33 | 22.06 | 0.67 | 0.4 |
| Hex | AA | 54 | 22 | 0 | 33 | 50 | 21 | 16 | 43 | 28 |
| Octal | 252 | 124 | 42 | 0 | 63 | 120 | 41 | 26 | 103 | 50 |
| Binary | 10101010 | 1010100 | 100010 | 0 | 110011 | 1010000 | 100001 | 10110 | 1000011 | 101000 |
Color Harmonies of #AA5422
Complementary color
Monochromatic Colors of #AA5422
Black with #AA5422
Text Example
Text Example
White with #AA5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5422; }
p { color: rgb(170,84,34); }
H1.HeaderClassName
{
color: #AA5422;
}
.AnyTagClassName
{
color: #AA5422;
}
</style>
background-color css
<style>
a { background-color: #AA5422; }
a { background-color: rgb(170,84,34); }
div.DivClassName
{
background-color: #AA5422;
}
.BgClassName
{
background-color: #AA5422;
}
</style>
border-color css
<style>
span { border-color: #AA5422; }
span { border-color: rgb(170,84,34); }
td.TdClassName
{
border-color: #AA5422;
}
.TagClassName
{
border-color: #AA5422;
}
</style>