Shades of Neutral Green #ABA486
Tints of Neutral Green #ABA486
RGB
CMYK
RGB Variations
Color information
#ABA486 (or 0xABA486) is known color: Neutral Green. HEX triplet: AB, A4 and 86. RGB value is (171,164,134). Sum of RGB (Red+Green+Blue) = 171+164+134=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA486 is #545B79. Grayscale: #A2A2A2. Windows color (decimal): -5528442 or 8823979. OLE color: 8823979.
HSL color Cylindrical-coordinate representation of color #ABA486: hue angle of 48.65º 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 #ABA486 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 134 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.33 |
| HSL | 48.65º | 0.18% | 0.6% | - |
| HSV(B) | 48.65º | 0.22% | 0.67% | - |
| XYZ | 34.37 | 36.93 | 27.87 | - |
| YUV | 162.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 134 | 0 | 0.04 | 0.22 | 0.33 | 48.65 | 0.18 | 0.6 |
| Hex | AB | A4 | 86 | 0 | 4 | 16 | 21 | 31 | 12 | 3C |
| Octal | 253 | 244 | 206 | 0 | 4 | 26 | 41 | 61 | 22 | 74 |
| Binary | 10101011 | 10100100 | 10000110 | 0 | 100 | 10110 | 100001 | 110001 | 10010 | 111100 |
Color Harmonies of #ABA486
Complementary color
Monochromatic Colors of #ABA486
Black with #ABA486
Text Example
Text Example
White with #ABA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA486; }
p { color: rgb(171,164,134); }
H1.HeaderClassName
{
color: #ABA486;
}
.AnyTagClassName
{
color: #ABA486;
}
</style>
background-color css
<style>
a { background-color: #ABA486; }
a { background-color: rgb(171,164,134); }
div.DivClassName
{
background-color: #ABA486;
}
.BgClassName
{
background-color: #ABA486;
}
</style>
border-color css
<style>
span { border-color: #ABA486; }
span { border-color: rgb(171,164,134); }
td.TdClassName
{
border-color: #ABA486;
}
.TagClassName
{
border-color: #ABA486;
}
</style>