Shades of Earls Green #A8AF31
Tints of Earls Green #A8AF31
RGB
CMYK
RGB Variations
Color information
#A8AF31 (or 0xA8AF31) is known color: Earls Green. HEX triplet: A8, AF and 31. RGB value is (168,175,49). Sum of RGB (Red+Green+Blue) = 168+175+49=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF31 is #5750CE. Grayscale: #9F9F9F. Windows color (decimal): -5722319 or 3256232. OLE color: 3256232.
HSL color Cylindrical-coordinate representation of color #A8AF31: hue angle of 63.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8AF31 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 49 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.31 |
| HSL | 63.33º | 0.56% | 0.44% | - |
| HSV(B) | 63.33º | 0.72% | 0.69% | - |
| XYZ | 32.03 | 39.21 | 8.79 | - |
| YUV | 158.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 49 | 0.04 | 0 | 0.72 | 0.31 | 63.33 | 0.56 | 0.44 |
| Hex | A8 | AF | 31 | 4 | 0 | 48 | 1F | 3F | 38 | 2C |
| Octal | 250 | 257 | 61 | 4 | 0 | 110 | 37 | 77 | 70 | 54 |
| Binary | 10101000 | 10101111 | 110001 | 100 | 0 | 1001000 | 11111 | 111111 | 111000 | 101100 |
Color Harmonies of #A8AF31
Complementary color
Monochromatic Colors of #A8AF31
Black with #A8AF31
Text Example
Text Example
White with #A8AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF31; }
p { color: rgb(168,175,49); }
H1.HeaderClassName
{
color: #A8AF31;
}
.AnyTagClassName
{
color: #A8AF31;
}
</style>
background-color css
<style>
a { background-color: #A8AF31; }
a { background-color: rgb(168,175,49); }
div.DivClassName
{
background-color: #A8AF31;
}
.BgClassName
{
background-color: #A8AF31;
}
</style>
border-color css
<style>
span { border-color: #A8AF31; }
span { border-color: rgb(168,175,49); }
td.TdClassName
{
border-color: #A8AF31;
}
.TagClassName
{
border-color: #A8AF31;
}
</style>