Shades of Earls Green #AAAA2B
Tints of Earls Green #AAAA2B
RGB
CMYK
RGB Variations
Color information
#AAAA2B (or 0xAAAA2B) is known color: Earls Green. HEX triplet: AA, AA and 2B. RGB value is (170,170,43). Sum of RGB (Red+Green+Blue) = 170+170+43=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA2B is #5555D4. Grayscale: #9C9C9C. Windows color (decimal): -5592533 or 2861738. OLE color: 2861738.
HSL color Cylindrical-coordinate representation of color #AAAA2B: hue angle of 60º 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 #AAAA2B is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 43 | - |
| CMYK | 0 | 0 | 0.75 | 0.33 |
| HSL | 60º | 0.6% | 0.42% | - |
| HSV(B) | 60º | 0.75% | 0.67% | - |
| XYZ | 31.39 | 37.47 | 7.86 | - |
| YUV | 155.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 43 | 0 | 0 | 0.75 | 0.33 | 60 | 0.6 | 0.42 |
| Hex | AA | AA | 2B | 0 | 0 | 4B | 21 | 3C | 3C | 2A |
| Octal | 252 | 252 | 53 | 0 | 0 | 113 | 41 | 74 | 74 | 52 |
| Binary | 10101010 | 10101010 | 101011 | 0 | 0 | 1001011 | 100001 | 111100 | 111100 | 101010 |
Color Harmonies of #AAAA2B
Complementary color
Monochromatic Colors of #AAAA2B
Black with #AAAA2B
Text Example
Text Example
White with #AAAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA2B; }
p { color: rgb(170,170,43); }
H1.HeaderClassName
{
color: #AAAA2B;
}
.AnyTagClassName
{
color: #AAAA2B;
}
</style>
background-color css
<style>
a { background-color: #AAAA2B; }
a { background-color: rgb(170,170,43); }
div.DivClassName
{
background-color: #AAAA2B;
}
.BgClassName
{
background-color: #AAAA2B;
}
</style>
border-color css
<style>
span { border-color: #AAAA2B; }
span { border-color: rgb(170,170,43); }
td.TdClassName
{
border-color: #AAAA2B;
}
.TagClassName
{
border-color: #AAAA2B;
}
</style>