Shades of Neutral Green #AFA683
Tints of Neutral Green #AFA683
RGB
CMYK
RGB Variations
Color information
#AFA683 (or 0xAFA683) is known color: Neutral Green. HEX triplet: AF, A6 and 83. RGB value is (175,166,131). Sum of RGB (Red+Green+Blue) = 175+166+131=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA683 is #50597C. Grayscale: #A4A4A4. Windows color (decimal): -5265789 or 8627887. OLE color: 8627887.
HSL color Cylindrical-coordinate representation of color #AFA683: hue angle of 47.73º 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 #AFA683 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 131 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.31 |
| HSL | 47.73º | 0.22% | 0.6% | - |
| HSV(B) | 47.73º | 0.25% | 0.69% | - |
| XYZ | 35.41 | 38.03 | 26.95 | - |
| YUV | 164.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 131 | 0 | 0.05 | 0.25 | 0.31 | 47.73 | 0.22 | 0.6 |
| Hex | AF | A6 | 83 | 0 | 5 | 19 | 1F | 30 | 16 | 3C |
| Octal | 257 | 246 | 203 | 0 | 5 | 31 | 37 | 60 | 26 | 74 |
| Binary | 10101111 | 10100110 | 10000011 | 0 | 101 | 11001 | 11111 | 110000 | 10110 | 111100 |
Color Harmonies of #AFA683
Complementary color
Monochromatic Colors of #AFA683
Black with #AFA683
Text Example
Text Example
White with #AFA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA683; }
p { color: rgb(175,166,131); }
H1.HeaderClassName
{
color: #AFA683;
}
.AnyTagClassName
{
color: #AFA683;
}
</style>
background-color css
<style>
a { background-color: #AFA683; }
a { background-color: rgb(175,166,131); }
div.DivClassName
{
background-color: #AFA683;
}
.BgClassName
{
background-color: #AFA683;
}
</style>
border-color css
<style>
span { border-color: #AFA683; }
span { border-color: rgb(175,166,131); }
td.TdClassName
{
border-color: #AFA683;
}
.TagClassName
{
border-color: #AFA683;
}
</style>