Shades of Earls Green #A9A823
Tints of Earls Green #A9A823
RGB
CMYK
RGB Variations
Color information
#A9A823 (or 0xA9A823) is known color: Earls Green. HEX triplet: A9, A8 and 23. RGB value is (169,168,35). Sum of RGB (Red+Green+Blue) = 169+168+35=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A823 is #5657DC. Grayscale: #999999. Windows color (decimal): -5658589 or 2336937. OLE color: 2336937.
HSL color Cylindrical-coordinate representation of color #A9A823: hue angle of 59.55º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9A823 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 35 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.34 |
| HSL | 59.55º | 0.66% | 0.4% | - |
| HSV(B) | 59.55º | 0.79% | 0.66% | - |
| XYZ | 30.67 | 36.56 | 7.03 | - |
| YUV | 153.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 35 | 0 | 0.01 | 0.79 | 0.34 | 59.55 | 0.66 | 0.4 |
| Hex | A9 | A8 | 23 | 0 | 1 | 4F | 22 | 3C | 42 | 28 |
| Octal | 251 | 250 | 43 | 0 | 1 | 117 | 42 | 74 | 102 | 50 |
| Binary | 10101001 | 10101000 | 100011 | 0 | 1 | 1001111 | 100010 | 111100 | 1000010 | 101000 |
Color Harmonies of #A9A823
Complementary color
Monochromatic Colors of #A9A823
Black with #A9A823
Text Example
Text Example
White with #A9A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A823; }
p { color: rgb(169,168,35); }
H1.HeaderClassName
{
color: #A9A823;
}
.AnyTagClassName
{
color: #A9A823;
}
</style>
background-color css
<style>
a { background-color: #A9A823; }
a { background-color: rgb(169,168,35); }
div.DivClassName
{
background-color: #A9A823;
}
.BgClassName
{
background-color: #A9A823;
}
</style>
border-color css
<style>
span { border-color: #A9A823; }
span { border-color: rgb(169,168,35); }
td.TdClassName
{
border-color: #A9A823;
}
.TagClassName
{
border-color: #A9A823;
}
</style>