Shades of Earls Green #AAA92F
Tints of Earls Green #AAA92F
RGB
CMYK
RGB Variations
Color information
#AAA92F (or 0xAAA92F) is known color: Earls Green. HEX triplet: AA, A9 and 2F. RGB value is (170,169,47). Sum of RGB (Red+Green+Blue) = 170+169+47=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA92F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA92F is #5556D0. Grayscale: #9B9B9B. Windows color (decimal): -5592785 or 3123626. OLE color: 3123626.
HSL color Cylindrical-coordinate representation of color #AAA92F: hue angle of 59.51º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAA92F is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 47 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.33 |
| HSL | 59.51º | 0.57% | 0.43% | - |
| HSV(B) | 59.51º | 0.72% | 0.67% | - |
| XYZ | 31.28 | 37.13 | 8.21 | - |
| YUV | 155.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 47 | 0 | 0.01 | 0.72 | 0.33 | 59.51 | 0.57 | 0.43 |
| Hex | AA | A9 | 2F | 0 | 1 | 48 | 21 | 3C | 39 | 2B |
| Octal | 252 | 251 | 57 | 0 | 1 | 110 | 41 | 74 | 71 | 53 |
| Binary | 10101010 | 10101001 | 101111 | 0 | 1 | 1001000 | 100001 | 111100 | 111001 | 101011 |
Color Harmonies of #AAA92F
Complementary color
Monochromatic Colors of #AAA92F
Black with #AAA92F
Text Example
Text Example
White with #AAA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA92F; }
p { color: rgb(170,169,47); }
H1.HeaderClassName
{
color: #AAA92F;
}
.AnyTagClassName
{
color: #AAA92F;
}
</style>
background-color css
<style>
a { background-color: #AAA92F; }
a { background-color: rgb(170,169,47); }
div.DivClassName
{
background-color: #AAA92F;
}
.BgClassName
{
background-color: #AAA92F;
}
</style>
border-color css
<style>
span { border-color: #AAA92F; }
span { border-color: rgb(170,169,47); }
td.TdClassName
{
border-color: #AAA92F;
}
.TagClassName
{
border-color: #AAA92F;
}
</style>