Shades of Earls Green #AAAB2C
Tints of Earls Green #AAAB2C
RGB
CMYK
RGB Variations
Color information
#AAAB2C (or 0xAAAB2C) is known color: Earls Green. HEX triplet: AA, AB and 2C. RGB value is (170,171,44). Sum of RGB (Red+Green+Blue) = 170+171+44=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB2C is #5554D3. Grayscale: #9C9C9C. Windows color (decimal): -5592276 or 2927530. OLE color: 2927530.
HSL color Cylindrical-coordinate representation of color #AAAB2C: hue angle of 60.47º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAAB2C is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 44 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.33 |
| HSL | 60.47º | 0.59% | 0.42% | - |
| HSV(B) | 60.47º | 0.74% | 0.67% | - |
| XYZ | 31.6 | 37.85 | 8.02 | - |
| YUV | 156.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 44 | 0.01 | 0 | 0.74 | 0.33 | 60.47 | 0.59 | 0.42 |
| Hex | AA | AB | 2C | 1 | 0 | 4A | 21 | 3C | 3B | 2A |
| Octal | 252 | 253 | 54 | 1 | 0 | 112 | 41 | 74 | 73 | 52 |
| Binary | 10101010 | 10101011 | 101100 | 1 | 0 | 1001010 | 100001 | 111100 | 111011 | 101010 |
Color Harmonies of #AAAB2C
Complementary color
Monochromatic Colors of #AAAB2C
Black with #AAAB2C
Text Example
Text Example
White with #AAAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB2C; }
p { color: rgb(170,171,44); }
H1.HeaderClassName
{
color: #AAAB2C;
}
.AnyTagClassName
{
color: #AAAB2C;
}
</style>
background-color css
<style>
a { background-color: #AAAB2C; }
a { background-color: rgb(170,171,44); }
div.DivClassName
{
background-color: #AAAB2C;
}
.BgClassName
{
background-color: #AAAB2C;
}
</style>
border-color css
<style>
span { border-color: #AAAB2C; }
span { border-color: rgb(170,171,44); }
td.TdClassName
{
border-color: #AAAB2C;
}
.TagClassName
{
border-color: #AAAB2C;
}
</style>