Shades of Earls Green #AAA12E
Tints of Earls Green #AAA12E
RGB
CMYK
RGB Variations
Color information
#AAA12E (or 0xAAA12E) is known color: Earls Green. HEX triplet: AA, A1 and 2E. RGB value is (170,161,46). Sum of RGB (Red+Green+Blue) = 170+161+46=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA12E is #555ED1. Grayscale: #979797. Windows color (decimal): -5594834 or 3056042. OLE color: 3056042.
HSL color Cylindrical-coordinate representation of color #AAA12E: hue angle of 55.65º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAA12E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 46 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.33 |
| HSL | 55.65º | 0.57% | 0.42% | - |
| HSV(B) | 55.65º | 0.73% | 0.67% | - |
| XYZ | 29.82 | 34.23 | 7.62 | - |
| YUV | 150.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 46 | 0 | 0.05 | 0.73 | 0.33 | 55.65 | 0.57 | 0.42 |
| Hex | AA | A1 | 2E | 0 | 5 | 49 | 21 | 38 | 39 | 2A |
| Octal | 252 | 241 | 56 | 0 | 5 | 111 | 41 | 70 | 71 | 52 |
| Binary | 10101010 | 10100001 | 101110 | 0 | 101 | 1001001 | 100001 | 111000 | 111001 | 101010 |
Color Harmonies of #AAA12E
Complementary color
Monochromatic Colors of #AAA12E
Black with #AAA12E
Text Example
Text Example
White with #AAA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA12E; }
p { color: rgb(170,161,46); }
H1.HeaderClassName
{
color: #AAA12E;
}
.AnyTagClassName
{
color: #AAA12E;
}
</style>
background-color css
<style>
a { background-color: #AAA12E; }
a { background-color: rgb(170,161,46); }
div.DivClassName
{
background-color: #AAA12E;
}
.BgClassName
{
background-color: #AAA12E;
}
</style>
border-color css
<style>
span { border-color: #AAA12E; }
span { border-color: rgb(170,161,46); }
td.TdClassName
{
border-color: #AAA12E;
}
.TagClassName
{
border-color: #AAA12E;
}
</style>