Shades of Earls Green #AAAC2B
Tints of Earls Green #AAAC2B
RGB
CMYK
RGB Variations
Color information
#AAAC2B (or 0xAAAC2B) is known color: Earls Green. HEX triplet: AA, AC and 2B. RGB value is (170,172,43). Sum of RGB (Red+Green+Blue) = 170+172+43=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC2B is #5553D4. Grayscale: #9D9D9D. Windows color (decimal): -5592021 or 2862250. OLE color: 2862250.
HSL color Cylindrical-coordinate representation of color #AAAC2B: hue angle of 60.93º 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 #AAAC2B is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 43 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.33 |
| HSL | 60.93º | 0.6% | 0.42% | - |
| HSV(B) | 60.93º | 0.75% | 0.67% | - |
| XYZ | 31.77 | 38.23 | 7.99 | - |
| YUV | 156.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 43 | 0.01 | 0 | 0.75 | 0.33 | 60.93 | 0.6 | 0.42 |
| Hex | AA | AC | 2B | 1 | 0 | 4B | 21 | 3D | 3C | 2A |
| Octal | 252 | 254 | 53 | 1 | 0 | 113 | 41 | 75 | 74 | 52 |
| Binary | 10101010 | 10101100 | 101011 | 1 | 0 | 1001011 | 100001 | 111101 | 111100 | 101010 |
Color Harmonies of #AAAC2B
Complementary color
Monochromatic Colors of #AAAC2B
Black with #AAAC2B
Text Example
Text Example
White with #AAAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC2B; }
p { color: rgb(170,172,43); }
H1.HeaderClassName
{
color: #AAAC2B;
}
.AnyTagClassName
{
color: #AAAC2B;
}
</style>
background-color css
<style>
a { background-color: #AAAC2B; }
a { background-color: rgb(170,172,43); }
div.DivClassName
{
background-color: #AAAC2B;
}
.BgClassName
{
background-color: #AAAC2B;
}
</style>
border-color css
<style>
span { border-color: #AAAC2B; }
span { border-color: rgb(170,172,43); }
td.TdClassName
{
border-color: #AAAC2B;
}
.TagClassName
{
border-color: #AAAC2B;
}
</style>