Shades of Neutral Green #AFA781
Tints of Neutral Green #AFA781
RGB
CMYK
RGB Variations
Color information
#AFA781 (or 0xAFA781) is known color: Neutral Green. HEX triplet: AF, A7 and 81. RGB value is (175,167,129). Sum of RGB (Red+Green+Blue) = 175+167+129=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA781 is #50587E. Grayscale: #A5A5A5. Windows color (decimal): -5265535 or 8497071. OLE color: 8497071.
HSL color Cylindrical-coordinate representation of color #AFA781: hue angle of 49.57º 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 #AFA781 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 129 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.31 |
| HSL | 49.57º | 0.22% | 0.6% | - |
| HSV(B) | 49.57º | 0.26% | 0.69% | - |
| XYZ | 35.46 | 38.34 | 26.3 | - |
| YUV | 165.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 129 | 0 | 0.05 | 0.26 | 0.31 | 49.57 | 0.22 | 0.6 |
| Hex | AF | A7 | 81 | 0 | 5 | 1A | 1F | 32 | 16 | 3C |
| Octal | 257 | 247 | 201 | 0 | 5 | 32 | 37 | 62 | 26 | 74 |
| Binary | 10101111 | 10100111 | 10000001 | 0 | 101 | 11010 | 11111 | 110010 | 10110 | 111100 |
Color Harmonies of #AFA781
Complementary color
Monochromatic Colors of #AFA781
Black with #AFA781
Text Example
Text Example
White with #AFA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA781; }
p { color: rgb(175,167,129); }
H1.HeaderClassName
{
color: #AFA781;
}
.AnyTagClassName
{
color: #AFA781;
}
</style>
background-color css
<style>
a { background-color: #AFA781; }
a { background-color: rgb(175,167,129); }
div.DivClassName
{
background-color: #AFA781;
}
.BgClassName
{
background-color: #AFA781;
}
</style>
border-color css
<style>
span { border-color: #AFA781; }
span { border-color: rgb(175,167,129); }
td.TdClassName
{
border-color: #AFA781;
}
.TagClassName
{
border-color: #AFA781;
}
</style>