Shades of Rich Gold #AA5224
Tints of Rich Gold #AA5224
RGB
CMYK
RGB Variations
Color information
#AA5224 (or 0xAA5224) is known color: Rich Gold. HEX triplet: AA, 52 and 24. RGB value is (170,82,36). Sum of RGB (Red+Green+Blue) = 170+82+36=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5224 is #55ADDB. Grayscale: #676767. Windows color (decimal): -5615068 or 2380458. OLE color: 2380458.
HSL color Cylindrical-coordinate representation of color #AA5224: hue angle of 20.6º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5224 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 36 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.33 |
| HSL | 20.6º | 0.65% | 0.4% | - |
| HSV(B) | 20.6º | 0.79% | 0.67% | - |
| XYZ | 19.91 | 14.71 | 3.46 | - |
| YUV | 103.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 36 | 0 | 0.52 | 0.79 | 0.33 | 20.6 | 0.65 | 0.4 |
| Hex | AA | 52 | 24 | 0 | 34 | 4F | 21 | 15 | 41 | 28 |
| Octal | 252 | 122 | 44 | 0 | 64 | 117 | 41 | 25 | 101 | 50 |
| Binary | 10101010 | 1010010 | 100100 | 0 | 110100 | 1001111 | 100001 | 10101 | 1000001 | 101000 |
Color Harmonies of #AA5224
Complementary color
Monochromatic Colors of #AA5224
Black with #AA5224
Text Example
Text Example
White with #AA5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5224; }
p { color: rgb(170,82,36); }
H1.HeaderClassName
{
color: #AA5224;
}
.AnyTagClassName
{
color: #AA5224;
}
</style>
background-color css
<style>
a { background-color: #AA5224; }
a { background-color: rgb(170,82,36); }
div.DivClassName
{
background-color: #AA5224;
}
.BgClassName
{
background-color: #AA5224;
}
</style>
border-color css
<style>
span { border-color: #AA5224; }
span { border-color: rgb(170,82,36); }
td.TdClassName
{
border-color: #AA5224;
}
.TagClassName
{
border-color: #AA5224;
}
</style>