Shades of Earls Green #AFA631
Tints of Earls Green #AFA631
RGB
CMYK
RGB Variations
Color information
#AFA631 (or 0xAFA631) is known color: Earls Green. HEX triplet: AF, A6 and 31. RGB value is (175,166,49). Sum of RGB (Red+Green+Blue) = 175+166+49=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA631 is #5059CE. Grayscale: #9B9B9B. Windows color (decimal): -5265871 or 3253935. OLE color: 3253935.
HSL color Cylindrical-coordinate representation of color #AFA631: hue angle of 55.71º 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 #AFA631 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 49 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.31 |
| HSL | 55.71º | 0.56% | 0.44% | - |
| HSV(B) | 55.71º | 0.72% | 0.69% | - |
| XYZ | 31.87 | 36.61 | 8.29 | - |
| YUV | 155.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 49 | 0 | 0.05 | 0.72 | 0.31 | 55.71 | 0.56 | 0.44 |
| Hex | AF | A6 | 31 | 0 | 5 | 48 | 1F | 38 | 38 | 2C |
| Octal | 257 | 246 | 61 | 0 | 5 | 110 | 37 | 70 | 70 | 54 |
| Binary | 10101111 | 10100110 | 110001 | 0 | 101 | 1001000 | 11111 | 111000 | 111000 | 101100 |
Color Harmonies of #AFA631
Complementary color
Monochromatic Colors of #AFA631
Black with #AFA631
Text Example
Text Example
White with #AFA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA631; }
p { color: rgb(175,166,49); }
H1.HeaderClassName
{
color: #AFA631;
}
.AnyTagClassName
{
color: #AFA631;
}
</style>
background-color css
<style>
a { background-color: #AFA631; }
a { background-color: rgb(175,166,49); }
div.DivClassName
{
background-color: #AFA631;
}
.BgClassName
{
background-color: #AFA631;
}
</style>
border-color css
<style>
span { border-color: #AFA631; }
span { border-color: rgb(175,166,49); }
td.TdClassName
{
border-color: #AFA631;
}
.TagClassName
{
border-color: #AFA631;
}
</style>