Shades of Rich Gold #AA4C19
Tints of Rich Gold #AA4C19
RGB
CMYK
RGB Variations
Color information
#AA4C19 (or 0xAA4C19) is known color: Rich Gold. HEX triplet: AA, 4C and 19. RGB value is (170,76,25). Sum of RGB (Red+Green+Blue) = 170+76+25=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C19 is #55B3E6. Grayscale: #626262. Windows color (decimal): -5616615 or 1658026. OLE color: 1658026.
HSL color Cylindrical-coordinate representation of color #AA4C19: hue angle of 21.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA4C19 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 25 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.33 |
| HSL | 21.1º | 0.74% | 0.38% | - |
| HSV(B) | 21.1º | 0.85% | 0.67% | - |
| XYZ | 19.34 | 13.79 | 2.56 | - |
| YUV | 98.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 25 | 0 | 0.55 | 0.85 | 0.33 | 21.1 | 0.74 | 0.38 |
| Hex | AA | 4C | 19 | 0 | 37 | 55 | 21 | 15 | 4A | 26 |
| Octal | 252 | 114 | 31 | 0 | 67 | 125 | 41 | 25 | 112 | 46 |
| Binary | 10101010 | 1001100 | 11001 | 0 | 110111 | 1010101 | 100001 | 10101 | 1001010 | 100110 |
Color Harmonies of #AA4C19
Complementary color
Monochromatic Colors of #AA4C19
Black with #AA4C19
Text Example
Text Example
White with #AA4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C19; }
p { color: rgb(170,76,25); }
H1.HeaderClassName
{
color: #AA4C19;
}
.AnyTagClassName
{
color: #AA4C19;
}
</style>
background-color css
<style>
a { background-color: #AA4C19; }
a { background-color: rgb(170,76,25); }
div.DivClassName
{
background-color: #AA4C19;
}
.BgClassName
{
background-color: #AA4C19;
}
</style>
border-color css
<style>
span { border-color: #AA4C19; }
span { border-color: rgb(170,76,25); }
td.TdClassName
{
border-color: #AA4C19;
}
.TagClassName
{
border-color: #AA4C19;
}
</style>