Shades of Rich Gold #AA5E1C
Tints of Rich Gold #AA5E1C
RGB
CMYK
RGB Variations
Color information
#AA5E1C (or 0xAA5E1C) is known color: Rich Gold. HEX triplet: AA, 5E and 1C. RGB value is (170,94,28). Sum of RGB (Red+Green+Blue) = 170+94+28=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E1C is #55A1E3. Grayscale: #6D6D6D. Windows color (decimal): -5612004 or 1859242. OLE color: 1859242.
HSL color Cylindrical-coordinate representation of color #AA5E1C: hue angle of 27.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA5E1C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 28 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.33 |
| HSL | 27.89º | 0.72% | 0.39% | - |
| HSV(B) | 27.89º | 0.84% | 0.67% | - |
| XYZ | 20.79 | 16.64 | 3.21 | - |
| YUV | 109.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 28 | 0 | 0.45 | 0.84 | 0.33 | 27.89 | 0.72 | 0.39 |
| Hex | AA | 5E | 1C | 0 | 2D | 54 | 21 | 1C | 48 | 27 |
| Octal | 252 | 136 | 34 | 0 | 55 | 124 | 41 | 34 | 110 | 47 |
| Binary | 10101010 | 1011110 | 11100 | 0 | 101101 | 1010100 | 100001 | 11100 | 1001000 | 100111 |
Color Harmonies of #AA5E1C
Complementary color
Monochromatic Colors of #AA5E1C
Black with #AA5E1C
Text Example
Text Example
White with #AA5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E1C; }
p { color: rgb(170,94,28); }
H1.HeaderClassName
{
color: #AA5E1C;
}
.AnyTagClassName
{
color: #AA5E1C;
}
</style>
background-color css
<style>
a { background-color: #AA5E1C; }
a { background-color: rgb(170,94,28); }
div.DivClassName
{
background-color: #AA5E1C;
}
.BgClassName
{
background-color: #AA5E1C;
}
</style>
border-color css
<style>
span { border-color: #AA5E1C; }
span { border-color: rgb(170,94,28); }
td.TdClassName
{
border-color: #AA5E1C;
}
.TagClassName
{
border-color: #AA5E1C;
}
</style>