Shades of Rich Gold #AA5819
Tints of Rich Gold #AA5819
RGB
CMYK
RGB Variations
Color information
#AA5819 (or 0xAA5819) is known color: Rich Gold. HEX triplet: AA, 58 and 19. RGB value is (170,88,25). Sum of RGB (Red+Green+Blue) = 170+88+25=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5819 is #55A7E6. Grayscale: #696969. Windows color (decimal): -5613543 or 1661098. OLE color: 1661098.
HSL color Cylindrical-coordinate representation of color #AA5819: hue angle of 26.07º 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 #AA5819 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 25 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.33 |
| HSL | 26.07º | 0.74% | 0.38% | - |
| HSV(B) | 26.07º | 0.85% | 0.67% | - |
| XYZ | 20.24 | 15.6 | 2.86 | - |
| YUV | 105.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 25 | 0 | 0.48 | 0.85 | 0.33 | 26.07 | 0.74 | 0.38 |
| Hex | AA | 58 | 19 | 0 | 30 | 55 | 21 | 1A | 4A | 26 |
| Octal | 252 | 130 | 31 | 0 | 60 | 125 | 41 | 32 | 112 | 46 |
| Binary | 10101010 | 1011000 | 11001 | 0 | 110000 | 1010101 | 100001 | 11010 | 1001010 | 100110 |
Color Harmonies of #AA5819
Complementary color
Monochromatic Colors of #AA5819
Black with #AA5819
Text Example
Text Example
White with #AA5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5819; }
p { color: rgb(170,88,25); }
H1.HeaderClassName
{
color: #AA5819;
}
.AnyTagClassName
{
color: #AA5819;
}
</style>
background-color css
<style>
a { background-color: #AA5819; }
a { background-color: rgb(170,88,25); }
div.DivClassName
{
background-color: #AA5819;
}
.BgClassName
{
background-color: #AA5819;
}
</style>
border-color css
<style>
span { border-color: #AA5819; }
span { border-color: rgb(170,88,25); }
td.TdClassName
{
border-color: #AA5819;
}
.TagClassName
{
border-color: #AA5819;
}
</style>