Shades of Earls Green #A8AE2E
Tints of Earls Green #A8AE2E
RGB
CMYK
RGB Variations
Color information
#A8AE2E (or 0xA8AE2E) is known color: Earls Green. HEX triplet: A8, AE and 2E. RGB value is (168,174,46). Sum of RGB (Red+Green+Blue) = 168+174+46=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE2E is #5751D1. Grayscale: #9E9E9E. Windows color (decimal): -5722578 or 3059368. OLE color: 3059368.
HSL color Cylindrical-coordinate representation of color #A8AE2E: hue angle of 62.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8AE2E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 46 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.32 |
| HSL | 62.81º | 0.58% | 0.43% | - |
| HSV(B) | 62.81º | 0.74% | 0.68% | - |
| XYZ | 31.78 | 38.79 | 8.4 | - |
| YUV | 157.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 46 | 0.03 | 0 | 0.74 | 0.32 | 62.81 | 0.58 | 0.43 |
| Hex | A8 | AE | 2E | 3 | 0 | 4A | 20 | 3F | 3A | 2B |
| Octal | 250 | 256 | 56 | 3 | 0 | 112 | 40 | 77 | 72 | 53 |
| Binary | 10101000 | 10101110 | 101110 | 11 | 0 | 1001010 | 100000 | 111111 | 111010 | 101011 |
Color Harmonies of #A8AE2E
Complementary color
Monochromatic Colors of #A8AE2E
Black with #A8AE2E
Text Example
Text Example
White with #A8AE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE2E; }
p { color: rgb(168,174,46); }
H1.HeaderClassName
{
color: #A8AE2E;
}
.AnyTagClassName
{
color: #A8AE2E;
}
</style>
background-color css
<style>
a { background-color: #A8AE2E; }
a { background-color: rgb(168,174,46); }
div.DivClassName
{
background-color: #A8AE2E;
}
.BgClassName
{
background-color: #A8AE2E;
}
</style>
border-color css
<style>
span { border-color: #A8AE2E; }
span { border-color: rgb(168,174,46); }
td.TdClassName
{
border-color: #A8AE2E;
}
.TagClassName
{
border-color: #A8AE2E;
}
</style>