Shades of Earls Green #A8AA2C
Tints of Earls Green #A8AA2C
RGB
CMYK
RGB Variations
Color information
#A8AA2C (or 0xA8AA2C) is known color: Earls Green. HEX triplet: A8, AA and 2C. RGB value is (168,170,44). Sum of RGB (Red+Green+Blue) = 168+170+44=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA2C is #5755D3. Grayscale: #9B9B9B. Windows color (decimal): -5723604 or 2927272. OLE color: 2927272.
HSL color Cylindrical-coordinate representation of color #A8AA2C: hue angle of 60.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8AA2C is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 44 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.33 |
| HSL | 60.95º | 0.59% | 0.42% | - |
| HSV(B) | 60.95º | 0.74% | 0.67% | - |
| XYZ | 30.98 | 37.26 | 7.94 | - |
| YUV | 155.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 44 | 0.01 | 0 | 0.74 | 0.33 | 60.95 | 0.59 | 0.42 |
| Hex | A8 | AA | 2C | 1 | 0 | 4A | 21 | 3D | 3B | 2A |
| Octal | 250 | 252 | 54 | 1 | 0 | 112 | 41 | 75 | 73 | 52 |
| Binary | 10101000 | 10101010 | 101100 | 1 | 0 | 1001010 | 100001 | 111101 | 111011 | 101010 |
Color Harmonies of #A8AA2C
Complementary color
Monochromatic Colors of #A8AA2C
Black with #A8AA2C
Text Example
Text Example
White with #A8AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA2C; }
p { color: rgb(168,170,44); }
H1.HeaderClassName
{
color: #A8AA2C;
}
.AnyTagClassName
{
color: #A8AA2C;
}
</style>
background-color css
<style>
a { background-color: #A8AA2C; }
a { background-color: rgb(168,170,44); }
div.DivClassName
{
background-color: #A8AA2C;
}
.BgClassName
{
background-color: #A8AA2C;
}
</style>
border-color css
<style>
span { border-color: #A8AA2C; }
span { border-color: rgb(168,170,44); }
td.TdClassName
{
border-color: #A8AA2C;
}
.TagClassName
{
border-color: #A8AA2C;
}
</style>