Shades of Neutral Green #AFA881
Tints of Neutral Green #AFA881
RGB
CMYK
RGB Variations
Color information
#AFA881 (or 0xAFA881) is known color: Neutral Green. HEX triplet: AF, A8 and 81. RGB value is (175,168,129). Sum of RGB (Red+Green+Blue) = 175+168+129=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA881 is #50577E. Grayscale: #A5A5A5. Windows color (decimal): -5265279 or 8497327. OLE color: 8497327.
HSL color Cylindrical-coordinate representation of color #AFA881: hue angle of 50.87º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA881 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 129 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.31 |
| HSL | 50.87º | 0.22% | 0.6% | - |
| HSV(B) | 50.87º | 0.26% | 0.69% | - |
| XYZ | 35.64 | 38.7 | 26.36 | - |
| YUV | 165.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 129 | 0 | 0.04 | 0.26 | 0.31 | 50.87 | 0.22 | 0.6 |
| Hex | AF | A8 | 81 | 0 | 4 | 1A | 1F | 33 | 16 | 3C |
| Octal | 257 | 250 | 201 | 0 | 4 | 32 | 37 | 63 | 26 | 74 |
| Binary | 10101111 | 10101000 | 10000001 | 0 | 100 | 11010 | 11111 | 110011 | 10110 | 111100 |
Color Harmonies of #AFA881
Complementary color
Monochromatic Colors of #AFA881
Black with #AFA881
Text Example
Text Example
White with #AFA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA881; }
p { color: rgb(175,168,129); }
H1.HeaderClassName
{
color: #AFA881;
}
.AnyTagClassName
{
color: #AFA881;
}
</style>
background-color css
<style>
a { background-color: #AFA881; }
a { background-color: rgb(175,168,129); }
div.DivClassName
{
background-color: #AFA881;
}
.BgClassName
{
background-color: #AFA881;
}
</style>
border-color css
<style>
span { border-color: #AFA881; }
span { border-color: rgb(175,168,129); }
td.TdClassName
{
border-color: #AFA881;
}
.TagClassName
{
border-color: #AFA881;
}
</style>