Shades of Rich Gold #AA4D19
Tints of Rich Gold #AA4D19
RGB
CMYK
RGB Variations
Color information
#AA4D19 (or 0xAA4D19) is known color: Rich Gold. HEX triplet: AA, 4D and 19. RGB value is (170,77,25). Sum of RGB (Red+Green+Blue) = 170+77+25=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D19 is #55B2E6. Grayscale: #636363. Windows color (decimal): -5616359 or 1658282. OLE color: 1658282.
HSL color Cylindrical-coordinate representation of color #AA4D19: hue angle of 21.52º 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 #AA4D19 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 25 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.33 |
| HSL | 21.52º | 0.74% | 0.38% | - |
| HSV(B) | 21.52º | 0.85% | 0.67% | - |
| XYZ | 19.41 | 13.92 | 2.58 | - |
| YUV | 98.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 25 | 0 | 0.55 | 0.85 | 0.33 | 21.52 | 0.74 | 0.38 |
| Hex | AA | 4D | 19 | 0 | 37 | 55 | 21 | 16 | 4A | 26 |
| Octal | 252 | 115 | 31 | 0 | 67 | 125 | 41 | 26 | 112 | 46 |
| Binary | 10101010 | 1001101 | 11001 | 0 | 110111 | 1010101 | 100001 | 10110 | 1001010 | 100110 |
Color Harmonies of #AA4D19
Complementary color
Monochromatic Colors of #AA4D19
Black with #AA4D19
Text Example
Text Example
White with #AA4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D19; }
p { color: rgb(170,77,25); }
H1.HeaderClassName
{
color: #AA4D19;
}
.AnyTagClassName
{
color: #AA4D19;
}
</style>
background-color css
<style>
a { background-color: #AA4D19; }
a { background-color: rgb(170,77,25); }
div.DivClassName
{
background-color: #AA4D19;
}
.BgClassName
{
background-color: #AA4D19;
}
</style>
border-color css
<style>
span { border-color: #AA4D19; }
span { border-color: rgb(170,77,25); }
td.TdClassName
{
border-color: #AA4D19;
}
.TagClassName
{
border-color: #AA4D19;
}
</style>