Shades of Earls Green #AAAB28
Tints of Earls Green #AAAB28
RGB
CMYK
RGB Variations
Color information
#AAAB28 (or 0xAAAB28) is known color: Earls Green. HEX triplet: AA, AB and 28. RGB value is (170,171,40). Sum of RGB (Red+Green+Blue) = 170+171+40=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB28 is #5554D7. Grayscale: #9C9C9C. Windows color (decimal): -5592280 or 2665386. OLE color: 2665386.
HSL color Cylindrical-coordinate representation of color #AAAB28: hue angle of 60.46º degrees, saturation: 0.62, 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 #AAAB28 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 40 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.33 |
| HSL | 60.46º | 0.62% | 0.41% | - |
| HSV(B) | 60.46º | 0.77% | 0.67% | - |
| XYZ | 31.52 | 37.83 | 7.65 | - |
| YUV | 155.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 40 | 0.01 | 0 | 0.77 | 0.33 | 60.46 | 0.62 | 0.41 |
| Hex | AA | AB | 28 | 1 | 0 | 4D | 21 | 3C | 3E | 29 |
| Octal | 252 | 253 | 50 | 1 | 0 | 115 | 41 | 74 | 76 | 51 |
| Binary | 10101010 | 10101011 | 101000 | 1 | 0 | 1001101 | 100001 | 111100 | 111110 | 101001 |
Color Harmonies of #AAAB28
Complementary color
Monochromatic Colors of #AAAB28
Black with #AAAB28
Text Example
Text Example
White with #AAAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB28; }
p { color: rgb(170,171,40); }
H1.HeaderClassName
{
color: #AAAB28;
}
.AnyTagClassName
{
color: #AAAB28;
}
</style>
background-color css
<style>
a { background-color: #AAAB28; }
a { background-color: rgb(170,171,40); }
div.DivClassName
{
background-color: #AAAB28;
}
.BgClassName
{
background-color: #AAAB28;
}
</style>
border-color css
<style>
span { border-color: #AAAB28; }
span { border-color: rgb(170,171,40); }
td.TdClassName
{
border-color: #AAAB28;
}
.TagClassName
{
border-color: #AAAB28;
}
</style>