Shades of Earls Green #A9A821
Tints of Earls Green #A9A821
RGB
CMYK
RGB Variations
Color information
#A9A821 (or 0xA9A821) is known color: Earls Green. HEX triplet: A9, A8 and 21. RGB value is (169,168,33). Sum of RGB (Red+Green+Blue) = 169+168+33=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A821 is #5657DE. Grayscale: #999999. Windows color (decimal): -5658591 or 2205865. OLE color: 2205865.
HSL color Cylindrical-coordinate representation of color #A9A821: 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 #A9A821 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 33 | - |
| 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.64 | 36.55 | 6.88 | - |
| YUV | 152.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 33 | 0 | 0.01 | 0.80 | 0.34 | 59.56 | 0.67 | 0.4 |
| Hex | A9 | A8 | 21 | 0 | 1 | 50 | 22 | 3C | 43 | 28 |
| Octal | 251 | 250 | 41 | 0 | 1 | 120 | 42 | 74 | 103 | 50 |
| Binary | 10101001 | 10101000 | 100001 | 0 | 1 | 1010000 | 100010 | 111100 | 1000011 | 101000 |
Color Harmonies of #A9A821
Complementary color
Monochromatic Colors of #A9A821
Black with #A9A821
Text Example
Text Example
White with #A9A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A821; }
p { color: rgb(169,168,33); }
H1.HeaderClassName
{
color: #A9A821;
}
.AnyTagClassName
{
color: #A9A821;
}
</style>
background-color css
<style>
a { background-color: #A9A821; }
a { background-color: rgb(169,168,33); }
div.DivClassName
{
background-color: #A9A821;
}
.BgClassName
{
background-color: #A9A821;
}
</style>
border-color css
<style>
span { border-color: #A9A821; }
span { border-color: rgb(169,168,33); }
td.TdClassName
{
border-color: #A9A821;
}
.TagClassName
{
border-color: #A9A821;
}
</style>