Shades of Earls Green #AAA823
Tints of Earls Green #AAA823
RGB
CMYK
RGB Variations
Color information
#AAA823 (or 0xAAA823) is known color: Earls Green. HEX triplet: AA, A8 and 23. RGB value is (170,168,35). Sum of RGB (Red+Green+Blue) = 170+168+35=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA823 is #5557DC. Grayscale: #999999. Windows color (decimal): -5593053 or 2336938. OLE color: 2336938.
HSL color Cylindrical-coordinate representation of color #AAA823: hue angle of 59.11º 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 #AAA823 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 35 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.33 |
| HSL | 59.11º | 0.66% | 0.4% | - |
| HSV(B) | 59.11º | 0.79% | 0.67% | - |
| XYZ | 30.88 | 36.67 | 7.04 | - |
| YUV | 153.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 35 | 0 | 0.01 | 0.79 | 0.33 | 59.11 | 0.66 | 0.4 |
| Hex | AA | A8 | 23 | 0 | 1 | 4F | 21 | 3B | 42 | 28 |
| Octal | 252 | 250 | 43 | 0 | 1 | 117 | 41 | 73 | 102 | 50 |
| Binary | 10101010 | 10101000 | 100011 | 0 | 1 | 1001111 | 100001 | 111011 | 1000010 | 101000 |
Color Harmonies of #AAA823
Complementary color
Monochromatic Colors of #AAA823
Black with #AAA823
Text Example
Text Example
White with #AAA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA823; }
p { color: rgb(170,168,35); }
H1.HeaderClassName
{
color: #AAA823;
}
.AnyTagClassName
{
color: #AAA823;
}
</style>
background-color css
<style>
a { background-color: #AAA823; }
a { background-color: rgb(170,168,35); }
div.DivClassName
{
background-color: #AAA823;
}
.BgClassName
{
background-color: #AAA823;
}
</style>
border-color css
<style>
span { border-color: #AAA823; }
span { border-color: rgb(170,168,35); }
td.TdClassName
{
border-color: #AAA823;
}
.TagClassName
{
border-color: #AAA823;
}
</style>