Shades of Earls Green #AAA529
Tints of Earls Green #AAA529
RGB
CMYK
RGB Variations
Color information
#AAA529 (or 0xAAA529) is known color: Earls Green. HEX triplet: AA, A5 and 29. RGB value is (170,165,41). Sum of RGB (Red+Green+Blue) = 170+165+41=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA529 is #555AD6. Grayscale: #989898. Windows color (decimal): -5593815 or 2729386. OLE color: 2729386.
HSL color Cylindrical-coordinate representation of color #AAA529: hue angle of 57.67º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAA529 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 41 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.33 |
| HSL | 57.67º | 0.61% | 0.41% | - |
| HSV(B) | 57.67º | 0.76% | 0.67% | - |
| XYZ | 30.43 | 35.62 | 7.37 | - |
| YUV | 152.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 41 | 0 | 0.03 | 0.76 | 0.33 | 57.67 | 0.61 | 0.41 |
| Hex | AA | A5 | 29 | 0 | 3 | 4C | 21 | 3A | 3D | 29 |
| Octal | 252 | 245 | 51 | 0 | 3 | 114 | 41 | 72 | 75 | 51 |
| Binary | 10101010 | 10100101 | 101001 | 0 | 11 | 1001100 | 100001 | 111010 | 111101 | 101001 |
Color Harmonies of #AAA529
Complementary color
Monochromatic Colors of #AAA529
Black with #AAA529
Text Example
Text Example
White with #AAA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA529; }
p { color: rgb(170,165,41); }
H1.HeaderClassName
{
color: #AAA529;
}
.AnyTagClassName
{
color: #AAA529;
}
</style>
background-color css
<style>
a { background-color: #AAA529; }
a { background-color: rgb(170,165,41); }
div.DivClassName
{
background-color: #AAA529;
}
.BgClassName
{
background-color: #AAA529;
}
</style>
border-color css
<style>
span { border-color: #AAA529; }
span { border-color: rgb(170,165,41); }
td.TdClassName
{
border-color: #AAA529;
}
.TagClassName
{
border-color: #AAA529;
}
</style>