Shades of Neutral Green #AFA783
Tints of Neutral Green #AFA783
RGB
CMYK
RGB Variations
Color information
#AFA783 (or 0xAFA783) is known color: Neutral Green. HEX triplet: AF, A7 and 83. RGB value is (175,167,131). Sum of RGB (Red+Green+Blue) = 175+167+131=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA783 is #50587C. Grayscale: #A5A5A5. Windows color (decimal): -5265533 or 8628143. OLE color: 8628143.
HSL color Cylindrical-coordinate representation of color #AFA783: hue angle of 49.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA783 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 131 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.31 |
| HSL | 49.09º | 0.22% | 0.6% | - |
| HSV(B) | 49.09º | 0.25% | 0.69% | - |
| XYZ | 35.59 | 38.39 | 27.01 | - |
| YUV | 165.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 131 | 0 | 0.05 | 0.25 | 0.31 | 49.09 | 0.22 | 0.6 |
| Hex | AF | A7 | 83 | 0 | 5 | 19 | 1F | 31 | 16 | 3C |
| Octal | 257 | 247 | 203 | 0 | 5 | 31 | 37 | 61 | 26 | 74 |
| Binary | 10101111 | 10100111 | 10000011 | 0 | 101 | 11001 | 11111 | 110001 | 10110 | 111100 |
Color Harmonies of #AFA783
Complementary color
Monochromatic Colors of #AFA783
Black with #AFA783
Text Example
Text Example
White with #AFA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA783; }
p { color: rgb(175,167,131); }
H1.HeaderClassName
{
color: #AFA783;
}
.AnyTagClassName
{
color: #AFA783;
}
</style>
background-color css
<style>
a { background-color: #AFA783; }
a { background-color: rgb(175,167,131); }
div.DivClassName
{
background-color: #AFA783;
}
.BgClassName
{
background-color: #AFA783;
}
</style>
border-color css
<style>
span { border-color: #AFA783; }
span { border-color: rgb(175,167,131); }
td.TdClassName
{
border-color: #AFA783;
}
.TagClassName
{
border-color: #AFA783;
}
</style>