Shades of Rich Gold #AA5A1E
Tints of Rich Gold #AA5A1E
RGB
CMYK
RGB Variations
Color information
#AA5A1E (or 0xAA5A1E) is known color: Rich Gold. HEX triplet: AA, 5A and 1E. RGB value is (170,90,30). Sum of RGB (Red+Green+Blue) = 170+90+30=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A1E is #55A5E1. Grayscale: #6B6B6B. Windows color (decimal): -5613026 or 1989290. OLE color: 1989290.
HSL color Cylindrical-coordinate representation of color #AA5A1E: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA5A1E is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 30 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.33 |
| HSL | 25.71º | 0.7% | 0.39% | - |
| HSV(B) | 25.71º | 0.82% | 0.67% | - |
| XYZ | 20.47 | 15.95 | 3.23 | - |
| YUV | 107.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 30 | 0 | 0.47 | 0.82 | 0.33 | 25.71 | 0.7 | 0.39 |
| Hex | AA | 5A | 1E | 0 | 2F | 52 | 21 | 1A | 46 | 27 |
| Octal | 252 | 132 | 36 | 0 | 57 | 122 | 41 | 32 | 106 | 47 |
| Binary | 10101010 | 1011010 | 11110 | 0 | 101111 | 1010010 | 100001 | 11010 | 1000110 | 100111 |
Color Harmonies of #AA5A1E
Complementary color
Monochromatic Colors of #AA5A1E
Black with #AA5A1E
Text Example
Text Example
White with #AA5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A1E; }
p { color: rgb(170,90,30); }
H1.HeaderClassName
{
color: #AA5A1E;
}
.AnyTagClassName
{
color: #AA5A1E;
}
</style>
background-color css
<style>
a { background-color: #AA5A1E; }
a { background-color: rgb(170,90,30); }
div.DivClassName
{
background-color: #AA5A1E;
}
.BgClassName
{
background-color: #AA5A1E;
}
</style>
border-color css
<style>
span { border-color: #AA5A1E; }
span { border-color: rgb(170,90,30); }
td.TdClassName
{
border-color: #AA5A1E;
}
.TagClassName
{
border-color: #AA5A1E;
}
</style>