Shades of Earls Green #AFAE22
Tints of Earls Green #AFAE22
RGB
CMYK
RGB Variations
Color information
#AFAE22 (or 0xAFAE22) is known color: Earls Green. HEX triplet: AF, AE and 22. RGB value is (175,174,34). Sum of RGB (Red+Green+Blue) = 175+174+34=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE22 is #5051DD. Grayscale: #9E9E9E. Windows color (decimal): -5263838 or 2272943. OLE color: 2272943.
HSL color Cylindrical-coordinate representation of color #AFAE22: hue angle of 59.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFAE22 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 34 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.31 |
| HSL | 59.57º | 0.67% | 0.41% | - |
| HSV(B) | 59.57º | 0.81% | 0.69% | - |
| XYZ | 33.1 | 39.5 | 7.39 | - |
| YUV | 158.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 34 | 0 | 0.01 | 0.81 | 0.31 | 59.57 | 0.67 | 0.41 |
| Hex | AF | AE | 22 | 0 | 1 | 51 | 1F | 3C | 43 | 29 |
| Octal | 257 | 256 | 42 | 0 | 1 | 121 | 37 | 74 | 103 | 51 |
| Binary | 10101111 | 10101110 | 100010 | 0 | 1 | 1010001 | 11111 | 111100 | 1000011 | 101001 |
Color Harmonies of #AFAE22
Complementary color
Monochromatic Colors of #AFAE22
Black with #AFAE22
Text Example
Text Example
White with #AFAE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE22; }
p { color: rgb(175,174,34); }
H1.HeaderClassName
{
color: #AFAE22;
}
.AnyTagClassName
{
color: #AFAE22;
}
</style>
background-color css
<style>
a { background-color: #AFAE22; }
a { background-color: rgb(175,174,34); }
div.DivClassName
{
background-color: #AFAE22;
}
.BgClassName
{
background-color: #AFAE22;
}
</style>
border-color css
<style>
span { border-color: #AFAE22; }
span { border-color: rgb(175,174,34); }
td.TdClassName
{
border-color: #AFAE22;
}
.TagClassName
{
border-color: #AFAE22;
}
</style>