Shades of Neutral Green #ABA986
Tints of Neutral Green #ABA986
RGB
CMYK
RGB Variations
Color information
#ABA986 (or 0xABA986) is known color: Neutral Green. HEX triplet: AB, A9 and 86. RGB value is (171,169,134). Sum of RGB (Red+Green+Blue) = 171+169+134=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA986 is #545679. Grayscale: #A5A5A5. Windows color (decimal): -5527162 or 8825259. OLE color: 8825259.
HSL color Cylindrical-coordinate representation of color #ABA986: hue angle of 56.76º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA986 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 134 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.33 |
| HSL | 56.76º | 0.18% | 0.6% | - |
| HSV(B) | 56.76º | 0.22% | 0.67% | - |
| XYZ | 35.29 | 38.76 | 28.17 | - |
| YUV | 165.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 134 | 0 | 0.01 | 0.22 | 0.33 | 56.76 | 0.18 | 0.6 |
| Hex | AB | A9 | 86 | 0 | 1 | 16 | 21 | 39 | 12 | 3C |
| Octal | 253 | 251 | 206 | 0 | 1 | 26 | 41 | 71 | 22 | 74 |
| Binary | 10101011 | 10101001 | 10000110 | 0 | 1 | 10110 | 100001 | 111001 | 10010 | 111100 |
Color Harmonies of #ABA986
Complementary color
Monochromatic Colors of #ABA986
Black with #ABA986
Text Example
Text Example
White with #ABA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA986; }
p { color: rgb(171,169,134); }
H1.HeaderClassName
{
color: #ABA986;
}
.AnyTagClassName
{
color: #ABA986;
}
</style>
background-color css
<style>
a { background-color: #ABA986; }
a { background-color: rgb(171,169,134); }
div.DivClassName
{
background-color: #ABA986;
}
.BgClassName
{
background-color: #ABA986;
}
</style>
border-color css
<style>
span { border-color: #ABA986; }
span { border-color: rgb(171,169,134); }
td.TdClassName
{
border-color: #ABA986;
}
.TagClassName
{
border-color: #ABA986;
}
</style>