Shades of Earls Green #A9A42D
Tints of Earls Green #A9A42D
RGB
CMYK
RGB Variations
Color information
#A9A42D (or 0xA9A42D) is known color: Earls Green. HEX triplet: A9, A4 and 2D. RGB value is (169,164,45). Sum of RGB (Red+Green+Blue) = 169+164+45=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A42D is #565BD2. Grayscale: #989898. Windows color (decimal): -5659603 or 2991273. OLE color: 2991273.
HSL color Cylindrical-coordinate representation of color #A9A42D: hue angle of 57.58º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9A42D is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 45 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.34 |
| HSL | 57.58º | 0.58% | 0.42% | - |
| HSV(B) | 57.58º | 0.73% | 0.66% | - |
| XYZ | 30.11 | 35.18 | 7.69 | - |
| YUV | 151.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 45 | 0 | 0.03 | 0.73 | 0.34 | 57.58 | 0.58 | 0.42 |
| Hex | A9 | A4 | 2D | 0 | 3 | 49 | 22 | 3A | 3A | 2A |
| Octal | 251 | 244 | 55 | 0 | 3 | 111 | 42 | 72 | 72 | 52 |
| Binary | 10101001 | 10100100 | 101101 | 0 | 11 | 1001001 | 100010 | 111010 | 111010 | 101010 |
Color Harmonies of #A9A42D
Complementary color
Monochromatic Colors of #A9A42D
Black with #A9A42D
Text Example
Text Example
White with #A9A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A42D; }
p { color: rgb(169,164,45); }
H1.HeaderClassName
{
color: #A9A42D;
}
.AnyTagClassName
{
color: #A9A42D;
}
</style>
background-color css
<style>
a { background-color: #A9A42D; }
a { background-color: rgb(169,164,45); }
div.DivClassName
{
background-color: #A9A42D;
}
.BgClassName
{
background-color: #A9A42D;
}
</style>
border-color css
<style>
span { border-color: #A9A42D; }
span { border-color: rgb(169,164,45); }
td.TdClassName
{
border-color: #A9A42D;
}
.TagClassName
{
border-color: #A9A42D;
}
</style>