Shades of Earls Green #A9A822
Tints of Earls Green #A9A822
RGB
CMYK
RGB Variations
Color information
#A9A822 (or 0xA9A822) is known color: Earls Green. HEX triplet: A9, A8 and 22. RGB value is (169,168,34). Sum of RGB (Red+Green+Blue) = 169+168+34=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A822 is #5657DD. Grayscale: #999999. Windows color (decimal): -5658590 or 2271401. OLE color: 2271401.
HSL color Cylindrical-coordinate representation of color #A9A822: hue angle of 59.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9A822 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 34 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.34 |
| HSL | 59.56º | 0.67% | 0.4% | - |
| HSV(B) | 59.56º | 0.8% | 0.66% | - |
| XYZ | 30.65 | 36.56 | 6.95 | - |
| YUV | 153.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 34 | 0 | 0.01 | 0.80 | 0.34 | 59.56 | 0.67 | 0.4 |
| Hex | A9 | A8 | 22 | 0 | 1 | 50 | 22 | 3C | 43 | 28 |
| Octal | 251 | 250 | 42 | 0 | 1 | 120 | 42 | 74 | 103 | 50 |
| Binary | 10101001 | 10101000 | 100010 | 0 | 1 | 1010000 | 100010 | 111100 | 1000011 | 101000 |
Color Harmonies of #A9A822
Complementary color
Monochromatic Colors of #A9A822
Black with #A9A822
Text Example
Text Example
White with #A9A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A822; }
p { color: rgb(169,168,34); }
H1.HeaderClassName
{
color: #A9A822;
}
.AnyTagClassName
{
color: #A9A822;
}
</style>
background-color css
<style>
a { background-color: #A9A822; }
a { background-color: rgb(169,168,34); }
div.DivClassName
{
background-color: #A9A822;
}
.BgClassName
{
background-color: #A9A822;
}
</style>
border-color css
<style>
span { border-color: #A9A822; }
span { border-color: rgb(169,168,34); }
td.TdClassName
{
border-color: #A9A822;
}
.TagClassName
{
border-color: #A9A822;
}
</style>