Shades of Earls Green #AAA430
Tints of Earls Green #AAA430
RGB
CMYK
RGB Variations
Color information
#AAA430 (or 0xAAA430) is known color: Earls Green. HEX triplet: AA, A4 and 30. RGB value is (170,164,48). Sum of RGB (Red+Green+Blue) = 170+164+48=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA430 is #555BCF. Grayscale: #999999. Windows color (decimal): -5594064 or 3187882. OLE color: 3187882.
HSL color Cylindrical-coordinate representation of color #AAA430: hue angle of 57.05º 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 #AAA430 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 48 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.33 |
| HSL | 57.05º | 0.56% | 0.43% | - |
| HSV(B) | 57.05º | 0.72% | 0.67% | - |
| XYZ | 30.39 | 35.31 | 8.01 | - |
| YUV | 152.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 48 | 0 | 0.04 | 0.72 | 0.33 | 57.05 | 0.56 | 0.43 |
| Hex | AA | A4 | 30 | 0 | 4 | 48 | 21 | 39 | 38 | 2B |
| Octal | 252 | 244 | 60 | 0 | 4 | 110 | 41 | 71 | 70 | 53 |
| Binary | 10101010 | 10100100 | 110000 | 0 | 100 | 1001000 | 100001 | 111001 | 111000 | 101011 |
Color Harmonies of #AAA430
Complementary color
Monochromatic Colors of #AAA430
Black with #AAA430
Text Example
Text Example
White with #AAA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA430; }
p { color: rgb(170,164,48); }
H1.HeaderClassName
{
color: #AAA430;
}
.AnyTagClassName
{
color: #AAA430;
}
</style>
background-color css
<style>
a { background-color: #AAA430; }
a { background-color: rgb(170,164,48); }
div.DivClassName
{
background-color: #AAA430;
}
.BgClassName
{
background-color: #AAA430;
}
</style>
border-color css
<style>
span { border-color: #AAA430; }
span { border-color: rgb(170,164,48); }
td.TdClassName
{
border-color: #AAA430;
}
.TagClassName
{
border-color: #AAA430;
}
</style>