Shades of Earls Green #AAA631
Tints of Earls Green #AAA631
RGB
CMYK
RGB Variations
Color information
#AAA631 (or 0xAAA631) is known color: Earls Green. HEX triplet: AA, A6 and 31. RGB value is (170,166,49). Sum of RGB (Red+Green+Blue) = 170+166+49=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA631 is #5559CE. Grayscale: #9A9A9A. Windows color (decimal): -5593551 or 3253930. OLE color: 3253930.
HSL color Cylindrical-coordinate representation of color #AAA631: hue angle of 58.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAA631 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 49 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.33 |
| HSL | 58.02º | 0.55% | 0.43% | - |
| HSV(B) | 58.02º | 0.71% | 0.67% | - |
| XYZ | 30.77 | 36.04 | 8.24 | - |
| YUV | 153.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 49 | 0 | 0.02 | 0.71 | 0.33 | 58.02 | 0.55 | 0.43 |
| Hex | AA | A6 | 31 | 0 | 2 | 47 | 21 | 3A | 37 | 2B |
| Octal | 252 | 246 | 61 | 0 | 2 | 107 | 41 | 72 | 67 | 53 |
| Binary | 10101010 | 10100110 | 110001 | 0 | 10 | 1000111 | 100001 | 111010 | 110111 | 101011 |
Color Harmonies of #AAA631
Complementary color
Monochromatic Colors of #AAA631
Black with #AAA631
Text Example
Text Example
White with #AAA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA631; }
p { color: rgb(170,166,49); }
H1.HeaderClassName
{
color: #AAA631;
}
.AnyTagClassName
{
color: #AAA631;
}
</style>
background-color css
<style>
a { background-color: #AAA631; }
a { background-color: rgb(170,166,49); }
div.DivClassName
{
background-color: #AAA631;
}
.BgClassName
{
background-color: #AAA631;
}
</style>
border-color css
<style>
span { border-color: #AAA631; }
span { border-color: rgb(170,166,49); }
td.TdClassName
{
border-color: #AAA631;
}
.TagClassName
{
border-color: #AAA631;
}
</style>