Shades of Rich Gold #AA5310
Tints of Rich Gold #AA5310
RGB
CMYK
RGB Variations
Color information
#AA5310 (or 0xAA5310) is known color: Rich Gold. HEX triplet: AA, 53 and 10. RGB value is (170,83,16). Sum of RGB (Red+Green+Blue) = 170+83+16=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5310 is #55ACEF. Grayscale: #656565. Windows color (decimal): -5614832 or 1069994. OLE color: 1069994.
HSL color Cylindrical-coordinate representation of color #AA5310: hue angle of 26.1º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5310 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.33 |
| HSL | 26.1º | 0.83% | 0.36% | - |
| HSV(B) | 26.1º | 0.91% | 0.67% | - |
| XYZ | 19.76 | 14.77 | 2.3 | - |
| YUV | 101.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 16 | 0 | 0.51 | 0.91 | 0.33 | 26.1 | 0.83 | 0.36 |
| Hex | AA | 53 | 10 | 0 | 33 | 5B | 21 | 1A | 53 | 24 |
| Octal | 252 | 123 | 20 | 0 | 63 | 133 | 41 | 32 | 123 | 44 |
| Binary | 10101010 | 1010011 | 10000 | 0 | 110011 | 1011011 | 100001 | 11010 | 1010011 | 100100 |
Color Harmonies of #AA5310
Complementary color
Monochromatic Colors of #AA5310
Black with #AA5310
Text Example
Text Example
White with #AA5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5310; }
p { color: rgb(170,83,16); }
H1.HeaderClassName
{
color: #AA5310;
}
.AnyTagClassName
{
color: #AA5310;
}
</style>
background-color css
<style>
a { background-color: #AA5310; }
a { background-color: rgb(170,83,16); }
div.DivClassName
{
background-color: #AA5310;
}
.BgClassName
{
background-color: #AA5310;
}
</style>
border-color css
<style>
span { border-color: #AA5310; }
span { border-color: rgb(170,83,16); }
td.TdClassName
{
border-color: #AA5310;
}
.TagClassName
{
border-color: #AA5310;
}
</style>