Shades of Neutral Green #AFAA77
Tints of Neutral Green #AFAA77
RGB
CMYK
RGB Variations
Color information
#AFAA77 (or 0xAFAA77) is known color: Neutral Green. HEX triplet: AF, AA and 77. RGB value is (175,170,119). Sum of RGB (Red+Green+Blue) = 175+170+119=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA77 is #505588. Grayscale: #A5A5A5. Windows color (decimal): -5264777 or 7842479. OLE color: 7842479.
HSL color Cylindrical-coordinate representation of color #AFAA77: hue angle of 54.64º 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 #AFAA77 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 119 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.31 |
| HSL | 54.64º | 0.26% | 0.58% | - |
| HSV(B) | 54.64º | 0.32% | 0.69% | - |
| XYZ | 35.38 | 39.2 | 23.15 | - |
| YUV | 165.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 119 | 0 | 0.03 | 0.32 | 0.31 | 54.64 | 0.26 | 0.58 |
| Hex | AF | AA | 77 | 0 | 3 | 20 | 1F | 37 | 1A | 3A |
| Octal | 257 | 252 | 167 | 0 | 3 | 40 | 37 | 67 | 32 | 72 |
| Binary | 10101111 | 10101010 | 1110111 | 0 | 11 | 100000 | 11111 | 110111 | 11010 | 111010 |
Color Harmonies of #AFAA77
Complementary color
Monochromatic Colors of #AFAA77
Black with #AFAA77
Text Example
Text Example
White with #AFAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA77; }
p { color: rgb(175,170,119); }
H1.HeaderClassName
{
color: #AFAA77;
}
.AnyTagClassName
{
color: #AFAA77;
}
</style>
background-color css
<style>
a { background-color: #AFAA77; }
a { background-color: rgb(175,170,119); }
div.DivClassName
{
background-color: #AFAA77;
}
.BgClassName
{
background-color: #AFAA77;
}
</style>
border-color css
<style>
span { border-color: #AFAA77; }
span { border-color: rgb(175,170,119); }
td.TdClassName
{
border-color: #AFAA77;
}
.TagClassName
{
border-color: #AFAA77;
}
</style>