Shades of Earls Green #AAA92D
Tints of Earls Green #AAA92D
RGB
CMYK
RGB Variations
Color information
#AAA92D (or 0xAAA92D) is known color: Earls Green. HEX triplet: AA, A9 and 2D. RGB value is (170,169,45). Sum of RGB (Red+Green+Blue) = 170+169+45=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA92D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA92D is #5556D2. Grayscale: #9B9B9B. Windows color (decimal): -5592787 or 2992554. OLE color: 2992554.
HSL color Cylindrical-coordinate representation of color #AAA92D: hue angle of 59.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAA92D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 45 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.33 |
| HSL | 59.52º | 0.58% | 0.42% | - |
| HSV(B) | 59.52º | 0.74% | 0.67% | - |
| XYZ | 31.24 | 37.11 | 8 | - |
| YUV | 155.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 45 | 0 | 0.01 | 0.74 | 0.33 | 59.52 | 0.58 | 0.42 |
| Hex | AA | A9 | 2D | 0 | 1 | 4A | 21 | 3C | 3A | 2A |
| Octal | 252 | 251 | 55 | 0 | 1 | 112 | 41 | 74 | 72 | 52 |
| Binary | 10101010 | 10101001 | 101101 | 0 | 1 | 1001010 | 100001 | 111100 | 111010 | 101010 |
Color Harmonies of #AAA92D
Complementary color
Monochromatic Colors of #AAA92D
Black with #AAA92D
Text Example
Text Example
White with #AAA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA92D; }
p { color: rgb(170,169,45); }
H1.HeaderClassName
{
color: #AAA92D;
}
.AnyTagClassName
{
color: #AAA92D;
}
</style>
background-color css
<style>
a { background-color: #AAA92D; }
a { background-color: rgb(170,169,45); }
div.DivClassName
{
background-color: #AAA92D;
}
.BgClassName
{
background-color: #AAA92D;
}
</style>
border-color css
<style>
span { border-color: #AAA92D; }
span { border-color: rgb(170,169,45); }
td.TdClassName
{
border-color: #AAA92D;
}
.TagClassName
{
border-color: #AAA92D;
}
</style>