Shades of Rich Gold #AA5411
Tints of Rich Gold #AA5411
RGB
CMYK
RGB Variations
Color information
#AA5411 (or 0xAA5411) is known color: Rich Gold. HEX triplet: AA, 54 and 11. RGB value is (170,84,17). Sum of RGB (Red+Green+Blue) = 170+84+17=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5411 is #55ABEE. Grayscale: #666666. Windows color (decimal): -5614575 or 1135786. OLE color: 1135786.
HSL color Cylindrical-coordinate representation of color #AA5411: hue angle of 26.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA5411 is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 17 | - |
| CMYK | 0 | 0.51 | 0.9 | 0.33 |
| HSL | 26.27º | 0.82% | 0.37% | - |
| HSV(B) | 26.27º | 0.9% | 0.67% | - |
| XYZ | 19.85 | 14.93 | 2.37 | - |
| YUV | 102.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 17 | 0 | 0.51 | 0.9 | 0.33 | 26.27 | 0.82 | 0.37 |
| Hex | AA | 54 | 11 | 0 | 33 | 5A | 21 | 1A | 52 | 25 |
| Octal | 252 | 124 | 21 | 0 | 63 | 132 | 41 | 32 | 122 | 45 |
| Binary | 10101010 | 1010100 | 10001 | 0 | 110011 | 1011010 | 100001 | 11010 | 1010010 | 100101 |
Color Harmonies of #AA5411
Complementary color
Monochromatic Colors of #AA5411
Black with #AA5411
Text Example
Text Example
White with #AA5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5411; }
p { color: rgb(170,84,17); }
H1.HeaderClassName
{
color: #AA5411;
}
.AnyTagClassName
{
color: #AA5411;
}
</style>
background-color css
<style>
a { background-color: #AA5411; }
a { background-color: rgb(170,84,17); }
div.DivClassName
{
background-color: #AA5411;
}
.BgClassName
{
background-color: #AA5411;
}
</style>
border-color css
<style>
span { border-color: #AA5411; }
span { border-color: rgb(170,84,17); }
td.TdClassName
{
border-color: #AA5411;
}
.TagClassName
{
border-color: #AA5411;
}
</style>