Shades of Neutral Green #AFAC83
Tints of Neutral Green #AFAC83
RGB
CMYK
RGB Variations
Color information
#AFAC83 (or 0xAFAC83) is known color: Neutral Green. HEX triplet: AF, AC and 83. RGB value is (175,172,131). Sum of RGB (Red+Green+Blue) = 175+172+131=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC83 is #50537C. Grayscale: #A8A8A8. Windows color (decimal): -5264253 or 8629423. OLE color: 8629423.
HSL color Cylindrical-coordinate representation of color #AFAC83: hue angle of 55.91º 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 #AFAC83 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 131 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.31 |
| HSL | 55.91º | 0.22% | 0.6% | - |
| HSV(B) | 55.91º | 0.25% | 0.69% | - |
| XYZ | 36.53 | 40.26 | 27.32 | - |
| YUV | 168.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 131 | 0 | 0.02 | 0.25 | 0.31 | 55.91 | 0.22 | 0.6 |
| Hex | AF | AC | 83 | 0 | 2 | 19 | 1F | 38 | 16 | 3C |
| Octal | 257 | 254 | 203 | 0 | 2 | 31 | 37 | 70 | 26 | 74 |
| Binary | 10101111 | 10101100 | 10000011 | 0 | 10 | 11001 | 11111 | 111000 | 10110 | 111100 |
Color Harmonies of #AFAC83
Complementary color
Monochromatic Colors of #AFAC83
Black with #AFAC83
Text Example
Text Example
White with #AFAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC83; }
p { color: rgb(175,172,131); }
H1.HeaderClassName
{
color: #AFAC83;
}
.AnyTagClassName
{
color: #AFAC83;
}
</style>
background-color css
<style>
a { background-color: #AFAC83; }
a { background-color: rgb(175,172,131); }
div.DivClassName
{
background-color: #AFAC83;
}
.BgClassName
{
background-color: #AFAC83;
}
</style>
border-color css
<style>
span { border-color: #AFAC83; }
span { border-color: rgb(175,172,131); }
td.TdClassName
{
border-color: #AFAC83;
}
.TagClassName
{
border-color: #AFAC83;
}
</style>