Shades of Earls Green #AAA32A
Tints of Earls Green #AAA32A
RGB
CMYK
RGB Variations
Color information
#AAA32A (or 0xAAA32A) is known color: Earls Green. HEX triplet: AA, A3 and 2A. RGB value is (170,163,42). Sum of RGB (Red+Green+Blue) = 170+163+42=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA32A is #555CD5. Grayscale: #979797. Windows color (decimal): -5594326 or 2794410. OLE color: 2794410.
HSL color Cylindrical-coordinate representation of color #AAA32A: hue angle of 56.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA32A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 42 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.33 |
| HSL | 56.72º | 0.6% | 0.42% | - |
| HSV(B) | 56.72º | 0.75% | 0.67% | - |
| XYZ | 30.09 | 34.91 | 7.34 | - |
| YUV | 151.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 42 | 0 | 0.04 | 0.75 | 0.33 | 56.72 | 0.6 | 0.42 |
| Hex | AA | A3 | 2A | 0 | 4 | 4B | 21 | 39 | 3C | 2A |
| Octal | 252 | 243 | 52 | 0 | 4 | 113 | 41 | 71 | 74 | 52 |
| Binary | 10101010 | 10100011 | 101010 | 0 | 100 | 1001011 | 100001 | 111001 | 111100 | 101010 |
Color Harmonies of #AAA32A
Complementary color
Monochromatic Colors of #AAA32A
Black with #AAA32A
Text Example
Text Example
White with #AAA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA32A; }
p { color: rgb(170,163,42); }
H1.HeaderClassName
{
color: #AAA32A;
}
.AnyTagClassName
{
color: #AAA32A;
}
</style>
background-color css
<style>
a { background-color: #AAA32A; }
a { background-color: rgb(170,163,42); }
div.DivClassName
{
background-color: #AAA32A;
}
.BgClassName
{
background-color: #AAA32A;
}
</style>
border-color css
<style>
span { border-color: #AAA32A; }
span { border-color: rgb(170,163,42); }
td.TdClassName
{
border-color: #AAA32A;
}
.TagClassName
{
border-color: #AAA32A;
}
</style>