Shades of Rich Gold #AA5913
Tints of Rich Gold #AA5913
RGB
CMYK
RGB Variations
Color information
#AA5913 (or 0xAA5913) is known color: Rich Gold. HEX triplet: AA, 59 and 13. RGB value is (170,89,19). Sum of RGB (Red+Green+Blue) = 170+89+19=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5913 is #55A6EC. Grayscale: #696969. Windows color (decimal): -5613293 or 1268138. OLE color: 1268138.
HSL color Cylindrical-coordinate representation of color #AA5913: hue angle of 27.81º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA5913 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 19 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.33 |
| HSL | 27.81º | 0.8% | 0.37% | - |
| HSV(B) | 27.81º | 0.89% | 0.67% | - |
| XYZ | 20.27 | 15.74 | 2.59 | - |
| YUV | 105.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 19 | 0 | 0.48 | 0.89 | 0.33 | 27.81 | 0.8 | 0.37 |
| Hex | AA | 59 | 13 | 0 | 30 | 59 | 21 | 1C | 50 | 25 |
| Octal | 252 | 131 | 23 | 0 | 60 | 131 | 41 | 34 | 120 | 45 |
| Binary | 10101010 | 1011001 | 10011 | 0 | 110000 | 1011001 | 100001 | 11100 | 1010000 | 100101 |
Color Harmonies of #AA5913
Complementary color
Monochromatic Colors of #AA5913
Black with #AA5913
Text Example
Text Example
White with #AA5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5913; }
p { color: rgb(170,89,19); }
H1.HeaderClassName
{
color: #AA5913;
}
.AnyTagClassName
{
color: #AA5913;
}
</style>
background-color css
<style>
a { background-color: #AA5913; }
a { background-color: rgb(170,89,19); }
div.DivClassName
{
background-color: #AA5913;
}
.BgClassName
{
background-color: #AA5913;
}
</style>
border-color css
<style>
span { border-color: #AA5913; }
span { border-color: rgb(170,89,19); }
td.TdClassName
{
border-color: #AA5913;
}
.TagClassName
{
border-color: #AA5913;
}
</style>