Shades of Rich Gold #AA5815
Tints of Rich Gold #AA5815
RGB
CMYK
RGB Variations
Color information
#AA5815 (or 0xAA5815) is known color: Rich Gold. HEX triplet: AA, 58 and 15. RGB value is (170,88,21). Sum of RGB (Red+Green+Blue) = 170+88+21=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5815 is #55A7EA. Grayscale: #696969. Windows color (decimal): -5613547 or 1398954. OLE color: 1398954.
HSL color Cylindrical-coordinate representation of color #AA5815: hue angle of 26.98º 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 #AA5815 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 21 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.33 |
| HSL | 26.98º | 0.78% | 0.37% | - |
| HSV(B) | 26.98º | 0.88% | 0.67% | - |
| XYZ | 20.2 | 15.58 | 2.65 | - |
| YUV | 104.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 21 | 0 | 0.48 | 0.88 | 0.33 | 26.98 | 0.78 | 0.37 |
| Hex | AA | 58 | 15 | 0 | 30 | 58 | 21 | 1B | 4E | 25 |
| Octal | 252 | 130 | 25 | 0 | 60 | 130 | 41 | 33 | 116 | 45 |
| Binary | 10101010 | 1011000 | 10101 | 0 | 110000 | 1011000 | 100001 | 11011 | 1001110 | 100101 |
Color Harmonies of #AA5815
Complementary color
Monochromatic Colors of #AA5815
Black with #AA5815
Text Example
Text Example
White with #AA5815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5815; }
p { color: rgb(170,88,21); }
H1.HeaderClassName
{
color: #AA5815;
}
.AnyTagClassName
{
color: #AA5815;
}
</style>
background-color css
<style>
a { background-color: #AA5815; }
a { background-color: rgb(170,88,21); }
div.DivClassName
{
background-color: #AA5815;
}
.BgClassName
{
background-color: #AA5815;
}
</style>
border-color css
<style>
span { border-color: #AA5815; }
span { border-color: rgb(170,88,21); }
td.TdClassName
{
border-color: #AA5815;
}
.TagClassName
{
border-color: #AA5815;
}
</style>