Shades of Earls Green #AAA830
Tints of Earls Green #AAA830
RGB
CMYK
RGB Variations
Color information
#AAA830 (or 0xAAA830) is known color: Earls Green. HEX triplet: AA, A8 and 30. RGB value is (170,168,48). Sum of RGB (Red+Green+Blue) = 170+168+48=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA830 is #5557CF. Grayscale: #9B9B9B. Windows color (decimal): -5593040 or 3188906. OLE color: 3188906.
HSL color Cylindrical-coordinate representation of color #AAA830: hue angle of 59.02º 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 #AAA830 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 48 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.33 |
| HSL | 59.02º | 0.56% | 0.43% | - |
| HSV(B) | 59.02º | 0.72% | 0.67% | - |
| XYZ | 31.11 | 36.76 | 8.25 | - |
| YUV | 154.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 48 | 0 | 0.01 | 0.72 | 0.33 | 59.02 | 0.56 | 0.43 |
| Hex | AA | A8 | 30 | 0 | 1 | 48 | 21 | 3B | 38 | 2B |
| Octal | 252 | 250 | 60 | 0 | 1 | 110 | 41 | 73 | 70 | 53 |
| Binary | 10101010 | 10101000 | 110000 | 0 | 1 | 1001000 | 100001 | 111011 | 111000 | 101011 |
Color Harmonies of #AAA830
Complementary color
Monochromatic Colors of #AAA830
Black with #AAA830
Text Example
Text Example
White with #AAA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA830; }
p { color: rgb(170,168,48); }
H1.HeaderClassName
{
color: #AAA830;
}
.AnyTagClassName
{
color: #AAA830;
}
</style>
background-color css
<style>
a { background-color: #AAA830; }
a { background-color: rgb(170,168,48); }
div.DivClassName
{
background-color: #AAA830;
}
.BgClassName
{
background-color: #AAA830;
}
</style>
border-color css
<style>
span { border-color: #AAA830; }
span { border-color: rgb(170,168,48); }
td.TdClassName
{
border-color: #AAA830;
}
.TagClassName
{
border-color: #AAA830;
}
</style>