Shades of Rich Gold #AA5124
Tints of Rich Gold #AA5124
RGB
CMYK
RGB Variations
Color information
#AA5124 (or 0xAA5124) is known color: Rich Gold. HEX triplet: AA, 51 and 24. RGB value is (170,81,36). Sum of RGB (Red+Green+Blue) = 170+81+36=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5124 is #55AEDB. Grayscale: #666666. Windows color (decimal): -5615324 or 2380202. OLE color: 2380202.
HSL color Cylindrical-coordinate representation of color #AA5124: hue angle of 20.15º 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 #AA5124 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 36 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.33 |
| HSL | 20.15º | 0.65% | 0.4% | - |
| HSV(B) | 20.15º | 0.79% | 0.67% | - |
| XYZ | 19.84 | 14.56 | 3.43 | - |
| YUV | 102.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 36 | 0 | 0.52 | 0.79 | 0.33 | 20.15 | 0.65 | 0.4 |
| Hex | AA | 51 | 24 | 0 | 34 | 4F | 21 | 14 | 41 | 28 |
| Octal | 252 | 121 | 44 | 0 | 64 | 117 | 41 | 24 | 101 | 50 |
| Binary | 10101010 | 1010001 | 100100 | 0 | 110100 | 1001111 | 100001 | 10100 | 1000001 | 101000 |
Color Harmonies of #AA5124
Complementary color
Monochromatic Colors of #AA5124
Black with #AA5124
Text Example
Text Example
White with #AA5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5124; }
p { color: rgb(170,81,36); }
H1.HeaderClassName
{
color: #AA5124;
}
.AnyTagClassName
{
color: #AA5124;
}
</style>
background-color css
<style>
a { background-color: #AA5124; }
a { background-color: rgb(170,81,36); }
div.DivClassName
{
background-color: #AA5124;
}
.BgClassName
{
background-color: #AA5124;
}
</style>
border-color css
<style>
span { border-color: #AA5124; }
span { border-color: rgb(170,81,36); }
td.TdClassName
{
border-color: #AA5124;
}
.TagClassName
{
border-color: #AA5124;
}
</style>