Shades of Rich Gold #AA5E1E
Tints of Rich Gold #AA5E1E
RGB
CMYK
RGB Variations
Color information
#AA5E1E (or 0xAA5E1E) is known color: Rich Gold. HEX triplet: AA, 5E and 1E. RGB value is (170,94,30). Sum of RGB (Red+Green+Blue) = 170+94+30=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E1E is #55A1E1. Grayscale: #6D6D6D. Windows color (decimal): -5612002 or 1990314. OLE color: 1990314.
HSL color Cylindrical-coordinate representation of color #AA5E1E: hue angle of 27.43º 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 #AA5E1E is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 30 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.33 |
| HSL | 27.43º | 0.7% | 0.39% | - |
| HSV(B) | 27.43º | 0.82% | 0.67% | - |
| XYZ | 20.81 | 16.65 | 3.34 | - |
| YUV | 109.43 | 83.18 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 30 | 0 | 0.45 | 0.82 | 0.33 | 27.43 | 0.7 | 0.39 |
| Hex | AA | 5E | 1E | 0 | 2D | 52 | 21 | 1B | 46 | 27 |
| Octal | 252 | 136 | 36 | 0 | 55 | 122 | 41 | 33 | 106 | 47 |
| Binary | 10101010 | 1011110 | 11110 | 0 | 101101 | 1010010 | 100001 | 11011 | 1000110 | 100111 |
Color Harmonies of #AA5E1E
Complementary color
Monochromatic Colors of #AA5E1E
Black with #AA5E1E
Text Example
Text Example
White with #AA5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E1E; }
p { color: rgb(170,94,30); }
H1.HeaderClassName
{
color: #AA5E1E;
}
.AnyTagClassName
{
color: #AA5E1E;
}
</style>
background-color css
<style>
a { background-color: #AA5E1E; }
a { background-color: rgb(170,94,30); }
div.DivClassName
{
background-color: #AA5E1E;
}
.BgClassName
{
background-color: #AA5E1E;
}
</style>
border-color css
<style>
span { border-color: #AA5E1E; }
span { border-color: rgb(170,94,30); }
td.TdClassName
{
border-color: #AA5E1E;
}
.TagClassName
{
border-color: #AA5E1E;
}
</style>