Shades of Rich Gold #AA4F16
Tints of Rich Gold #AA4F16
RGB
CMYK
RGB Variations
Color information
#AA4F16 (or 0xAA4F16) is known color: Rich Gold. HEX triplet: AA, 4F and 16. RGB value is (170,79,22). Sum of RGB (Red+Green+Blue) = 170+79+22=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F16 is #55B0E9. Grayscale: #646464. Windows color (decimal): -5615850 or 1462186. OLE color: 1462186.
HSL color Cylindrical-coordinate representation of color #AA4F16: hue angle of 23.11º 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 #AA4F16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 22 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.33 |
| HSL | 23.11º | 0.77% | 0.38% | - |
| HSV(B) | 23.11º | 0.87% | 0.67% | - |
| XYZ | 19.52 | 14.2 | 2.47 | - |
| YUV | 99.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 22 | 0 | 0.54 | 0.87 | 0.33 | 23.11 | 0.77 | 0.38 |
| Hex | AA | 4F | 16 | 0 | 36 | 57 | 21 | 17 | 4D | 26 |
| Octal | 252 | 117 | 26 | 0 | 66 | 127 | 41 | 27 | 115 | 46 |
| Binary | 10101010 | 1001111 | 10110 | 0 | 110110 | 1010111 | 100001 | 10111 | 1001101 | 100110 |
Color Harmonies of #AA4F16
Complementary color
Monochromatic Colors of #AA4F16
Black with #AA4F16
Text Example
Text Example
White with #AA4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F16; }
p { color: rgb(170,79,22); }
H1.HeaderClassName
{
color: #AA4F16;
}
.AnyTagClassName
{
color: #AA4F16;
}
</style>
background-color css
<style>
a { background-color: #AA4F16; }
a { background-color: rgb(170,79,22); }
div.DivClassName
{
background-color: #AA4F16;
}
.BgClassName
{
background-color: #AA4F16;
}
</style>
border-color css
<style>
span { border-color: #AA4F16; }
span { border-color: rgb(170,79,22); }
td.TdClassName
{
border-color: #AA4F16;
}
.TagClassName
{
border-color: #AA4F16;
}
</style>