Shades of Earls Green #AAA32F
Tints of Earls Green #AAA32F
RGB
CMYK
RGB Variations
Color information
#AAA32F (or 0xAAA32F) is known color: Earls Green. HEX triplet: AA, A3 and 2F. RGB value is (170,163,47). Sum of RGB (Red+Green+Blue) = 170+163+47=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA32F is #555CD0. Grayscale: #989898. Windows color (decimal): -5594321 or 3122090. OLE color: 3122090.
HSL color Cylindrical-coordinate representation of color #AAA32F: hue angle of 56.59º 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 #AAA32F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 47 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.33 |
| HSL | 56.59º | 0.57% | 0.43% | - |
| HSV(B) | 56.59º | 0.72% | 0.67% | - |
| XYZ | 30.19 | 34.95 | 7.84 | - |
| YUV | 151.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 47 | 0 | 0.04 | 0.72 | 0.33 | 56.59 | 0.57 | 0.43 |
| Hex | AA | A3 | 2F | 0 | 4 | 48 | 21 | 39 | 39 | 2B |
| Octal | 252 | 243 | 57 | 0 | 4 | 110 | 41 | 71 | 71 | 53 |
| Binary | 10101010 | 10100011 | 101111 | 0 | 100 | 1001000 | 100001 | 111001 | 111001 | 101011 |
Color Harmonies of #AAA32F
Complementary color
Monochromatic Colors of #AAA32F
Black with #AAA32F
Text Example
Text Example
White with #AAA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA32F; }
p { color: rgb(170,163,47); }
H1.HeaderClassName
{
color: #AAA32F;
}
.AnyTagClassName
{
color: #AAA32F;
}
</style>
background-color css
<style>
a { background-color: #AAA32F; }
a { background-color: rgb(170,163,47); }
div.DivClassName
{
background-color: #AAA32F;
}
.BgClassName
{
background-color: #AAA32F;
}
</style>
border-color css
<style>
span { border-color: #AAA32F; }
span { border-color: rgb(170,163,47); }
td.TdClassName
{
border-color: #AAA32F;
}
.TagClassName
{
border-color: #AAA32F;
}
</style>