Shades of Earls Green #A8AA2A
Tints of Earls Green #A8AA2A
RGB
CMYK
RGB Variations
Color information
#A8AA2A (or 0xA8AA2A) is known color: Earls Green. HEX triplet: A8, AA and 2A. RGB value is (168,170,42). Sum of RGB (Red+Green+Blue) = 168+170+42=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA2A is #5755D5. Grayscale: #9B9B9B. Windows color (decimal): -5723606 or 2796200. OLE color: 2796200.
HSL color Cylindrical-coordinate representation of color #A8AA2A: hue angle of 60.94º 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 #A8AA2A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 42 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.33 |
| HSL | 60.94º | 0.6% | 0.42% | - |
| HSV(B) | 60.94º | 0.75% | 0.67% | - |
| XYZ | 30.94 | 37.24 | 7.75 | - |
| YUV | 154.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 42 | 0.01 | 0 | 0.75 | 0.33 | 60.94 | 0.6 | 0.42 |
| Hex | A8 | AA | 2A | 1 | 0 | 4B | 21 | 3D | 3C | 2A |
| Octal | 250 | 252 | 52 | 1 | 0 | 113 | 41 | 75 | 74 | 52 |
| Binary | 10101000 | 10101010 | 101010 | 1 | 0 | 1001011 | 100001 | 111101 | 111100 | 101010 |
Color Harmonies of #A8AA2A
Complementary color
Monochromatic Colors of #A8AA2A
Black with #A8AA2A
Text Example
Text Example
White with #A8AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA2A; }
p { color: rgb(168,170,42); }
H1.HeaderClassName
{
color: #A8AA2A;
}
.AnyTagClassName
{
color: #A8AA2A;
}
</style>
background-color css
<style>
a { background-color: #A8AA2A; }
a { background-color: rgb(168,170,42); }
div.DivClassName
{
background-color: #A8AA2A;
}
.BgClassName
{
background-color: #A8AA2A;
}
</style>
border-color css
<style>
span { border-color: #A8AA2A; }
span { border-color: rgb(168,170,42); }
td.TdClassName
{
border-color: #A8AA2A;
}
.TagClassName
{
border-color: #A8AA2A;
}
</style>