Shades of Rich Gold #AA5518
Tints of Rich Gold #AA5518
RGB
CMYK
RGB Variations
Color information
#AA5518 (or 0xAA5518) is known color: Rich Gold. HEX triplet: AA, 55 and 18. RGB value is (170,85,24). Sum of RGB (Red+Green+Blue) = 170+85+24=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5518 is #55AAE7. Grayscale: #676767. Windows color (decimal): -5614312 or 1594794. OLE color: 1594794.
HSL color Cylindrical-coordinate representation of color #AA5518: hue angle of 25.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA5518 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 24 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.33 |
| HSL | 25.07º | 0.75% | 0.38% | - |
| HSV(B) | 25.07º | 0.86% | 0.67% | - |
| XYZ | 19.99 | 15.11 | 2.73 | - |
| YUV | 103.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 24 | 0 | 0.50 | 0.86 | 0.33 | 25.07 | 0.75 | 0.38 |
| Hex | AA | 55 | 18 | 0 | 32 | 56 | 21 | 19 | 4B | 26 |
| Octal | 252 | 125 | 30 | 0 | 62 | 126 | 41 | 31 | 113 | 46 |
| Binary | 10101010 | 1010101 | 11000 | 0 | 110010 | 1010110 | 100001 | 11001 | 1001011 | 100110 |
Color Harmonies of #AA5518
Complementary color
Monochromatic Colors of #AA5518
Black with #AA5518
Text Example
Text Example
White with #AA5518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5518; }
p { color: rgb(170,85,24); }
H1.HeaderClassName
{
color: #AA5518;
}
.AnyTagClassName
{
color: #AA5518;
}
</style>
background-color css
<style>
a { background-color: #AA5518; }
a { background-color: rgb(170,85,24); }
div.DivClassName
{
background-color: #AA5518;
}
.BgClassName
{
background-color: #AA5518;
}
</style>
border-color css
<style>
span { border-color: #AA5518; }
span { border-color: rgb(170,85,24); }
td.TdClassName
{
border-color: #AA5518;
}
.TagClassName
{
border-color: #AA5518;
}
</style>