Shades of Earls Green #AFAE31
Tints of Earls Green #AFAE31
RGB
CMYK
RGB Variations
Color information
#AFAE31 (or 0xAFAE31) is known color: Earls Green. HEX triplet: AF, AE and 31. RGB value is (175,174,49). Sum of RGB (Red+Green+Blue) = 175+174+49=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE31 is #5051CE. Grayscale: #A0A0A0. Windows color (decimal): -5263823 or 3255983. OLE color: 3255983.
HSL color Cylindrical-coordinate representation of color #AFAE31: hue angle of 59.52º 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 #AFAE31 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 49 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.31 |
| HSL | 59.52º | 0.56% | 0.44% | - |
| HSV(B) | 59.52º | 0.72% | 0.69% | - |
| XYZ | 33.37 | 39.61 | 8.79 | - |
| YUV | 160.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 49 | 0 | 0.01 | 0.72 | 0.31 | 59.52 | 0.56 | 0.44 |
| Hex | AF | AE | 31 | 0 | 1 | 48 | 1F | 3C | 38 | 2C |
| Octal | 257 | 256 | 61 | 0 | 1 | 110 | 37 | 74 | 70 | 54 |
| Binary | 10101111 | 10101110 | 110001 | 0 | 1 | 1001000 | 11111 | 111100 | 111000 | 101100 |
Color Harmonies of #AFAE31
Complementary color
Monochromatic Colors of #AFAE31
Black with #AFAE31
Text Example
Text Example
White with #AFAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE31; }
p { color: rgb(175,174,49); }
H1.HeaderClassName
{
color: #AFAE31;
}
.AnyTagClassName
{
color: #AFAE31;
}
</style>
background-color css
<style>
a { background-color: #AFAE31; }
a { background-color: rgb(175,174,49); }
div.DivClassName
{
background-color: #AFAE31;
}
.BgClassName
{
background-color: #AFAE31;
}
</style>
border-color css
<style>
span { border-color: #AFAE31; }
span { border-color: rgb(175,174,49); }
td.TdClassName
{
border-color: #AFAE31;
}
.TagClassName
{
border-color: #AFAE31;
}
</style>