Shades of Rich Gold #AA4D1A
Tints of Rich Gold #AA4D1A
RGB
CMYK
RGB Variations
Color information
#AA4D1A (or 0xAA4D1A) is known color: Rich Gold. HEX triplet: AA, 4D and 1A. RGB value is (170,77,26). Sum of RGB (Red+Green+Blue) = 170+77+26=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D1A is #55B2E5. Grayscale: #636363. Windows color (decimal): -5616358 or 1723818. OLE color: 1723818.
HSL color Cylindrical-coordinate representation of color #AA4D1A: hue angle of 21.25º 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 #AA4D1A is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 26 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.33 |
| HSL | 21.25º | 0.73% | 0.38% | - |
| HSV(B) | 21.25º | 0.85% | 0.67% | - |
| XYZ | 19.42 | 13.93 | 2.64 | - |
| YUV | 98.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 26 | 0 | 0.55 | 0.85 | 0.33 | 21.25 | 0.73 | 0.38 |
| Hex | AA | 4D | 1A | 0 | 37 | 55 | 21 | 15 | 49 | 26 |
| Octal | 252 | 115 | 32 | 0 | 67 | 125 | 41 | 25 | 111 | 46 |
| Binary | 10101010 | 1001101 | 11010 | 0 | 110111 | 1010101 | 100001 | 10101 | 1001001 | 100110 |
Color Harmonies of #AA4D1A
Complementary color
Monochromatic Colors of #AA4D1A
Black with #AA4D1A
Text Example
Text Example
White with #AA4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D1A; }
p { color: rgb(170,77,26); }
H1.HeaderClassName
{
color: #AA4D1A;
}
.AnyTagClassName
{
color: #AA4D1A;
}
</style>
background-color css
<style>
a { background-color: #AA4D1A; }
a { background-color: rgb(170,77,26); }
div.DivClassName
{
background-color: #AA4D1A;
}
.BgClassName
{
background-color: #AA4D1A;
}
</style>
border-color css
<style>
span { border-color: #AA4D1A; }
span { border-color: rgb(170,77,26); }
td.TdClassName
{
border-color: #AA4D1A;
}
.TagClassName
{
border-color: #AA4D1A;
}
</style>