Shades of Neutral Green #AFAC77
Tints of Neutral Green #AFAC77
RGB
CMYK
RGB Variations
Color information
#AFAC77 (or 0xAFAC77) is known color: Neutral Green. HEX triplet: AF, AC and 77. RGB value is (175,172,119). Sum of RGB (Red+Green+Blue) = 175+172+119=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC77 is #505388. Grayscale: #A7A7A7. Windows color (decimal): -5264265 or 7842991. OLE color: 7842991.
HSL color Cylindrical-coordinate representation of color #AFAC77: hue angle of 56.79º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFAC77 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 119 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.31 |
| HSL | 56.79º | 0.26% | 0.58% | - |
| HSV(B) | 56.79º | 0.32% | 0.69% | - |
| XYZ | 35.76 | 39.95 | 23.28 | - |
| YUV | 166.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 119 | 0 | 0.02 | 0.32 | 0.31 | 56.79 | 0.26 | 0.58 |
| Hex | AF | AC | 77 | 0 | 2 | 20 | 1F | 39 | 1A | 3A |
| Octal | 257 | 254 | 167 | 0 | 2 | 40 | 37 | 71 | 32 | 72 |
| Binary | 10101111 | 10101100 | 1110111 | 0 | 10 | 100000 | 11111 | 111001 | 11010 | 111010 |
Color Harmonies of #AFAC77
Complementary color
Monochromatic Colors of #AFAC77
Black with #AFAC77
Text Example
Text Example
White with #AFAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC77; }
p { color: rgb(175,172,119); }
H1.HeaderClassName
{
color: #AFAC77;
}
.AnyTagClassName
{
color: #AFAC77;
}
</style>
background-color css
<style>
a { background-color: #AFAC77; }
a { background-color: rgb(175,172,119); }
div.DivClassName
{
background-color: #AFAC77;
}
.BgClassName
{
background-color: #AFAC77;
}
</style>
border-color css
<style>
span { border-color: #AFAC77; }
span { border-color: rgb(175,172,119); }
td.TdClassName
{
border-color: #AFAC77;
}
.TagClassName
{
border-color: #AFAC77;
}
</style>