Shades of Rich Gold #AA4A1A
Tints of Rich Gold #AA4A1A
RGB
CMYK
RGB Variations
Color information
#AA4A1A (or 0xAA4A1A) is known color: Rich Gold. HEX triplet: AA, 4A and 1A. RGB value is (170,74,26). Sum of RGB (Red+Green+Blue) = 170+74+26=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A1A is #55B5E5. Grayscale: #616161. Windows color (decimal): -5617126 or 1723050. OLE color: 1723050.
HSL color Cylindrical-coordinate representation of color #AA4A1A: hue angle of 20º degrees, saturation: 0.73, 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 #AA4A1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 26 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.33 |
| HSL | 20º | 0.73% | 0.38% | - |
| HSV(B) | 20º | 0.85% | 0.67% | - |
| XYZ | 19.21 | 13.52 | 2.57 | - |
| YUV | 97.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 26 | 0 | 0.56 | 0.85 | 0.33 | 20 | 0.73 | 0.38 |
| Hex | AA | 4A | 1A | 0 | 38 | 55 | 21 | 14 | 49 | 26 |
| Octal | 252 | 112 | 32 | 0 | 70 | 125 | 41 | 24 | 111 | 46 |
| Binary | 10101010 | 1001010 | 11010 | 0 | 111000 | 1010101 | 100001 | 10100 | 1001001 | 100110 |
Color Harmonies of #AA4A1A
Complementary color
Monochromatic Colors of #AA4A1A
Black with #AA4A1A
Text Example
Text Example
White with #AA4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A1A; }
p { color: rgb(170,74,26); }
H1.HeaderClassName
{
color: #AA4A1A;
}
.AnyTagClassName
{
color: #AA4A1A;
}
</style>
background-color css
<style>
a { background-color: #AA4A1A; }
a { background-color: rgb(170,74,26); }
div.DivClassName
{
background-color: #AA4A1A;
}
.BgClassName
{
background-color: #AA4A1A;
}
</style>
border-color css
<style>
span { border-color: #AA4A1A; }
span { border-color: rgb(170,74,26); }
td.TdClassName
{
border-color: #AA4A1A;
}
.TagClassName
{
border-color: #AA4A1A;
}
</style>