Shades of Rich Gold #AA5E1F
Tints of Rich Gold #AA5E1F
RGB
CMYK
RGB Variations
Color information
#AA5E1F (or 0xAA5E1F) is known color: Rich Gold. HEX triplet: AA, 5E and 1F. RGB value is (170,94,31). Sum of RGB (Red+Green+Blue) = 170+94+31=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E1F is #55A1E0. Grayscale: #6D6D6D. Windows color (decimal): -5612001 or 2055850. OLE color: 2055850.
HSL color Cylindrical-coordinate representation of color #AA5E1F: hue angle of 27.19º degrees, saturation: 0.69, 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 #AA5E1F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 31 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.33 |
| HSL | 27.19º | 0.69% | 0.39% | - |
| HSV(B) | 27.19º | 0.82% | 0.67% | - |
| XYZ | 20.83 | 16.65 | 3.41 | - |
| YUV | 109.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 31 | 0 | 0.45 | 0.82 | 0.33 | 27.19 | 0.69 | 0.39 |
| Hex | AA | 5E | 1F | 0 | 2D | 52 | 21 | 1B | 45 | 27 |
| Octal | 252 | 136 | 37 | 0 | 55 | 122 | 41 | 33 | 105 | 47 |
| Binary | 10101010 | 1011110 | 11111 | 0 | 101101 | 1010010 | 100001 | 11011 | 1000101 | 100111 |
Color Harmonies of #AA5E1F
Complementary color
Monochromatic Colors of #AA5E1F
Black with #AA5E1F
Text Example
Text Example
White with #AA5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E1F; }
p { color: rgb(170,94,31); }
H1.HeaderClassName
{
color: #AA5E1F;
}
.AnyTagClassName
{
color: #AA5E1F;
}
</style>
background-color css
<style>
a { background-color: #AA5E1F; }
a { background-color: rgb(170,94,31); }
div.DivClassName
{
background-color: #AA5E1F;
}
.BgClassName
{
background-color: #AA5E1F;
}
</style>
border-color css
<style>
span { border-color: #AA5E1F; }
span { border-color: rgb(170,94,31); }
td.TdClassName
{
border-color: #AA5E1F;
}
.TagClassName
{
border-color: #AA5E1F;
}
</style>