Shades of Rich Gold #AA5319
Tints of Rich Gold #AA5319
RGB
CMYK
RGB Variations
Color information
#AA5319 (or 0xAA5319) is known color: Rich Gold. HEX triplet: AA, 53 and 19. RGB value is (170,83,25). Sum of RGB (Red+Green+Blue) = 170+83+25=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5319 is #55ACE6. Grayscale: #666666. Windows color (decimal): -5614823 or 1659818. OLE color: 1659818.
HSL color Cylindrical-coordinate representation of color #AA5319: hue angle of 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 #AA5319 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 25 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.33 |
| HSL | 24º | 0.74% | 0.38% | - |
| HSV(B) | 24º | 0.85% | 0.67% | - |
| XYZ | 19.85 | 14.8 | 2.73 | - |
| YUV | 102.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 25 | 0 | 0.51 | 0.85 | 0.33 | 24 | 0.74 | 0.38 |
| Hex | AA | 53 | 19 | 0 | 33 | 55 | 21 | 18 | 4A | 26 |
| Octal | 252 | 123 | 31 | 0 | 63 | 125 | 41 | 30 | 112 | 46 |
| Binary | 10101010 | 1010011 | 11001 | 0 | 110011 | 1010101 | 100001 | 11000 | 1001010 | 100110 |
Color Harmonies of #AA5319
Complementary color
Monochromatic Colors of #AA5319
Black with #AA5319
Text Example
Text Example
White with #AA5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5319; }
p { color: rgb(170,83,25); }
H1.HeaderClassName
{
color: #AA5319;
}
.AnyTagClassName
{
color: #AA5319;
}
</style>
background-color css
<style>
a { background-color: #AA5319; }
a { background-color: rgb(170,83,25); }
div.DivClassName
{
background-color: #AA5319;
}
.BgClassName
{
background-color: #AA5319;
}
</style>
border-color css
<style>
span { border-color: #AA5319; }
span { border-color: rgb(170,83,25); }
td.TdClassName
{
border-color: #AA5319;
}
.TagClassName
{
border-color: #AA5319;
}
</style>