Shades of Earls Green #AAAB2B
Tints of Earls Green #AAAB2B
RGB
CMYK
RGB Variations
Color information
#AAAB2B (or 0xAAAB2B) is known color: Earls Green. HEX triplet: AA, AB and 2B. RGB value is (170,171,43). Sum of RGB (Red+Green+Blue) = 170+171+43=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB2B is #5554D4. Grayscale: #9C9C9C. Windows color (decimal): -5592277 or 2861994. OLE color: 2861994.
HSL color Cylindrical-coordinate representation of color #AAAB2B: hue angle of 60.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAAB2B is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 43 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.33 |
| HSL | 60.47º | 0.6% | 0.42% | - |
| HSV(B) | 60.47º | 0.75% | 0.67% | - |
| XYZ | 31.58 | 37.85 | 7.93 | - |
| YUV | 156.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 43 | 0.01 | 0 | 0.75 | 0.33 | 60.47 | 0.6 | 0.42 |
| Hex | AA | AB | 2B | 1 | 0 | 4B | 21 | 3C | 3C | 2A |
| Octal | 252 | 253 | 53 | 1 | 0 | 113 | 41 | 74 | 74 | 52 |
| Binary | 10101010 | 10101011 | 101011 | 1 | 0 | 1001011 | 100001 | 111100 | 111100 | 101010 |
Color Harmonies of #AAAB2B
Complementary color
Monochromatic Colors of #AAAB2B
Black with #AAAB2B
Text Example
Text Example
White with #AAAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB2B; }
p { color: rgb(170,171,43); }
H1.HeaderClassName
{
color: #AAAB2B;
}
.AnyTagClassName
{
color: #AAAB2B;
}
</style>
background-color css
<style>
a { background-color: #AAAB2B; }
a { background-color: rgb(170,171,43); }
div.DivClassName
{
background-color: #AAAB2B;
}
.BgClassName
{
background-color: #AAAB2B;
}
</style>
border-color css
<style>
span { border-color: #AAAB2B; }
span { border-color: rgb(170,171,43); }
td.TdClassName
{
border-color: #AAAB2B;
}
.TagClassName
{
border-color: #AAAB2B;
}
</style>