Shades of Earls Green #AAA230
Tints of Earls Green #AAA230
RGB
CMYK
RGB Variations
Color information
#AAA230 (or 0xAAA230) is known color: Earls Green. HEX triplet: AA, A2 and 30. RGB value is (170,162,48). Sum of RGB (Red+Green+Blue) = 170+162+48=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA230 is #555DCF. Grayscale: #979797. Windows color (decimal): -5594576 or 3187370. OLE color: 3187370.
HSL color Cylindrical-coordinate representation of color #AAA230: hue angle of 56.07º 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 #AAA230 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 48 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.33 |
| HSL | 56.07º | 0.56% | 0.43% | - |
| HSV(B) | 56.07º | 0.72% | 0.67% | - |
| XYZ | 30.03 | 34.6 | 7.89 | - |
| YUV | 151.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 48 | 0 | 0.05 | 0.72 | 0.33 | 56.07 | 0.56 | 0.43 |
| Hex | AA | A2 | 30 | 0 | 5 | 48 | 21 | 38 | 38 | 2B |
| Octal | 252 | 242 | 60 | 0 | 5 | 110 | 41 | 70 | 70 | 53 |
| Binary | 10101010 | 10100010 | 110000 | 0 | 101 | 1001000 | 100001 | 111000 | 111000 | 101011 |
Color Harmonies of #AAA230
Complementary color
Monochromatic Colors of #AAA230
Black with #AAA230
Text Example
Text Example
White with #AAA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA230; }
p { color: rgb(170,162,48); }
H1.HeaderClassName
{
color: #AAA230;
}
.AnyTagClassName
{
color: #AAA230;
}
</style>
background-color css
<style>
a { background-color: #AAA230; }
a { background-color: rgb(170,162,48); }
div.DivClassName
{
background-color: #AAA230;
}
.BgClassName
{
background-color: #AAA230;
}
</style>
border-color css
<style>
span { border-color: #AAA230; }
span { border-color: rgb(170,162,48); }
td.TdClassName
{
border-color: #AAA230;
}
.TagClassName
{
border-color: #AAA230;
}
</style>