Shades of Rich Gold #AA5320
Tints of Rich Gold #AA5320
RGB
CMYK
RGB Variations
Color information
#AA5320 (or 0xAA5320) is known color: Rich Gold. HEX triplet: AA, 53 and 20. RGB value is (170,83,32). Sum of RGB (Red+Green+Blue) = 170+83+32=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5320 is #55ACDF. Grayscale: #676767. Windows color (decimal): -5614816 or 2118570. OLE color: 2118570.
HSL color Cylindrical-coordinate representation of color #AA5320: hue angle of 22.17º 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 #AA5320 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 32 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.33 |
| HSL | 22.17º | 0.68% | 0.4% | - |
| HSV(B) | 22.17º | 0.81% | 0.67% | - |
| XYZ | 19.93 | 14.84 | 3.18 | - |
| YUV | 103.2 | 87.82 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 32 | 0 | 0.51 | 0.81 | 0.33 | 22.17 | 0.68 | 0.4 |
| Hex | AA | 53 | 20 | 0 | 33 | 51 | 21 | 16 | 44 | 28 |
| Octal | 252 | 123 | 40 | 0 | 63 | 121 | 41 | 26 | 104 | 50 |
| Binary | 10101010 | 1010011 | 100000 | 0 | 110011 | 1010001 | 100001 | 10110 | 1000100 | 101000 |
Color Harmonies of #AA5320
Complementary color
Monochromatic Colors of #AA5320
Black with #AA5320
Text Example
Text Example
White with #AA5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5320; }
p { color: rgb(170,83,32); }
H1.HeaderClassName
{
color: #AA5320;
}
.AnyTagClassName
{
color: #AA5320;
}
</style>
background-color css
<style>
a { background-color: #AA5320; }
a { background-color: rgb(170,83,32); }
div.DivClassName
{
background-color: #AA5320;
}
.BgClassName
{
background-color: #AA5320;
}
</style>
border-color css
<style>
span { border-color: #AA5320; }
span { border-color: rgb(170,83,32); }
td.TdClassName
{
border-color: #AA5320;
}
.TagClassName
{
border-color: #AA5320;
}
</style>