Shades of Earls Green #AAA32B
Tints of Earls Green #AAA32B
RGB
CMYK
RGB Variations
Color information
#AAA32B (or 0xAAA32B) is known color: Earls Green. HEX triplet: AA, A3 and 2B. RGB value is (170,163,43). Sum of RGB (Red+Green+Blue) = 170+163+43=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA32B is #555CD4. Grayscale: #979797. Windows color (decimal): -5594325 or 2859946. OLE color: 2859946.
HSL color Cylindrical-coordinate representation of color #AAA32B: hue angle of 56.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA32B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 43 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.33 |
| HSL | 56.69º | 0.6% | 0.42% | - |
| HSV(B) | 56.69º | 0.75% | 0.67% | - |
| XYZ | 30.11 | 34.91 | 7.44 | - |
| YUV | 151.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 43 | 0 | 0.04 | 0.75 | 0.33 | 56.69 | 0.6 | 0.42 |
| Hex | AA | A3 | 2B | 0 | 4 | 4B | 21 | 39 | 3C | 2A |
| Octal | 252 | 243 | 53 | 0 | 4 | 113 | 41 | 71 | 74 | 52 |
| Binary | 10101010 | 10100011 | 101011 | 0 | 100 | 1001011 | 100001 | 111001 | 111100 | 101010 |
Color Harmonies of #AAA32B
Complementary color
Monochromatic Colors of #AAA32B
Black with #AAA32B
Text Example
Text Example
White with #AAA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA32B; }
p { color: rgb(170,163,43); }
H1.HeaderClassName
{
color: #AAA32B;
}
.AnyTagClassName
{
color: #AAA32B;
}
</style>
background-color css
<style>
a { background-color: #AAA32B; }
a { background-color: rgb(170,163,43); }
div.DivClassName
{
background-color: #AAA32B;
}
.BgClassName
{
background-color: #AAA32B;
}
</style>
border-color css
<style>
span { border-color: #AAA32B; }
span { border-color: rgb(170,163,43); }
td.TdClassName
{
border-color: #AAA32B;
}
.TagClassName
{
border-color: #AAA32B;
}
</style>