Shades of Rich Gold #AA4E17
Tints of Rich Gold #AA4E17
RGB
CMYK
RGB Variations
Color information
#AA4E17 (or 0xAA4E17) is known color: Rich Gold. HEX triplet: AA, 4E and 17. RGB value is (170,78,23). Sum of RGB (Red+Green+Blue) = 170+78+23=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E17 is #55B1E8. Grayscale: #636363. Windows color (decimal): -5616105 or 1527466. OLE color: 1527466.
HSL color Cylindrical-coordinate representation of color #AA4E17: hue angle of 22.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA4E17 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 23 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.33 |
| HSL | 22.45º | 0.76% | 0.38% | - |
| HSV(B) | 22.45º | 0.86% | 0.67% | - |
| XYZ | 19.46 | 14.06 | 2.5 | - |
| YUV | 99.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 23 | 0 | 0.54 | 0.86 | 0.33 | 22.45 | 0.76 | 0.38 |
| Hex | AA | 4E | 17 | 0 | 36 | 56 | 21 | 16 | 4C | 26 |
| Octal | 252 | 116 | 27 | 0 | 66 | 126 | 41 | 26 | 114 | 46 |
| Binary | 10101010 | 1001110 | 10111 | 0 | 110110 | 1010110 | 100001 | 10110 | 1001100 | 100110 |
Color Harmonies of #AA4E17
Complementary color
Monochromatic Colors of #AA4E17
Black with #AA4E17
Text Example
Text Example
White with #AA4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E17; }
p { color: rgb(170,78,23); }
H1.HeaderClassName
{
color: #AA4E17;
}
.AnyTagClassName
{
color: #AA4E17;
}
</style>
background-color css
<style>
a { background-color: #AA4E17; }
a { background-color: rgb(170,78,23); }
div.DivClassName
{
background-color: #AA4E17;
}
.BgClassName
{
background-color: #AA4E17;
}
</style>
border-color css
<style>
span { border-color: #AA4E17; }
span { border-color: rgb(170,78,23); }
td.TdClassName
{
border-color: #AA4E17;
}
.TagClassName
{
border-color: #AA4E17;
}
</style>