Shades of Neutral Green #AFAE87
Tints of Neutral Green #AFAE87
RGB
CMYK
RGB Variations
Color information
#AFAE87 (or 0xAFAE87) is known color: Neutral Green. HEX triplet: AF, AE and 87. RGB value is (175,174,135). Sum of RGB (Red+Green+Blue) = 175+174+135=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAE87 is #505178. Grayscale: #AAAAAA. Windows color (decimal): -5263737 or 8892079. OLE color: 8892079.
HSL color Cylindrical-coordinate representation of color #AFAE87: hue angle of 58.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAE87 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 135 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.31 |
| HSL | 58.5º | 0.2% | 0.61% | - |
| HSV(B) | 58.5º | 0.23% | 0.69% | - |
| XYZ | 37.19 | 41.14 | 28.9 | - |
| YUV | 169.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 135 | 0 | 0.01 | 0.23 | 0.31 | 58.5 | 0.2 | 0.61 |
| Hex | AF | AE | 87 | 0 | 1 | 17 | 1F | 3A | 14 | 3D |
| Octal | 257 | 256 | 207 | 0 | 1 | 27 | 37 | 72 | 24 | 75 |
| Binary | 10101111 | 10101110 | 10000111 | 0 | 1 | 10111 | 11111 | 111010 | 10100 | 111101 |
Color Harmonies of #AFAE87
Complementary color
Monochromatic Colors of #AFAE87
Black with #AFAE87
Text Example
Text Example
White with #AFAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE87; }
p { color: rgb(175,174,135); }
H1.HeaderClassName
{
color: #AFAE87;
}
.AnyTagClassName
{
color: #AFAE87;
}
</style>
background-color css
<style>
a { background-color: #AFAE87; }
a { background-color: rgb(175,174,135); }
div.DivClassName
{
background-color: #AFAE87;
}
.BgClassName
{
background-color: #AFAE87;
}
</style>
border-color css
<style>
span { border-color: #AFAE87; }
span { border-color: rgb(175,174,135); }
td.TdClassName
{
border-color: #AFAE87;
}
.TagClassName
{
border-color: #AFAE87;
}
</style>