Shades of Rich Gold #AA5515
Tints of Rich Gold #AA5515
RGB
CMYK
RGB Variations
Color information
#AA5515 (or 0xAA5515) is known color: Rich Gold. HEX triplet: AA, 55 and 15. RGB value is (170,85,21). Sum of RGB (Red+Green+Blue) = 170+85+21=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5515 is #55AAEA. Grayscale: #676767. Windows color (decimal): -5614315 or 1398186. OLE color: 1398186.
HSL color Cylindrical-coordinate representation of color #AA5515: hue angle of 25.77º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA5515 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 21 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.33 |
| HSL | 25.77º | 0.78% | 0.37% | - |
| HSV(B) | 25.77º | 0.88% | 0.67% | - |
| XYZ | 19.96 | 15.1 | 2.57 | - |
| YUV | 103.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 21 | 0 | 0.50 | 0.88 | 0.33 | 25.77 | 0.78 | 0.37 |
| Hex | AA | 55 | 15 | 0 | 32 | 58 | 21 | 1A | 4E | 25 |
| Octal | 252 | 125 | 25 | 0 | 62 | 130 | 41 | 32 | 116 | 45 |
| Binary | 10101010 | 1010101 | 10101 | 0 | 110010 | 1011000 | 100001 | 11010 | 1001110 | 100101 |
Color Harmonies of #AA5515
Complementary color
Monochromatic Colors of #AA5515
Black with #AA5515
Text Example
Text Example
White with #AA5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5515; }
p { color: rgb(170,85,21); }
H1.HeaderClassName
{
color: #AA5515;
}
.AnyTagClassName
{
color: #AA5515;
}
</style>
background-color css
<style>
a { background-color: #AA5515; }
a { background-color: rgb(170,85,21); }
div.DivClassName
{
background-color: #AA5515;
}
.BgClassName
{
background-color: #AA5515;
}
</style>
border-color css
<style>
span { border-color: #AA5515; }
span { border-color: rgb(170,85,21); }
td.TdClassName
{
border-color: #AA5515;
}
.TagClassName
{
border-color: #AA5515;
}
</style>