Shades of Neutral Green #AFA785
Tints of Neutral Green #AFA785
RGB
CMYK
RGB Variations
Color information
#AFA785 (or 0xAFA785) is known color: Neutral Green. HEX triplet: AF, A7 and 85. RGB value is (175,167,133). Sum of RGB (Red+Green+Blue) = 175+167+133=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA785 is #50587A. Grayscale: #A5A5A5. Windows color (decimal): -5265531 or 8759215. OLE color: 8759215.
HSL color Cylindrical-coordinate representation of color #AFA785: hue angle of 48.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA785 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 133 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.31 |
| HSL | 48.57º | 0.21% | 0.6% | - |
| HSV(B) | 48.57º | 0.24% | 0.69% | - |
| XYZ | 35.73 | 38.44 | 27.73 | - |
| YUV | 165.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 133 | 0 | 0.05 | 0.24 | 0.31 | 48.57 | 0.21 | 0.6 |
| Hex | AF | A7 | 85 | 0 | 5 | 18 | 1F | 31 | 15 | 3C |
| Octal | 257 | 247 | 205 | 0 | 5 | 30 | 37 | 61 | 25 | 74 |
| Binary | 10101111 | 10100111 | 10000101 | 0 | 101 | 11000 | 11111 | 110001 | 10101 | 111100 |
Color Harmonies of #AFA785
Complementary color
Monochromatic Colors of #AFA785
Black with #AFA785
Text Example
Text Example
White with #AFA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA785; }
p { color: rgb(175,167,133); }
H1.HeaderClassName
{
color: #AFA785;
}
.AnyTagClassName
{
color: #AFA785;
}
</style>
background-color css
<style>
a { background-color: #AFA785; }
a { background-color: rgb(175,167,133); }
div.DivClassName
{
background-color: #AFA785;
}
.BgClassName
{
background-color: #AFA785;
}
</style>
border-color css
<style>
span { border-color: #AFA785; }
span { border-color: rgb(175,167,133); }
td.TdClassName
{
border-color: #AFA785;
}
.TagClassName
{
border-color: #AFA785;
}
</style>