Shades of Rich Gold #AA5E1B
Tints of Rich Gold #AA5E1B
RGB
CMYK
RGB Variations
Color information
#AA5E1B (or 0xAA5E1B) is known color: Rich Gold. HEX triplet: AA, 5E and 1B. RGB value is (170,94,27). Sum of RGB (Red+Green+Blue) = 170+94+27=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E1B is #55A1E4. Grayscale: #6D6D6D. Windows color (decimal): -5612005 or 1793706. OLE color: 1793706.
HSL color Cylindrical-coordinate representation of color #AA5E1B: hue angle of 28.11º degrees, saturation: 0.73, 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 #AA5E1B is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 27 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.33 |
| HSL | 28.11º | 0.73% | 0.39% | - |
| HSV(B) | 28.11º | 0.84% | 0.67% | - |
| XYZ | 20.78 | 16.63 | 3.15 | - |
| YUV | 109.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 27 | 0 | 0.45 | 0.84 | 0.33 | 28.11 | 0.73 | 0.39 |
| Hex | AA | 5E | 1B | 0 | 2D | 54 | 21 | 1C | 49 | 27 |
| Octal | 252 | 136 | 33 | 0 | 55 | 124 | 41 | 34 | 111 | 47 |
| Binary | 10101010 | 1011110 | 11011 | 0 | 101101 | 1010100 | 100001 | 11100 | 1001001 | 100111 |
Color Harmonies of #AA5E1B
Complementary color
Monochromatic Colors of #AA5E1B
Black with #AA5E1B
Text Example
Text Example
White with #AA5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E1B; }
p { color: rgb(170,94,27); }
H1.HeaderClassName
{
color: #AA5E1B;
}
.AnyTagClassName
{
color: #AA5E1B;
}
</style>
background-color css
<style>
a { background-color: #AA5E1B; }
a { background-color: rgb(170,94,27); }
div.DivClassName
{
background-color: #AA5E1B;
}
.BgClassName
{
background-color: #AA5E1B;
}
</style>
border-color css
<style>
span { border-color: #AA5E1B; }
span { border-color: rgb(170,94,27); }
td.TdClassName
{
border-color: #AA5E1B;
}
.TagClassName
{
border-color: #AA5E1B;
}
</style>