Shades of Rich Gold #AA5510
Tints of Rich Gold #AA5510
RGB
CMYK
RGB Variations
Color information
#AA5510 (or 0xAA5510) is known color: Rich Gold. HEX triplet: AA, 55 and 10. RGB value is (170,85,16). Sum of RGB (Red+Green+Blue) = 170+85+16=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5510 is #55AAEF. Grayscale: #666666. Windows color (decimal): -5614320 or 1070506. OLE color: 1070506.
HSL color Cylindrical-coordinate representation of color #AA5510: hue angle of 26.88º 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 #AA5510 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 16 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.33 |
| HSL | 26.88º | 0.83% | 0.36% | - |
| HSV(B) | 26.88º | 0.91% | 0.67% | - |
| XYZ | 19.92 | 15.08 | 2.35 | - |
| YUV | 102.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 16 | 0 | 0.50 | 0.91 | 0.33 | 26.88 | 0.83 | 0.36 |
| Hex | AA | 55 | 10 | 0 | 32 | 5B | 21 | 1B | 53 | 24 |
| Octal | 252 | 125 | 20 | 0 | 62 | 133 | 41 | 33 | 123 | 44 |
| Binary | 10101010 | 1010101 | 10000 | 0 | 110010 | 1011011 | 100001 | 11011 | 1010011 | 100100 |
Color Harmonies of #AA5510
Complementary color
Monochromatic Colors of #AA5510
Black with #AA5510
Text Example
Text Example
White with #AA5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5510; }
p { color: rgb(170,85,16); }
H1.HeaderClassName
{
color: #AA5510;
}
.AnyTagClassName
{
color: #AA5510;
}
</style>
background-color css
<style>
a { background-color: #AA5510; }
a { background-color: rgb(170,85,16); }
div.DivClassName
{
background-color: #AA5510;
}
.BgClassName
{
background-color: #AA5510;
}
</style>
border-color css
<style>
span { border-color: #AA5510; }
span { border-color: rgb(170,85,16); }
td.TdClassName
{
border-color: #AA5510;
}
.TagClassName
{
border-color: #AA5510;
}
</style>