Shades of Rich Gold #AA4C20
Tints of Rich Gold #AA4C20
RGB
CMYK
RGB Variations
Color information
#AA4C20 (or 0xAA4C20) is known color: Rich Gold. HEX triplet: AA, 4C and 20. RGB value is (170,76,32). Sum of RGB (Red+Green+Blue) = 170+76+32=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C20 is #55B3DF. Grayscale: #636363. Windows color (decimal): -5616608 or 2116778. OLE color: 2116778.
HSL color Cylindrical-coordinate representation of color #AA4C20: hue angle of 19.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA4C20 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 32 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.33 |
| HSL | 19.13º | 0.68% | 0.4% | - |
| HSV(B) | 19.13º | 0.81% | 0.67% | - |
| XYZ | 19.42 | 13.82 | 3.01 | - |
| YUV | 99.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 32 | 0 | 0.55 | 0.81 | 0.33 | 19.13 | 0.68 | 0.4 |
| Hex | AA | 4C | 20 | 0 | 37 | 51 | 21 | 13 | 44 | 28 |
| Octal | 252 | 114 | 40 | 0 | 67 | 121 | 41 | 23 | 104 | 50 |
| Binary | 10101010 | 1001100 | 100000 | 0 | 110111 | 1010001 | 100001 | 10011 | 1000100 | 101000 |
Color Harmonies of #AA4C20
Complementary color
Monochromatic Colors of #AA4C20
Black with #AA4C20
Text Example
Text Example
White with #AA4C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C20; }
p { color: rgb(170,76,32); }
H1.HeaderClassName
{
color: #AA4C20;
}
.AnyTagClassName
{
color: #AA4C20;
}
</style>
background-color css
<style>
a { background-color: #AA4C20; }
a { background-color: rgb(170,76,32); }
div.DivClassName
{
background-color: #AA4C20;
}
.BgClassName
{
background-color: #AA4C20;
}
</style>
border-color css
<style>
span { border-color: #AA4C20; }
span { border-color: rgb(170,76,32); }
td.TdClassName
{
border-color: #AA4C20;
}
.TagClassName
{
border-color: #AA4C20;
}
</style>