Shades of Neutral Green #A29F87
Tints of Neutral Green #A29F87
RGB
CMYK
RGB Variations
Color information
#A29F87 (or 0xA29F87) is known color: Neutral Green. HEX triplet: A2, 9F and 87. RGB value is (162,159,135). Sum of RGB (Red+Green+Blue) = 162+159+135=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F87 is #5D6078. Grayscale: #9D9D9D. Windows color (decimal): -6119545 or 8888226. OLE color: 8888226.
HSL color Cylindrical-coordinate representation of color #A29F87: hue angle of 53.33º 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 #A29F87 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 135 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.36 |
| HSL | 53.33º | 0.13% | 0.58% | - |
| HSV(B) | 53.33º | 0.17% | 0.64% | - |
| XYZ | 31.67 | 34.23 | 27.86 | - |
| YUV | 157.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 135 | 0 | 0.02 | 0.17 | 0.36 | 53.33 | 0.13 | 0.58 |
| Hex | A2 | 9F | 87 | 0 | 2 | 11 | 24 | 35 | D | 3A |
| Octal | 242 | 237 | 207 | 0 | 2 | 21 | 44 | 65 | 15 | 72 |
| Binary | 10100010 | 10011111 | 10000111 | 0 | 10 | 10001 | 100100 | 110101 | 1101 | 111010 |
Color Harmonies of #A29F87
Complementary color
Monochromatic Colors of #A29F87
Black with #A29F87
Text Example
Text Example
White with #A29F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F87; }
p { color: rgb(162,159,135); }
H1.HeaderClassName
{
color: #A29F87;
}
.AnyTagClassName
{
color: #A29F87;
}
</style>
background-color css
<style>
a { background-color: #A29F87; }
a { background-color: rgb(162,159,135); }
div.DivClassName
{
background-color: #A29F87;
}
.BgClassName
{
background-color: #A29F87;
}
</style>
border-color css
<style>
span { border-color: #A29F87; }
span { border-color: rgb(162,159,135); }
td.TdClassName
{
border-color: #A29F87;
}
.TagClassName
{
border-color: #A29F87;
}
</style>