Shades of Rich Gold #AA5619
Tints of Rich Gold #AA5619
RGB
CMYK
RGB Variations
Color information
#AA5619 (or 0xAA5619) is known color: Rich Gold. HEX triplet: AA, 56 and 19. RGB value is (170,86,25). Sum of RGB (Red+Green+Blue) = 170+86+25=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5619 is #55A9E6. Grayscale: #686868. Windows color (decimal): -5614055 or 1660586. OLE color: 1660586.
HSL color Cylindrical-coordinate representation of color #AA5619: hue angle of 25.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA5619 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 25 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.33 |
| HSL | 25.24º | 0.74% | 0.38% | - |
| HSV(B) | 25.24º | 0.85% | 0.67% | - |
| XYZ | 20.08 | 15.27 | 2.81 | - |
| YUV | 104.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 25 | 0 | 0.49 | 0.85 | 0.33 | 25.24 | 0.74 | 0.38 |
| Hex | AA | 56 | 19 | 0 | 31 | 55 | 21 | 19 | 4A | 26 |
| Octal | 252 | 126 | 31 | 0 | 61 | 125 | 41 | 31 | 112 | 46 |
| Binary | 10101010 | 1010110 | 11001 | 0 | 110001 | 1010101 | 100001 | 11001 | 1001010 | 100110 |
Color Harmonies of #AA5619
Complementary color
Monochromatic Colors of #AA5619
Black with #AA5619
Text Example
Text Example
White with #AA5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5619; }
p { color: rgb(170,86,25); }
H1.HeaderClassName
{
color: #AA5619;
}
.AnyTagClassName
{
color: #AA5619;
}
</style>
background-color css
<style>
a { background-color: #AA5619; }
a { background-color: rgb(170,86,25); }
div.DivClassName
{
background-color: #AA5619;
}
.BgClassName
{
background-color: #AA5619;
}
</style>
border-color css
<style>
span { border-color: #AA5619; }
span { border-color: rgb(170,86,25); }
td.TdClassName
{
border-color: #AA5619;
}
.TagClassName
{
border-color: #AA5619;
}
</style>