Shades of Neutral Green #ABA387
Tints of Neutral Green #ABA387
RGB
CMYK
RGB Variations
Color information
#ABA387 (or 0xABA387) is known color: Neutral Green. HEX triplet: AB, A3 and 87. RGB value is (171,163,135). Sum of RGB (Red+Green+Blue) = 171+163+135=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA387 is #545C78. Grayscale: #A2A2A2. Windows color (decimal): -5528697 or 8889259. OLE color: 8889259.
HSL color Cylindrical-coordinate representation of color #ABA387: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA387 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 135 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.33 |
| HSL | 46.67º | 0.18% | 0.6% | - |
| HSV(B) | 46.67º | 0.21% | 0.67% | - |
| XYZ | 34.26 | 36.6 | 28.18 | - |
| YUV | 162.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 135 | 0 | 0.05 | 0.21 | 0.33 | 46.67 | 0.18 | 0.6 |
| Hex | AB | A3 | 87 | 0 | 5 | 15 | 21 | 2F | 12 | 3C |
| Octal | 253 | 243 | 207 | 0 | 5 | 25 | 41 | 57 | 22 | 74 |
| Binary | 10101011 | 10100011 | 10000111 | 0 | 101 | 10101 | 100001 | 101111 | 10010 | 111100 |
Color Harmonies of #ABA387
Complementary color
Monochromatic Colors of #ABA387
Black with #ABA387
Text Example
Text Example
White with #ABA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA387; }
p { color: rgb(171,163,135); }
H1.HeaderClassName
{
color: #ABA387;
}
.AnyTagClassName
{
color: #ABA387;
}
</style>
background-color css
<style>
a { background-color: #ABA387; }
a { background-color: rgb(171,163,135); }
div.DivClassName
{
background-color: #ABA387;
}
.BgClassName
{
background-color: #ABA387;
}
</style>
border-color css
<style>
span { border-color: #ABA387; }
span { border-color: rgb(171,163,135); }
td.TdClassName
{
border-color: #ABA387;
}
.TagClassName
{
border-color: #ABA387;
}
</style>