Shades of Earls Green #AAA625
Tints of Earls Green #AAA625
RGB
CMYK
RGB Variations
Color information
#AAA625 (or 0xAAA625) is known color: Earls Green. HEX triplet: AA, A6 and 25. RGB value is (170,166,37). Sum of RGB (Red+Green+Blue) = 170+166+37=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA625 is #5559DA. Grayscale: #999999. Windows color (decimal): -5593563 or 2467498. OLE color: 2467498.
HSL color Cylindrical-coordinate representation of color #AAA625: hue angle of 58.2º 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 #AAA625 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 37 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.33 |
| HSL | 58.2º | 0.64% | 0.41% | - |
| HSV(B) | 58.2º | 0.78% | 0.67% | - |
| XYZ | 30.55 | 35.95 | 7.08 | - |
| YUV | 152.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 37 | 0 | 0.02 | 0.78 | 0.33 | 58.2 | 0.64 | 0.41 |
| Hex | AA | A6 | 25 | 0 | 2 | 4E | 21 | 3A | 40 | 29 |
| Octal | 252 | 246 | 45 | 0 | 2 | 116 | 41 | 72 | 100 | 51 |
| Binary | 10101010 | 10100110 | 100101 | 0 | 10 | 1001110 | 100001 | 111010 | 1000000 | 101001 |
Color Harmonies of #AAA625
Complementary color
Monochromatic Colors of #AAA625
Black with #AAA625
Text Example
Text Example
White with #AAA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA625; }
p { color: rgb(170,166,37); }
H1.HeaderClassName
{
color: #AAA625;
}
.AnyTagClassName
{
color: #AAA625;
}
</style>
background-color css
<style>
a { background-color: #AAA625; }
a { background-color: rgb(170,166,37); }
div.DivClassName
{
background-color: #AAA625;
}
.BgClassName
{
background-color: #AAA625;
}
</style>
border-color css
<style>
span { border-color: #AAA625; }
span { border-color: rgb(170,166,37); }
td.TdClassName
{
border-color: #AAA625;
}
.TagClassName
{
border-color: #AAA625;
}
</style>