Shades of Earls Green #AAAF2C
Tints of Earls Green #AAAF2C
RGB
CMYK
RGB Variations
Color information
#AAAF2C (or 0xAAAF2C) is known color: Earls Green. HEX triplet: AA, AF and 2C. RGB value is (170,175,44). Sum of RGB (Red+Green+Blue) = 170+175+44=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF2C is #5550D3. Grayscale: #9F9F9F. Windows color (decimal): -5591252 or 2928554. OLE color: 2928554.
HSL color Cylindrical-coordinate representation of color #AAAF2C: hue angle of 62.29º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAAF2C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 44 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.31 |
| HSL | 62.29º | 0.6% | 0.43% | - |
| HSV(B) | 62.29º | 0.75% | 0.69% | - |
| XYZ | 32.36 | 39.39 | 8.28 | - |
| YUV | 158.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 44 | 0.03 | 0 | 0.75 | 0.31 | 62.29 | 0.6 | 0.43 |
| Hex | AA | AF | 2C | 3 | 0 | 4B | 1F | 3E | 3C | 2B |
| Octal | 252 | 257 | 54 | 3 | 0 | 113 | 37 | 76 | 74 | 53 |
| Binary | 10101010 | 10101111 | 101100 | 11 | 0 | 1001011 | 11111 | 111110 | 111100 | 101011 |
Color Harmonies of #AAAF2C
Complementary color
Monochromatic Colors of #AAAF2C
Black with #AAAF2C
Text Example
Text Example
White with #AAAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF2C; }
p { color: rgb(170,175,44); }
H1.HeaderClassName
{
color: #AAAF2C;
}
.AnyTagClassName
{
color: #AAAF2C;
}
</style>
background-color css
<style>
a { background-color: #AAAF2C; }
a { background-color: rgb(170,175,44); }
div.DivClassName
{
background-color: #AAAF2C;
}
.BgClassName
{
background-color: #AAAF2C;
}
</style>
border-color css
<style>
span { border-color: #AAAF2C; }
span { border-color: rgb(170,175,44); }
td.TdClassName
{
border-color: #AAAF2C;
}
.TagClassName
{
border-color: #AAAF2C;
}
</style>