Shades of Earls Green #AAA629
Tints of Earls Green #AAA629
RGB
CMYK
RGB Variations
Color information
#AAA629 (or 0xAAA629) is known color: Earls Green. HEX triplet: AA, A6 and 29. RGB value is (170,166,41). Sum of RGB (Red+Green+Blue) = 170+166+41=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA629 is #5559D6. Grayscale: #999999. Windows color (decimal): -5593559 or 2729642. OLE color: 2729642.
HSL color Cylindrical-coordinate representation of color #AAA629: hue angle of 58.14º 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 #AAA629 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 41 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.33 |
| HSL | 58.14º | 0.61% | 0.41% | - |
| HSV(B) | 58.14º | 0.76% | 0.67% | - |
| XYZ | 30.61 | 35.98 | 7.43 | - |
| YUV | 152.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 41 | 0 | 0.02 | 0.76 | 0.33 | 58.14 | 0.61 | 0.41 |
| Hex | AA | A6 | 29 | 0 | 2 | 4C | 21 | 3A | 3D | 29 |
| Octal | 252 | 246 | 51 | 0 | 2 | 114 | 41 | 72 | 75 | 51 |
| Binary | 10101010 | 10100110 | 101001 | 0 | 10 | 1001100 | 100001 | 111010 | 111101 | 101001 |
Color Harmonies of #AAA629
Complementary color
Monochromatic Colors of #AAA629
Black with #AAA629
Text Example
Text Example
White with #AAA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA629; }
p { color: rgb(170,166,41); }
H1.HeaderClassName
{
color: #AAA629;
}
.AnyTagClassName
{
color: #AAA629;
}
</style>
background-color css
<style>
a { background-color: #AAA629; }
a { background-color: rgb(170,166,41); }
div.DivClassName
{
background-color: #AAA629;
}
.BgClassName
{
background-color: #AAA629;
}
</style>
border-color css
<style>
span { border-color: #AAA629; }
span { border-color: rgb(170,166,41); }
td.TdClassName
{
border-color: #AAA629;
}
.TagClassName
{
border-color: #AAA629;
}
</style>