Shades of Earls Green #AAA821
Tints of Earls Green #AAA821
RGB
CMYK
RGB Variations
Color information
#AAA821 (or 0xAAA821) is known color: Earls Green. HEX triplet: AA, A8 and 21. RGB value is (170,168,33). Sum of RGB (Red+Green+Blue) = 170+168+33=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA821 is #5557DE. Grayscale: #999999. Windows color (decimal): -5593055 or 2205866. OLE color: 2205866.
HSL color Cylindrical-coordinate representation of color #AAA821: hue angle of 59.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA821 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 33 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.33 |
| HSL | 59.12º | 0.67% | 0.4% | - |
| HSV(B) | 59.12º | 0.81% | 0.67% | - |
| XYZ | 30.85 | 36.66 | 6.89 | - |
| YUV | 153.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 33 | 0 | 0.01 | 0.81 | 0.33 | 59.12 | 0.67 | 0.4 |
| Hex | AA | A8 | 21 | 0 | 1 | 51 | 21 | 3B | 43 | 28 |
| Octal | 252 | 250 | 41 | 0 | 1 | 121 | 41 | 73 | 103 | 50 |
| Binary | 10101010 | 10101000 | 100001 | 0 | 1 | 1010001 | 100001 | 111011 | 1000011 | 101000 |
Color Harmonies of #AAA821
Complementary color
Monochromatic Colors of #AAA821
Black with #AAA821
Text Example
Text Example
White with #AAA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA821; }
p { color: rgb(170,168,33); }
H1.HeaderClassName
{
color: #AAA821;
}
.AnyTagClassName
{
color: #AAA821;
}
</style>
background-color css
<style>
a { background-color: #AAA821; }
a { background-color: rgb(170,168,33); }
div.DivClassName
{
background-color: #AAA821;
}
.BgClassName
{
background-color: #AAA821;
}
</style>
border-color css
<style>
span { border-color: #AAA821; }
span { border-color: rgb(170,168,33); }
td.TdClassName
{
border-color: #AAA821;
}
.TagClassName
{
border-color: #AAA821;
}
</style>