Shades of Earls Green #AAA22D
Tints of Earls Green #AAA22D
RGB
CMYK
RGB Variations
Color information
#AAA22D (or 0xAAA22D) is known color: Earls Green. HEX triplet: AA, A2 and 2D. RGB value is (170,162,45). Sum of RGB (Red+Green+Blue) = 170+162+45=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA22D is #555DD2. Grayscale: #979797. Windows color (decimal): -5594579 or 2990762. OLE color: 2990762.
HSL color Cylindrical-coordinate representation of color #AAA22D: hue angle of 56.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAA22D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 56.16º | 0.58% | 0.42% | - |
| HSV(B) | 56.16º | 0.74% | 0.67% | - |
| XYZ | 29.97 | 34.58 | 7.58 | - |
| YUV | 151.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 45 | 0 | 0.05 | 0.74 | 0.33 | 56.16 | 0.58 | 0.42 |
| Hex | AA | A2 | 2D | 0 | 5 | 4A | 21 | 38 | 3A | 2A |
| Octal | 252 | 242 | 55 | 0 | 5 | 112 | 41 | 70 | 72 | 52 |
| Binary | 10101010 | 10100010 | 101101 | 0 | 101 | 1001010 | 100001 | 111000 | 111010 | 101010 |
Color Harmonies of #AAA22D
Complementary color
Monochromatic Colors of #AAA22D
Black with #AAA22D
Text Example
Text Example
White with #AAA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA22D; }
p { color: rgb(170,162,45); }
H1.HeaderClassName
{
color: #AAA22D;
}
.AnyTagClassName
{
color: #AAA22D;
}
</style>
background-color css
<style>
a { background-color: #AAA22D; }
a { background-color: rgb(170,162,45); }
div.DivClassName
{
background-color: #AAA22D;
}
.BgClassName
{
background-color: #AAA22D;
}
</style>
border-color css
<style>
span { border-color: #AAA22D; }
span { border-color: rgb(170,162,45); }
td.TdClassName
{
border-color: #AAA22D;
}
.TagClassName
{
border-color: #AAA22D;
}
</style>