Shades of Earls Green #A8AA23
Tints of Earls Green #A8AA23
RGB
CMYK
RGB Variations
Color information
#A8AA23 (or 0xA8AA23) is known color: Earls Green. HEX triplet: A8, AA and 23. RGB value is (168,170,35). Sum of RGB (Red+Green+Blue) = 168+170+35=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA23 is #5755DC. Grayscale: #9A9A9A. Windows color (decimal): -5723613 or 2337448. OLE color: 2337448.
HSL color Cylindrical-coordinate representation of color #A8AA23: hue angle of 60.89º degrees, saturation: 0.66, 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 #A8AA23 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 35 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.33 |
| HSL | 60.89º | 0.66% | 0.4% | - |
| HSV(B) | 60.89º | 0.79% | 0.67% | - |
| XYZ | 30.83 | 37.2 | 7.14 | - |
| YUV | 154.01 | 60.84 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 35 | 0.01 | 0 | 0.79 | 0.33 | 60.89 | 0.66 | 0.4 |
| Hex | A8 | AA | 23 | 1 | 0 | 4F | 21 | 3D | 42 | 28 |
| Octal | 250 | 252 | 43 | 1 | 0 | 117 | 41 | 75 | 102 | 50 |
| Binary | 10101000 | 10101010 | 100011 | 1 | 0 | 1001111 | 100001 | 111101 | 1000010 | 101000 |
Color Harmonies of #A8AA23
Complementary color
Monochromatic Colors of #A8AA23
Black with #A8AA23
Text Example
Text Example
White with #A8AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA23; }
p { color: rgb(168,170,35); }
H1.HeaderClassName
{
color: #A8AA23;
}
.AnyTagClassName
{
color: #A8AA23;
}
</style>
background-color css
<style>
a { background-color: #A8AA23; }
a { background-color: rgb(168,170,35); }
div.DivClassName
{
background-color: #A8AA23;
}
.BgClassName
{
background-color: #A8AA23;
}
</style>
border-color css
<style>
span { border-color: #A8AA23; }
span { border-color: rgb(168,170,35); }
td.TdClassName
{
border-color: #A8AA23;
}
.TagClassName
{
border-color: #A8AA23;
}
</style>