Shades of Earls Green #AAAC2A
Tints of Earls Green #AAAC2A
RGB
CMYK
RGB Variations
Color information
#AAAC2A (or 0xAAAC2A) is known color: Earls Green. HEX triplet: AA, AC and 2A. RGB value is (170,172,42). Sum of RGB (Red+Green+Blue) = 170+172+42=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC2A is #5553D5. Grayscale: #9D9D9D. Windows color (decimal): -5592022 or 2796714. OLE color: 2796714.
HSL color Cylindrical-coordinate representation of color #AAAC2A: hue angle of 60.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAAC2A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 42 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.33 |
| HSL | 60.92º | 0.61% | 0.42% | - |
| HSV(B) | 60.92º | 0.76% | 0.67% | - |
| XYZ | 31.75 | 38.22 | 7.89 | - |
| YUV | 156.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 42 | 0.01 | 0 | 0.76 | 0.33 | 60.92 | 0.61 | 0.42 |
| Hex | AA | AC | 2A | 1 | 0 | 4C | 21 | 3D | 3D | 2A |
| Octal | 252 | 254 | 52 | 1 | 0 | 114 | 41 | 75 | 75 | 52 |
| Binary | 10101010 | 10101100 | 101010 | 1 | 0 | 1001100 | 100001 | 111101 | 111101 | 101010 |
Color Harmonies of #AAAC2A
Complementary color
Monochromatic Colors of #AAAC2A
Black with #AAAC2A
Text Example
Text Example
White with #AAAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC2A; }
p { color: rgb(170,172,42); }
H1.HeaderClassName
{
color: #AAAC2A;
}
.AnyTagClassName
{
color: #AAAC2A;
}
</style>
background-color css
<style>
a { background-color: #AAAC2A; }
a { background-color: rgb(170,172,42); }
div.DivClassName
{
background-color: #AAAC2A;
}
.BgClassName
{
background-color: #AAAC2A;
}
</style>
border-color css
<style>
span { border-color: #AAAC2A; }
span { border-color: rgb(170,172,42); }
td.TdClassName
{
border-color: #AAAC2A;
}
.TagClassName
{
border-color: #AAAC2A;
}
</style>