Shades of Rich Gold #AA5918
Tints of Rich Gold #AA5918
RGB
CMYK
RGB Variations
Color information
#AA5918 (or 0xAA5918) is known color: Rich Gold. HEX triplet: AA, 59 and 18. RGB value is (170,89,24). Sum of RGB (Red+Green+Blue) = 170+89+24=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5918 is #55A6E7. Grayscale: #6A6A6A. Windows color (decimal): -5613288 or 1595818. OLE color: 1595818.
HSL color Cylindrical-coordinate representation of color #AA5918: hue angle of 26.71º 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 #AA5918 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 24 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.33 |
| HSL | 26.71º | 0.75% | 0.38% | - |
| HSV(B) | 26.71º | 0.86% | 0.67% | - |
| XYZ | 20.31 | 15.76 | 2.83 | - |
| YUV | 105.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 24 | 0 | 0.48 | 0.86 | 0.33 | 26.71 | 0.75 | 0.38 |
| Hex | AA | 59 | 18 | 0 | 30 | 56 | 21 | 1B | 4B | 26 |
| Octal | 252 | 131 | 30 | 0 | 60 | 126 | 41 | 33 | 113 | 46 |
| Binary | 10101010 | 1011001 | 11000 | 0 | 110000 | 1010110 | 100001 | 11011 | 1001011 | 100110 |
Color Harmonies of #AA5918
Complementary color
Monochromatic Colors of #AA5918
Black with #AA5918
Text Example
Text Example
White with #AA5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5918; }
p { color: rgb(170,89,24); }
H1.HeaderClassName
{
color: #AA5918;
}
.AnyTagClassName
{
color: #AA5918;
}
</style>
background-color css
<style>
a { background-color: #AA5918; }
a { background-color: rgb(170,89,24); }
div.DivClassName
{
background-color: #AA5918;
}
.BgClassName
{
background-color: #AA5918;
}
</style>
border-color css
<style>
span { border-color: #AA5918; }
span { border-color: rgb(170,89,24); }
td.TdClassName
{
border-color: #AA5918;
}
.TagClassName
{
border-color: #AA5918;
}
</style>