Shades of Earls Green #AAA722
Tints of Earls Green #AAA722
RGB
CMYK
RGB Variations
Color information
#AAA722 (or 0xAAA722) is known color: Earls Green. HEX triplet: AA, A7 and 22. RGB value is (170,167,34). Sum of RGB (Red+Green+Blue) = 170+167+34=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA722 is #5558DD. Grayscale: #999999. Windows color (decimal): -5593310 or 2271146. OLE color: 2271146.
HSL color Cylindrical-coordinate representation of color #AAA722: hue angle of 58.68º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA722 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 34 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.33 |
| HSL | 58.68º | 0.67% | 0.4% | - |
| HSV(B) | 58.68º | 0.8% | 0.67% | - |
| XYZ | 30.69 | 36.3 | 6.9 | - |
| YUV | 152.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 34 | 0 | 0.02 | 0.80 | 0.33 | 58.68 | 0.67 | 0.4 |
| Hex | AA | A7 | 22 | 0 | 2 | 50 | 21 | 3B | 43 | 28 |
| Octal | 252 | 247 | 42 | 0 | 2 | 120 | 41 | 73 | 103 | 50 |
| Binary | 10101010 | 10100111 | 100010 | 0 | 10 | 1010000 | 100001 | 111011 | 1000011 | 101000 |
Color Harmonies of #AAA722
Complementary color
Monochromatic Colors of #AAA722
Black with #AAA722
Text Example
Text Example
White with #AAA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA722; }
p { color: rgb(170,167,34); }
H1.HeaderClassName
{
color: #AAA722;
}
.AnyTagClassName
{
color: #AAA722;
}
</style>
background-color css
<style>
a { background-color: #AAA722; }
a { background-color: rgb(170,167,34); }
div.DivClassName
{
background-color: #AAA722;
}
.BgClassName
{
background-color: #AAA722;
}
</style>
border-color css
<style>
span { border-color: #AAA722; }
span { border-color: rgb(170,167,34); }
td.TdClassName
{
border-color: #AAA722;
}
.TagClassName
{
border-color: #AAA722;
}
</style>