Shades of Neutral Green #AFAE77
Tints of Neutral Green #AFAE77
RGB
CMYK
RGB Variations
Color information
#AFAE77 (or 0xAFAE77) is known color: Neutral Green. HEX triplet: AF, AE and 77. RGB value is (175,174,119). Sum of RGB (Red+Green+Blue) = 175+174+119=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE77 is #505188. Grayscale: #A8A8A8. Windows color (decimal): -5263753 or 7843503. OLE color: 7843503.
HSL color Cylindrical-coordinate representation of color #AFAE77: hue angle of 58.93º 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 #AFAE77 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 119 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.31 |
| HSL | 58.93º | 0.26% | 0.58% | - |
| HSV(B) | 58.93º | 0.32% | 0.69% | - |
| XYZ | 36.15 | 40.72 | 23.41 | - |
| YUV | 168.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 119 | 0 | 0.01 | 0.32 | 0.31 | 58.93 | 0.26 | 0.58 |
| Hex | AF | AE | 77 | 0 | 1 | 20 | 1F | 3B | 1A | 3A |
| Octal | 257 | 256 | 167 | 0 | 1 | 40 | 37 | 73 | 32 | 72 |
| Binary | 10101111 | 10101110 | 1110111 | 0 | 1 | 100000 | 11111 | 111011 | 11010 | 111010 |
Color Harmonies of #AFAE77
Complementary color
Monochromatic Colors of #AFAE77
Black with #AFAE77
Text Example
Text Example
White with #AFAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE77; }
p { color: rgb(175,174,119); }
H1.HeaderClassName
{
color: #AFAE77;
}
.AnyTagClassName
{
color: #AFAE77;
}
</style>
background-color css
<style>
a { background-color: #AFAE77; }
a { background-color: rgb(175,174,119); }
div.DivClassName
{
background-color: #AFAE77;
}
.BgClassName
{
background-color: #AFAE77;
}
</style>
border-color css
<style>
span { border-color: #AFAE77; }
span { border-color: rgb(175,174,119); }
td.TdClassName
{
border-color: #AFAE77;
}
.TagClassName
{
border-color: #AFAE77;
}
</style>