Shades of Earls Green #AAA623
Tints of Earls Green #AAA623
RGB
CMYK
RGB Variations
Color information
#AAA623 (or 0xAAA623) is known color: Earls Green. HEX triplet: AA, A6 and 23. RGB value is (170,166,35). Sum of RGB (Red+Green+Blue) = 170+166+35=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA623 is #5559DC. Grayscale: #989898. Windows color (decimal): -5593565 or 2336426. OLE color: 2336426.
HSL color Cylindrical-coordinate representation of color #AAA623: hue angle of 58.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAA623 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 35 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.33 |
| HSL | 58.22º | 0.66% | 0.4% | - |
| HSV(B) | 58.22º | 0.79% | 0.67% | - |
| XYZ | 30.52 | 35.94 | 6.92 | - |
| YUV | 152.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 35 | 0 | 0.02 | 0.79 | 0.33 | 58.22 | 0.66 | 0.4 |
| Hex | AA | A6 | 23 | 0 | 2 | 4F | 21 | 3A | 42 | 28 |
| Octal | 252 | 246 | 43 | 0 | 2 | 117 | 41 | 72 | 102 | 50 |
| Binary | 10101010 | 10100110 | 100011 | 0 | 10 | 1001111 | 100001 | 111010 | 1000010 | 101000 |
Color Harmonies of #AAA623
Complementary color
Monochromatic Colors of #AAA623
Black with #AAA623
Text Example
Text Example
White with #AAA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA623; }
p { color: rgb(170,166,35); }
H1.HeaderClassName
{
color: #AAA623;
}
.AnyTagClassName
{
color: #AAA623;
}
</style>
background-color css
<style>
a { background-color: #AAA623; }
a { background-color: rgb(170,166,35); }
div.DivClassName
{
background-color: #AAA623;
}
.BgClassName
{
background-color: #AAA623;
}
</style>
border-color css
<style>
span { border-color: #AAA623; }
span { border-color: rgb(170,166,35); }
td.TdClassName
{
border-color: #AAA623;
}
.TagClassName
{
border-color: #AAA623;
}
</style>