Shades of Neutral Green #AFA980
Tints of Neutral Green #AFA980
RGB
CMYK
RGB Variations
Color information
#AFA980 (or 0xAFA980) is known color: Neutral Green. HEX triplet: AF, A9 and 80. RGB value is (175,169,128). Sum of RGB (Red+Green+Blue) = 175+169+128=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA980 is #50567F. Grayscale: #A6A6A6. Windows color (decimal): -5265024 or 8432047. OLE color: 8432047.
HSL color Cylindrical-coordinate representation of color #AFA980: hue angle of 52.34º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA980 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 128 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.31 |
| HSL | 52.34º | 0.23% | 0.59% | - |
| HSV(B) | 52.34º | 0.27% | 0.69% | - |
| XYZ | 35.76 | 39.05 | 26.07 | - |
| YUV | 166.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 128 | 0 | 0.03 | 0.27 | 0.31 | 52.34 | 0.23 | 0.59 |
| Hex | AF | A9 | 80 | 0 | 3 | 1B | 1F | 34 | 17 | 3B |
| Octal | 257 | 251 | 200 | 0 | 3 | 33 | 37 | 64 | 27 | 73 |
| Binary | 10101111 | 10101001 | 10000000 | 0 | 11 | 11011 | 11111 | 110100 | 10111 | 111011 |
Color Harmonies of #AFA980
Complementary color
Monochromatic Colors of #AFA980
Black with #AFA980
Text Example
Text Example
White with #AFA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA980; }
p { color: rgb(175,169,128); }
H1.HeaderClassName
{
color: #AFA980;
}
.AnyTagClassName
{
color: #AFA980;
}
</style>
background-color css
<style>
a { background-color: #AFA980; }
a { background-color: rgb(175,169,128); }
div.DivClassName
{
background-color: #AFA980;
}
.BgClassName
{
background-color: #AFA980;
}
</style>
border-color css
<style>
span { border-color: #AFA980; }
span { border-color: rgb(175,169,128); }
td.TdClassName
{
border-color: #AFA980;
}
.TagClassName
{
border-color: #AFA980;
}
</style>