Shades of Earls Green #A7AA24
Tints of Earls Green #A7AA24
RGB
CMYK
RGB Variations
Color information
#A7AA24 (or 0xA7AA24) is known color: Earls Green. HEX triplet: A7, AA and 24. RGB value is (167,170,36). Sum of RGB (Red+Green+Blue) = 167+170+36=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA24 is #5855DB. Grayscale: #9A9A9A. Windows color (decimal): -5789148 or 2402983. OLE color: 2402983.
HSL color Cylindrical-coordinate representation of color #A7AA24: hue angle of 61.34º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7AA24 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 36 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.33 |
| HSL | 61.34º | 0.65% | 0.4% | - |
| HSV(B) | 61.34º | 0.79% | 0.67% | - |
| XYZ | 30.63 | 37.09 | 7.21 | - |
| YUV | 153.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 36 | 0.02 | 0 | 0.79 | 0.33 | 61.34 | 0.65 | 0.4 |
| Hex | A7 | AA | 24 | 2 | 0 | 4F | 21 | 3D | 41 | 28 |
| Octal | 247 | 252 | 44 | 2 | 0 | 117 | 41 | 75 | 101 | 50 |
| Binary | 10100111 | 10101010 | 100100 | 10 | 0 | 1001111 | 100001 | 111101 | 1000001 | 101000 |
Color Harmonies of #A7AA24
Complementary color
Monochromatic Colors of #A7AA24
Black with #A7AA24
Text Example
Text Example
White with #A7AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA24; }
p { color: rgb(167,170,36); }
H1.HeaderClassName
{
color: #A7AA24;
}
.AnyTagClassName
{
color: #A7AA24;
}
</style>
background-color css
<style>
a { background-color: #A7AA24; }
a { background-color: rgb(167,170,36); }
div.DivClassName
{
background-color: #A7AA24;
}
.BgClassName
{
background-color: #A7AA24;
}
</style>
border-color css
<style>
span { border-color: #A7AA24; }
span { border-color: rgb(167,170,36); }
td.TdClassName
{
border-color: #A7AA24;
}
.TagClassName
{
border-color: #A7AA24;
}
</style>