Shades of Earls Green #AAA725
Tints of Earls Green #AAA725
RGB
CMYK
RGB Variations
Color information
#AAA725 (or 0xAAA725) is known color: Earls Green. HEX triplet: AA, A7 and 25. RGB value is (170,167,37). Sum of RGB (Red+Green+Blue) = 170+167+37=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA725 is #5558DA. Grayscale: #999999. Windows color (decimal): -5593307 or 2467754. OLE color: 2467754.
HSL color Cylindrical-coordinate representation of color #AAA725: hue angle of 58.65º degrees, saturation: 0.64, 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 #AAA725 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 37 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.33 |
| HSL | 58.65º | 0.64% | 0.41% | - |
| HSV(B) | 58.65º | 0.78% | 0.67% | - |
| XYZ | 30.73 | 36.32 | 7.14 | - |
| YUV | 153.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 37 | 0 | 0.02 | 0.78 | 0.33 | 58.65 | 0.64 | 0.41 |
| Hex | AA | A7 | 25 | 0 | 2 | 4E | 21 | 3B | 40 | 29 |
| Octal | 252 | 247 | 45 | 0 | 2 | 116 | 41 | 73 | 100 | 51 |
| Binary | 10101010 | 10100111 | 100101 | 0 | 10 | 1001110 | 100001 | 111011 | 1000000 | 101001 |
Color Harmonies of #AAA725
Complementary color
Monochromatic Colors of #AAA725
Black with #AAA725
Text Example
Text Example
White with #AAA725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA725; }
p { color: rgb(170,167,37); }
H1.HeaderClassName
{
color: #AAA725;
}
.AnyTagClassName
{
color: #AAA725;
}
</style>
background-color css
<style>
a { background-color: #AAA725; }
a { background-color: rgb(170,167,37); }
div.DivClassName
{
background-color: #AAA725;
}
.BgClassName
{
background-color: #AAA725;
}
</style>
border-color css
<style>
span { border-color: #AAA725; }
span { border-color: rgb(170,167,37); }
td.TdClassName
{
border-color: #AAA725;
}
.TagClassName
{
border-color: #AAA725;
}
</style>