Shades of Rich Gold #AA5521
Tints of Rich Gold #AA5521
RGB
CMYK
RGB Variations
Color information
#AA5521 (or 0xAA5521) is known color: Rich Gold. HEX triplet: AA, 55 and 21. RGB value is (170,85,33). Sum of RGB (Red+Green+Blue) = 170+85+33=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5521 is #55AADE. Grayscale: #686868. Windows color (decimal): -5614303 or 2184618. OLE color: 2184618.
HSL color Cylindrical-coordinate representation of color #AA5521: hue angle of 22.77º degrees, saturation: 0.67, 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 #AA5521 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 33 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.33 |
| HSL | 22.77º | 0.67% | 0.4% | - |
| HSV(B) | 22.77º | 0.81% | 0.67% | - |
| XYZ | 20.1 | 15.15 | 3.3 | - |
| YUV | 104.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 33 | 0 | 0.50 | 0.81 | 0.33 | 22.77 | 0.67 | 0.4 |
| Hex | AA | 55 | 21 | 0 | 32 | 51 | 21 | 17 | 43 | 28 |
| Octal | 252 | 125 | 41 | 0 | 62 | 121 | 41 | 27 | 103 | 50 |
| Binary | 10101010 | 1010101 | 100001 | 0 | 110010 | 1010001 | 100001 | 10111 | 1000011 | 101000 |
Color Harmonies of #AA5521
Complementary color
Monochromatic Colors of #AA5521
Black with #AA5521
Text Example
Text Example
White with #AA5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5521; }
p { color: rgb(170,85,33); }
H1.HeaderClassName
{
color: #AA5521;
}
.AnyTagClassName
{
color: #AA5521;
}
</style>
background-color css
<style>
a { background-color: #AA5521; }
a { background-color: rgb(170,85,33); }
div.DivClassName
{
background-color: #AA5521;
}
.BgClassName
{
background-color: #AA5521;
}
</style>
border-color css
<style>
span { border-color: #AA5521; }
span { border-color: rgb(170,85,33); }
td.TdClassName
{
border-color: #AA5521;
}
.TagClassName
{
border-color: #AA5521;
}
</style>