Shades of Neutral Green #A29F86
Tints of Neutral Green #A29F86
RGB
CMYK
RGB Variations
Color information
#A29F86 (or 0xA29F86) is known color: Neutral Green. HEX triplet: A2, 9F and 86. RGB value is (162,159,134). Sum of RGB (Red+Green+Blue) = 162+159+134=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F86 is #5D6079. Grayscale: #9D9D9D. Windows color (decimal): -6119546 or 8822690. OLE color: 8822690.
HSL color Cylindrical-coordinate representation of color #A29F86: hue angle of 53.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29F86 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 134 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.36 |
| HSL | 53.57º | 0.13% | 0.58% | - |
| HSV(B) | 53.57º | 0.17% | 0.64% | - |
| XYZ | 31.6 | 34.2 | 27.49 | - |
| YUV | 157.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 134 | 0 | 0.02 | 0.17 | 0.36 | 53.57 | 0.13 | 0.58 |
| Hex | A2 | 9F | 86 | 0 | 2 | 11 | 24 | 36 | D | 3A |
| Octal | 242 | 237 | 206 | 0 | 2 | 21 | 44 | 66 | 15 | 72 |
| Binary | 10100010 | 10011111 | 10000110 | 0 | 10 | 10001 | 100100 | 110110 | 1101 | 111010 |
Color Harmonies of #A29F86
Complementary color
Monochromatic Colors of #A29F86
Black with #A29F86
Text Example
Text Example
White with #A29F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F86; }
p { color: rgb(162,159,134); }
H1.HeaderClassName
{
color: #A29F86;
}
.AnyTagClassName
{
color: #A29F86;
}
</style>
background-color css
<style>
a { background-color: #A29F86; }
a { background-color: rgb(162,159,134); }
div.DivClassName
{
background-color: #A29F86;
}
.BgClassName
{
background-color: #A29F86;
}
</style>
border-color css
<style>
span { border-color: #A29F86; }
span { border-color: rgb(162,159,134); }
td.TdClassName
{
border-color: #A29F86;
}
.TagClassName
{
border-color: #A29F86;
}
</style>