Shades of Earls Green #AAA726
Tints of Earls Green #AAA726
RGB
CMYK
RGB Variations
Color information
#AAA726 (or 0xAAA726) is known color: Earls Green. HEX triplet: AA, A7 and 26. RGB value is (170,167,38). Sum of RGB (Red+Green+Blue) = 170+167+38=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA726 is #5558D9. Grayscale: #999999. Windows color (decimal): -5593306 or 2533290. OLE color: 2533290.
HSL color Cylindrical-coordinate representation of color #AAA726: hue angle of 58.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAA726 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 38 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.33 |
| HSL | 58.64º | 0.63% | 0.41% | - |
| HSV(B) | 58.64º | 0.78% | 0.67% | - |
| XYZ | 30.75 | 36.32 | 7.22 | - |
| YUV | 153.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 38 | 0 | 0.02 | 0.78 | 0.33 | 58.64 | 0.63 | 0.41 |
| Hex | AA | A7 | 26 | 0 | 2 | 4E | 21 | 3B | 3F | 29 |
| Octal | 252 | 247 | 46 | 0 | 2 | 116 | 41 | 73 | 77 | 51 |
| Binary | 10101010 | 10100111 | 100110 | 0 | 10 | 1001110 | 100001 | 111011 | 111111 | 101001 |
Color Harmonies of #AAA726
Complementary color
Monochromatic Colors of #AAA726
Black with #AAA726
Text Example
Text Example
White with #AAA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA726; }
p { color: rgb(170,167,38); }
H1.HeaderClassName
{
color: #AAA726;
}
.AnyTagClassName
{
color: #AAA726;
}
</style>
background-color css
<style>
a { background-color: #AAA726; }
a { background-color: rgb(170,167,38); }
div.DivClassName
{
background-color: #AAA726;
}
.BgClassName
{
background-color: #AAA726;
}
</style>
border-color css
<style>
span { border-color: #AAA726; }
span { border-color: rgb(170,167,38); }
td.TdClassName
{
border-color: #AAA726;
}
.TagClassName
{
border-color: #AAA726;
}
</style>