Shades of Rich Gold #AA4919
Tints of Rich Gold #AA4919
RGB
CMYK
RGB Variations
Color information
#AA4919 (or 0xAA4919) is known color: Rich Gold. HEX triplet: AA, 49 and 19. RGB value is (170,73,25). Sum of RGB (Red+Green+Blue) = 170+73+25=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4919 is #55B6E6. Grayscale: #606060. Windows color (decimal): -5617383 or 1657258. OLE color: 1657258.
HSL color Cylindrical-coordinate representation of color #AA4919: hue angle of 19.86º 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 #AA4919 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 25 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.33 |
| HSL | 19.86º | 0.74% | 0.38% | - |
| HSV(B) | 19.86º | 0.85% | 0.67% | - |
| XYZ | 19.14 | 13.38 | 2.49 | - |
| YUV | 96.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 25 | 0 | 0.57 | 0.85 | 0.33 | 19.86 | 0.74 | 0.38 |
| Hex | AA | 49 | 19 | 0 | 39 | 55 | 21 | 14 | 4A | 26 |
| Octal | 252 | 111 | 31 | 0 | 71 | 125 | 41 | 24 | 112 | 46 |
| Binary | 10101010 | 1001001 | 11001 | 0 | 111001 | 1010101 | 100001 | 10100 | 1001010 | 100110 |
Color Harmonies of #AA4919
Complementary color
Monochromatic Colors of #AA4919
Black with #AA4919
Text Example
Text Example
White with #AA4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4919; }
p { color: rgb(170,73,25); }
H1.HeaderClassName
{
color: #AA4919;
}
.AnyTagClassName
{
color: #AA4919;
}
</style>
background-color css
<style>
a { background-color: #AA4919; }
a { background-color: rgb(170,73,25); }
div.DivClassName
{
background-color: #AA4919;
}
.BgClassName
{
background-color: #AA4919;
}
</style>
border-color css
<style>
span { border-color: #AA4919; }
span { border-color: rgb(170,73,25); }
td.TdClassName
{
border-color: #AA4919;
}
.TagClassName
{
border-color: #AA4919;
}
</style>