Shades of Rich Gold #AA4E18
Tints of Rich Gold #AA4E18
RGB
CMYK
RGB Variations
Color information
#AA4E18 (or 0xAA4E18) is known color: Rich Gold. HEX triplet: AA, 4E and 18. RGB value is (170,78,24). Sum of RGB (Red+Green+Blue) = 170+78+24=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E18 is #55B1E7. Grayscale: #636363. Windows color (decimal): -5616104 or 1593002. OLE color: 1593002.
HSL color Cylindrical-coordinate representation of color #AA4E18: hue angle of 22.19º degrees, saturation: 0.75, 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 #AA4E18 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 24 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.33 |
| HSL | 22.19º | 0.75% | 0.38% | - |
| HSV(B) | 22.19º | 0.86% | 0.67% | - |
| XYZ | 19.47 | 14.06 | 2.55 | - |
| YUV | 99.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 24 | 0 | 0.54 | 0.86 | 0.33 | 22.19 | 0.75 | 0.38 |
| Hex | AA | 4E | 18 | 0 | 36 | 56 | 21 | 16 | 4B | 26 |
| Octal | 252 | 116 | 30 | 0 | 66 | 126 | 41 | 26 | 113 | 46 |
| Binary | 10101010 | 1001110 | 11000 | 0 | 110110 | 1010110 | 100001 | 10110 | 1001011 | 100110 |
Color Harmonies of #AA4E18
Complementary color
Monochromatic Colors of #AA4E18
Black with #AA4E18
Text Example
Text Example
White with #AA4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E18; }
p { color: rgb(170,78,24); }
H1.HeaderClassName
{
color: #AA4E18;
}
.AnyTagClassName
{
color: #AA4E18;
}
</style>
background-color css
<style>
a { background-color: #AA4E18; }
a { background-color: rgb(170,78,24); }
div.DivClassName
{
background-color: #AA4E18;
}
.BgClassName
{
background-color: #AA4E18;
}
</style>
border-color css
<style>
span { border-color: #AA4E18; }
span { border-color: rgb(170,78,24); }
td.TdClassName
{
border-color: #AA4E18;
}
.TagClassName
{
border-color: #AA4E18;
}
</style>