Shades of Earls Green #A4AA29
Tints of Earls Green #A4AA29
RGB
CMYK
RGB Variations
Color information
#A4AA29 (or 0xA4AA29) is known color: Earls Green. HEX triplet: A4, AA and 29. RGB value is (164,170,41). Sum of RGB (Red+Green+Blue) = 164+170+41=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA29 is #5B55D6. Grayscale: #9A9A9A. Windows color (decimal): -5985751 or 2730660. OLE color: 2730660.
HSL color Cylindrical-coordinate representation of color #A4AA29: hue angle of 62.79º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4AA29 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 41 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.33 |
| HSL | 62.79º | 0.61% | 0.41% | - |
| HSV(B) | 62.79º | 0.76% | 0.67% | - |
| XYZ | 30.08 | 36.8 | 7.62 | - |
| YUV | 153.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 41 | 0.04 | 0 | 0.76 | 0.33 | 62.79 | 0.61 | 0.41 |
| Hex | A4 | AA | 29 | 4 | 0 | 4C | 21 | 3F | 3D | 29 |
| Octal | 244 | 252 | 51 | 4 | 0 | 114 | 41 | 77 | 75 | 51 |
| Binary | 10100100 | 10101010 | 101001 | 100 | 0 | 1001100 | 100001 | 111111 | 111101 | 101001 |
Color Harmonies of #A4AA29
Complementary color
Monochromatic Colors of #A4AA29
Black with #A4AA29
Text Example
Text Example
White with #A4AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA29; }
p { color: rgb(164,170,41); }
H1.HeaderClassName
{
color: #A4AA29;
}
.AnyTagClassName
{
color: #A4AA29;
}
</style>
background-color css
<style>
a { background-color: #A4AA29; }
a { background-color: rgb(164,170,41); }
div.DivClassName
{
background-color: #A4AA29;
}
.BgClassName
{
background-color: #A4AA29;
}
</style>
border-color css
<style>
span { border-color: #A4AA29; }
span { border-color: rgb(164,170,41); }
td.TdClassName
{
border-color: #A4AA29;
}
.TagClassName
{
border-color: #A4AA29;
}
</style>