Shades of Earls Green #AAA92A
Tints of Earls Green #AAA92A
RGB
CMYK
RGB Variations
Color information
#AAA92A (or 0xAAA92A) is known color: Earls Green. HEX triplet: AA, A9 and 2A. RGB value is (170,169,42). Sum of RGB (Red+Green+Blue) = 170+169+42=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA92A is #5556D5. Grayscale: #9B9B9B. Windows color (decimal): -5592790 or 2795946. OLE color: 2795946.
HSL color Cylindrical-coordinate representation of color #AAA92A: hue angle of 59.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA92A is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 42 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.33 |
| HSL | 59.53º | 0.6% | 0.42% | - |
| HSV(B) | 59.53º | 0.75% | 0.67% | - |
| XYZ | 31.18 | 37.09 | 7.71 | - |
| YUV | 154.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 42 | 0 | 0.01 | 0.75 | 0.33 | 59.53 | 0.6 | 0.42 |
| Hex | AA | A9 | 2A | 0 | 1 | 4B | 21 | 3C | 3C | 2A |
| Octal | 252 | 251 | 52 | 0 | 1 | 113 | 41 | 74 | 74 | 52 |
| Binary | 10101010 | 10101001 | 101010 | 0 | 1 | 1001011 | 100001 | 111100 | 111100 | 101010 |
Color Harmonies of #AAA92A
Complementary color
Monochromatic Colors of #AAA92A
Black with #AAA92A
Text Example
Text Example
White with #AAA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA92A; }
p { color: rgb(170,169,42); }
H1.HeaderClassName
{
color: #AAA92A;
}
.AnyTagClassName
{
color: #AAA92A;
}
</style>
background-color css
<style>
a { background-color: #AAA92A; }
a { background-color: rgb(170,169,42); }
div.DivClassName
{
background-color: #AAA92A;
}
.BgClassName
{
background-color: #AAA92A;
}
</style>
border-color css
<style>
span { border-color: #AAA92A; }
span { border-color: rgb(170,169,42); }
td.TdClassName
{
border-color: #AAA92A;
}
.TagClassName
{
border-color: #AAA92A;
}
</style>