Shades of Earls Green #AAA527
Tints of Earls Green #AAA527
RGB
CMYK
RGB Variations
Color information
#AAA527 (or 0xAAA527) is known color: Earls Green. HEX triplet: AA, A5 and 27. RGB value is (170,165,39). Sum of RGB (Red+Green+Blue) = 170+165+39=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA527 is #555AD8. Grayscale: #989898. Windows color (decimal): -5593817 or 2598314. OLE color: 2598314.
HSL color Cylindrical-coordinate representation of color #AAA527: hue angle of 57.71º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAA527 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 39 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.33 |
| HSL | 57.71º | 0.63% | 0.41% | - |
| HSV(B) | 57.71º | 0.77% | 0.67% | - |
| XYZ | 30.4 | 35.6 | 7.19 | - |
| YUV | 152.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 39 | 0 | 0.03 | 0.77 | 0.33 | 57.71 | 0.63 | 0.41 |
| Hex | AA | A5 | 27 | 0 | 3 | 4D | 21 | 3A | 3F | 29 |
| Octal | 252 | 245 | 47 | 0 | 3 | 115 | 41 | 72 | 77 | 51 |
| Binary | 10101010 | 10100101 | 100111 | 0 | 11 | 1001101 | 100001 | 111010 | 111111 | 101001 |
Color Harmonies of #AAA527
Complementary color
Monochromatic Colors of #AAA527
Black with #AAA527
Text Example
Text Example
White with #AAA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA527; }
p { color: rgb(170,165,39); }
H1.HeaderClassName
{
color: #AAA527;
}
.AnyTagClassName
{
color: #AAA527;
}
</style>
background-color css
<style>
a { background-color: #AAA527; }
a { background-color: rgb(170,165,39); }
div.DivClassName
{
background-color: #AAA527;
}
.BgClassName
{
background-color: #AAA527;
}
</style>
border-color css
<style>
span { border-color: #AAA527; }
span { border-color: rgb(170,165,39); }
td.TdClassName
{
border-color: #AAA527;
}
.TagClassName
{
border-color: #AAA527;
}
</style>