Shades of Earls Green #AAA42D
Tints of Earls Green #AAA42D
RGB
CMYK
RGB Variations
Color information
#AAA42D (or 0xAAA42D) is known color: Earls Green. HEX triplet: AA, A4 and 2D. RGB value is (170,164,45). Sum of RGB (Red+Green+Blue) = 170+164+45=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA42D is #555BD2. Grayscale: #989898. Windows color (decimal): -5594067 or 2991274. OLE color: 2991274.
HSL color Cylindrical-coordinate representation of color #AAA42D: hue angle of 57.12º 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 #AAA42D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 45 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.33 |
| HSL | 57.12º | 0.58% | 0.42% | - |
| HSV(B) | 57.12º | 0.74% | 0.67% | - |
| XYZ | 30.33 | 35.29 | 7.7 | - |
| YUV | 152.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 45 | 0 | 0.04 | 0.74 | 0.33 | 57.12 | 0.58 | 0.42 |
| Hex | AA | A4 | 2D | 0 | 4 | 4A | 21 | 39 | 3A | 2A |
| Octal | 252 | 244 | 55 | 0 | 4 | 112 | 41 | 71 | 72 | 52 |
| Binary | 10101010 | 10100100 | 101101 | 0 | 100 | 1001010 | 100001 | 111001 | 111010 | 101010 |
Color Harmonies of #AAA42D
Complementary color
Monochromatic Colors of #AAA42D
Black with #AAA42D
Text Example
Text Example
White with #AAA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA42D; }
p { color: rgb(170,164,45); }
H1.HeaderClassName
{
color: #AAA42D;
}
.AnyTagClassName
{
color: #AAA42D;
}
</style>
background-color css
<style>
a { background-color: #AAA42D; }
a { background-color: rgb(170,164,45); }
div.DivClassName
{
background-color: #AAA42D;
}
.BgClassName
{
background-color: #AAA42D;
}
</style>
border-color css
<style>
span { border-color: #AAA42D; }
span { border-color: rgb(170,164,45); }
td.TdClassName
{
border-color: #AAA42D;
}
.TagClassName
{
border-color: #AAA42D;
}
</style>