Shades of Earls Green #AFAE1E
Tints of Earls Green #AFAE1E
RGB
CMYK
RGB Variations
Color information
#AFAE1E (or 0xAFAE1E) is known color: Earls Green. HEX triplet: AF, AE and 1E. RGB value is (175,174,30). Sum of RGB (Red+Green+Blue) = 175+174+30=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE1E is #5051E1. Grayscale: #9E9E9E. Windows color (decimal): -5263842 or 2010799. OLE color: 2010799.
HSL color Cylindrical-coordinate representation of color #AFAE1E: hue angle of 59.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFAE1E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 30 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.31 |
| HSL | 59.59º | 0.71% | 0.4% | - |
| HSV(B) | 59.59º | 0.83% | 0.69% | - |
| XYZ | 33.05 | 39.48 | 7.11 | - |
| YUV | 157.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 30 | 0 | 0.01 | 0.83 | 0.31 | 59.59 | 0.71 | 0.4 |
| Hex | AF | AE | 1E | 0 | 1 | 53 | 1F | 3C | 47 | 28 |
| Octal | 257 | 256 | 36 | 0 | 1 | 123 | 37 | 74 | 107 | 50 |
| Binary | 10101111 | 10101110 | 11110 | 0 | 1 | 1010011 | 11111 | 111100 | 1000111 | 101000 |
Color Harmonies of #AFAE1E
Complementary color
Monochromatic Colors of #AFAE1E
Black with #AFAE1E
Text Example
Text Example
White with #AFAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE1E; }
p { color: rgb(175,174,30); }
H1.HeaderClassName
{
color: #AFAE1E;
}
.AnyTagClassName
{
color: #AFAE1E;
}
</style>
background-color css
<style>
a { background-color: #AFAE1E; }
a { background-color: rgb(175,174,30); }
div.DivClassName
{
background-color: #AFAE1E;
}
.BgClassName
{
background-color: #AFAE1E;
}
</style>
border-color css
<style>
span { border-color: #AFAE1E; }
span { border-color: rgb(175,174,30); }
td.TdClassName
{
border-color: #AFAE1E;
}
.TagClassName
{
border-color: #AFAE1E;
}
</style>