Shades of Rich Gold #AA5420
Tints of Rich Gold #AA5420
RGB
CMYK
RGB Variations
Color information
#AA5420 (or 0xAA5420) is known color: Rich Gold. HEX triplet: AA, 54 and 20. RGB value is (170,84,32). Sum of RGB (Red+Green+Blue) = 170+84+32=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5420 is #55ABDF. Grayscale: #686868. Windows color (decimal): -5614560 or 2118826. OLE color: 2118826.
HSL color Cylindrical-coordinate representation of color #AA5420: hue angle of 22.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA5420 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 32 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.33 |
| HSL | 22.61º | 0.68% | 0.4% | - |
| HSV(B) | 22.61º | 0.81% | 0.67% | - |
| XYZ | 20.01 | 14.99 | 3.21 | - |
| YUV | 103.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 32 | 0 | 0.51 | 0.81 | 0.33 | 22.61 | 0.68 | 0.4 |
| Hex | AA | 54 | 20 | 0 | 33 | 51 | 21 | 17 | 44 | 28 |
| Octal | 252 | 124 | 40 | 0 | 63 | 121 | 41 | 27 | 104 | 50 |
| Binary | 10101010 | 1010100 | 100000 | 0 | 110011 | 1010001 | 100001 | 10111 | 1000100 | 101000 |
Color Harmonies of #AA5420
Complementary color
Monochromatic Colors of #AA5420
Black with #AA5420
Text Example
Text Example
White with #AA5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5420; }
p { color: rgb(170,84,32); }
H1.HeaderClassName
{
color: #AA5420;
}
.AnyTagClassName
{
color: #AA5420;
}
</style>
background-color css
<style>
a { background-color: #AA5420; }
a { background-color: rgb(170,84,32); }
div.DivClassName
{
background-color: #AA5420;
}
.BgClassName
{
background-color: #AA5420;
}
</style>
border-color css
<style>
span { border-color: #AA5420; }
span { border-color: rgb(170,84,32); }
td.TdClassName
{
border-color: #AA5420;
}
.TagClassName
{
border-color: #AA5420;
}
</style>