Shades of Earls Green #AFAE1A
Tints of Earls Green #AFAE1A
RGB
CMYK
RGB Variations
Color information
#AFAE1A (or 0xAFAE1A) is known color: Earls Green. HEX triplet: AF, AE and 1A. RGB value is (175,174,26). Sum of RGB (Red+Green+Blue) = 175+174+26=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE1A is #5051E5. Grayscale: #9E9E9E. Windows color (decimal): -5263846 or 1748655. OLE color: 1748655.
HSL color Cylindrical-coordinate representation of color #AFAE1A: hue angle of 59.6º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFAE1A is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 26 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.31 |
| HSL | 59.6º | 0.74% | 0.39% | - |
| HSV(B) | 59.6º | 0.85% | 0.69% | - |
| XYZ | 33 | 39.46 | 6.85 | - |
| YUV | 157.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 26 | 0 | 0.01 | 0.85 | 0.31 | 59.6 | 0.74 | 0.39 |
| Hex | AF | AE | 1A | 0 | 1 | 55 | 1F | 3C | 4A | 27 |
| Octal | 257 | 256 | 32 | 0 | 1 | 125 | 37 | 74 | 112 | 47 |
| Binary | 10101111 | 10101110 | 11010 | 0 | 1 | 1010101 | 11111 | 111100 | 1001010 | 100111 |
Color Harmonies of #AFAE1A
Complementary color
Monochromatic Colors of #AFAE1A
Black with #AFAE1A
Text Example
Text Example
White with #AFAE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE1A; }
p { color: rgb(175,174,26); }
H1.HeaderClassName
{
color: #AFAE1A;
}
.AnyTagClassName
{
color: #AFAE1A;
}
</style>
background-color css
<style>
a { background-color: #AFAE1A; }
a { background-color: rgb(175,174,26); }
div.DivClassName
{
background-color: #AFAE1A;
}
.BgClassName
{
background-color: #AFAE1A;
}
</style>
border-color css
<style>
span { border-color: #AFAE1A; }
span { border-color: rgb(175,174,26); }
td.TdClassName
{
border-color: #AFAE1A;
}
.TagClassName
{
border-color: #AFAE1A;
}
</style>