Shades of Earls Green #A9AE31
Tints of Earls Green #A9AE31
RGB
CMYK
RGB Variations
Color information
#A9AE31 (or 0xA9AE31) is known color: Earls Green. HEX triplet: A9, AE and 31. RGB value is (169,174,49). Sum of RGB (Red+Green+Blue) = 169+174+49=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE31 is #5651CE. Grayscale: #9E9E9E. Windows color (decimal): -5657039 or 3255977. OLE color: 3255977.
HSL color Cylindrical-coordinate representation of color #A9AE31: hue angle of 62.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9AE31 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 174 | 49 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.32 |
| HSL | 62.4º | 0.56% | 0.44% | - |
| HSV(B) | 62.4º | 0.72% | 0.68% | - |
| XYZ | 32.05 | 38.93 | 8.73 | - |
| YUV | 158.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 49 | 0.03 | 0 | 0.72 | 0.32 | 62.4 | 0.56 | 0.44 |
| Hex | A9 | AE | 31 | 3 | 0 | 48 | 20 | 3E | 38 | 2C |
| Octal | 251 | 256 | 61 | 3 | 0 | 110 | 40 | 76 | 70 | 54 |
| Binary | 10101001 | 10101110 | 110001 | 11 | 0 | 1001000 | 100000 | 111110 | 111000 | 101100 |
Color Harmonies of #A9AE31
Complementary color
Monochromatic Colors of #A9AE31
Black with #A9AE31
Text Example
Text Example
White with #A9AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AE31; }
p { color: rgb(169,174,49); }
H1.HeaderClassName
{
color: #A9AE31;
}
.AnyTagClassName
{
color: #A9AE31;
}
</style>
background-color css
<style>
a { background-color: #A9AE31; }
a { background-color: rgb(169,174,49); }
div.DivClassName
{
background-color: #A9AE31;
}
.BgClassName
{
background-color: #A9AE31;
}
</style>
border-color css
<style>
span { border-color: #A9AE31; }
span { border-color: rgb(169,174,49); }
td.TdClassName
{
border-color: #A9AE31;
}
.TagClassName
{
border-color: #A9AE31;
}
</style>