Shades of Rich Gold #AA4E16
Tints of Rich Gold #AA4E16
RGB
CMYK
RGB Variations
Color information
#AA4E16 (or 0xAA4E16) is known color: Rich Gold. HEX triplet: AA, 4E and 16. RGB value is (170,78,22). Sum of RGB (Red+Green+Blue) = 170+78+22=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E16 is #55B1E9. Grayscale: #636363. Windows color (decimal): -5616106 or 1461930. OLE color: 1461930.
HSL color Cylindrical-coordinate representation of color #AA4E16: hue angle of 22.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA4E16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 22 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.33 |
| HSL | 22.7º | 0.77% | 0.38% | - |
| HSV(B) | 22.7º | 0.87% | 0.67% | - |
| XYZ | 19.45 | 14.05 | 2.45 | - |
| YUV | 99.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 22 | 0 | 0.54 | 0.87 | 0.33 | 22.7 | 0.77 | 0.38 |
| Hex | AA | 4E | 16 | 0 | 36 | 57 | 21 | 17 | 4D | 26 |
| Octal | 252 | 116 | 26 | 0 | 66 | 127 | 41 | 27 | 115 | 46 |
| Binary | 10101010 | 1001110 | 10110 | 0 | 110110 | 1010111 | 100001 | 10111 | 1001101 | 100110 |
Color Harmonies of #AA4E16
Complementary color
Monochromatic Colors of #AA4E16
Black with #AA4E16
Text Example
Text Example
White with #AA4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E16; }
p { color: rgb(170,78,22); }
H1.HeaderClassName
{
color: #AA4E16;
}
.AnyTagClassName
{
color: #AA4E16;
}
</style>
background-color css
<style>
a { background-color: #AA4E16; }
a { background-color: rgb(170,78,22); }
div.DivClassName
{
background-color: #AA4E16;
}
.BgClassName
{
background-color: #AA4E16;
}
</style>
border-color css
<style>
span { border-color: #AA4E16; }
span { border-color: rgb(170,78,22); }
td.TdClassName
{
border-color: #AA4E16;
}
.TagClassName
{
border-color: #AA4E16;
}
</style>