Shades of Earls Green #A8AF2F
Tints of Earls Green #A8AF2F
RGB
CMYK
RGB Variations
Color information
#A8AF2F (or 0xA8AF2F) is known color: Earls Green. HEX triplet: A8, AF and 2F. RGB value is (168,175,47). Sum of RGB (Red+Green+Blue) = 168+175+47=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF2F is #5750D0. Grayscale: #9E9E9E. Windows color (decimal): -5722321 or 3125160. OLE color: 3125160.
HSL color Cylindrical-coordinate representation of color #A8AF2F: hue angle of 63.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8AF2F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 47 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.31 |
| HSL | 63.28º | 0.58% | 0.44% | - |
| HSV(B) | 63.28º | 0.73% | 0.69% | - |
| XYZ | 31.99 | 39.19 | 8.57 | - |
| YUV | 158.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 47 | 0.04 | 0 | 0.73 | 0.31 | 63.28 | 0.58 | 0.44 |
| Hex | A8 | AF | 2F | 4 | 0 | 49 | 1F | 3F | 3A | 2C |
| Octal | 250 | 257 | 57 | 4 | 0 | 111 | 37 | 77 | 72 | 54 |
| Binary | 10101000 | 10101111 | 101111 | 100 | 0 | 1001001 | 11111 | 111111 | 111010 | 101100 |
Color Harmonies of #A8AF2F
Complementary color
Monochromatic Colors of #A8AF2F
Black with #A8AF2F
Text Example
Text Example
White with #A8AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF2F; }
p { color: rgb(168,175,47); }
H1.HeaderClassName
{
color: #A8AF2F;
}
.AnyTagClassName
{
color: #A8AF2F;
}
</style>
background-color css
<style>
a { background-color: #A8AF2F; }
a { background-color: rgb(168,175,47); }
div.DivClassName
{
background-color: #A8AF2F;
}
.BgClassName
{
background-color: #A8AF2F;
}
</style>
border-color css
<style>
span { border-color: #A8AF2F; }
span { border-color: rgb(168,175,47); }
td.TdClassName
{
border-color: #A8AF2F;
}
.TagClassName
{
border-color: #A8AF2F;
}
</style>