Shades of Earls Green #AAA429
Tints of Earls Green #AAA429
RGB
CMYK
RGB Variations
Color information
#AAA429 (or 0xAAA429) is known color: Earls Green. HEX triplet: AA, A4 and 29. RGB value is (170,164,41). Sum of RGB (Red+Green+Blue) = 170+164+41=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA429 is #555BD6. Grayscale: #989898. Windows color (decimal): -5594071 or 2729130. OLE color: 2729130.
HSL color Cylindrical-coordinate representation of color #AAA429: hue angle of 57.21º 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 #AAA429 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 41 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.33 |
| HSL | 57.21º | 0.61% | 0.41% | - |
| HSV(B) | 57.21º | 0.76% | 0.67% | - |
| XYZ | 30.25 | 35.26 | 7.31 | - |
| YUV | 151.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 41 | 0 | 0.04 | 0.76 | 0.33 | 57.21 | 0.61 | 0.41 |
| Hex | AA | A4 | 29 | 0 | 4 | 4C | 21 | 39 | 3D | 29 |
| Octal | 252 | 244 | 51 | 0 | 4 | 114 | 41 | 71 | 75 | 51 |
| Binary | 10101010 | 10100100 | 101001 | 0 | 100 | 1001100 | 100001 | 111001 | 111101 | 101001 |
Color Harmonies of #AAA429
Complementary color
Monochromatic Colors of #AAA429
Black with #AAA429
Text Example
Text Example
White with #AAA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA429; }
p { color: rgb(170,164,41); }
H1.HeaderClassName
{
color: #AAA429;
}
.AnyTagClassName
{
color: #AAA429;
}
</style>
background-color css
<style>
a { background-color: #AAA429; }
a { background-color: rgb(170,164,41); }
div.DivClassName
{
background-color: #AAA429;
}
.BgClassName
{
background-color: #AAA429;
}
</style>
border-color css
<style>
span { border-color: #AAA429; }
span { border-color: rgb(170,164,41); }
td.TdClassName
{
border-color: #AAA429;
}
.TagClassName
{
border-color: #AAA429;
}
</style>