Shades of Earls Green #AAA330
Tints of Earls Green #AAA330
RGB
CMYK
RGB Variations
Color information
#AAA330 (or 0xAAA330) is known color: Earls Green. HEX triplet: AA, A3 and 30. RGB value is (170,163,48). Sum of RGB (Red+Green+Blue) = 170+163+48=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA330 is #555CCF. Grayscale: #989898. Windows color (decimal): -5594320 or 3187626. OLE color: 3187626.
HSL color Cylindrical-coordinate representation of color #AAA330: hue angle of 56.56º degrees, saturation: 0.56, 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 #AAA330 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 48 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.33 |
| HSL | 56.56º | 0.56% | 0.43% | - |
| HSV(B) | 56.56º | 0.72% | 0.67% | - |
| XYZ | 30.21 | 34.95 | 7.95 | - |
| YUV | 151.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 48 | 0 | 0.04 | 0.72 | 0.33 | 56.56 | 0.56 | 0.43 |
| Hex | AA | A3 | 30 | 0 | 4 | 48 | 21 | 39 | 38 | 2B |
| Octal | 252 | 243 | 60 | 0 | 4 | 110 | 41 | 71 | 70 | 53 |
| Binary | 10101010 | 10100011 | 110000 | 0 | 100 | 1001000 | 100001 | 111001 | 111000 | 101011 |
Color Harmonies of #AAA330
Complementary color
Monochromatic Colors of #AAA330
Black with #AAA330
Text Example
Text Example
White with #AAA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA330; }
p { color: rgb(170,163,48); }
H1.HeaderClassName
{
color: #AAA330;
}
.AnyTagClassName
{
color: #AAA330;
}
</style>
background-color css
<style>
a { background-color: #AAA330; }
a { background-color: rgb(170,163,48); }
div.DivClassName
{
background-color: #AAA330;
}
.BgClassName
{
background-color: #AAA330;
}
</style>
border-color css
<style>
span { border-color: #AAA330; }
span { border-color: rgb(170,163,48); }
td.TdClassName
{
border-color: #AAA330;
}
.TagClassName
{
border-color: #AAA330;
}
</style>