Shades of Neutral Green #ABA286
Tints of Neutral Green #ABA286
RGB
CMYK
RGB Variations
Color information
#ABA286 (or 0xABA286) is known color: Neutral Green. HEX triplet: AB, A2 and 86. RGB value is (171,162,134). Sum of RGB (Red+Green+Blue) = 171+162+134=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA286 is #545D79. Grayscale: #A1A1A1. Windows color (decimal): -5528954 or 8823467. OLE color: 8823467.
HSL color Cylindrical-coordinate representation of color #ABA286: hue angle of 45.41º 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 #ABA286 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 134 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.33 |
| HSL | 45.41º | 0.18% | 0.6% | - |
| HSV(B) | 45.41º | 0.22% | 0.67% | - |
| XYZ | 34.02 | 36.22 | 27.75 | - |
| YUV | 161.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 134 | 0 | 0.05 | 0.22 | 0.33 | 45.41 | 0.18 | 0.6 |
| Hex | AB | A2 | 86 | 0 | 5 | 16 | 21 | 2D | 12 | 3C |
| Octal | 253 | 242 | 206 | 0 | 5 | 26 | 41 | 55 | 22 | 74 |
| Binary | 10101011 | 10100010 | 10000110 | 0 | 101 | 10110 | 100001 | 101101 | 10010 | 111100 |
Color Harmonies of #ABA286
Complementary color
Monochromatic Colors of #ABA286
Black with #ABA286
Text Example
Text Example
White with #ABA286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA286; }
p { color: rgb(171,162,134); }
H1.HeaderClassName
{
color: #ABA286;
}
.AnyTagClassName
{
color: #ABA286;
}
</style>
background-color css
<style>
a { background-color: #ABA286; }
a { background-color: rgb(171,162,134); }
div.DivClassName
{
background-color: #ABA286;
}
.BgClassName
{
background-color: #ABA286;
}
</style>
border-color css
<style>
span { border-color: #ABA286; }
span { border-color: rgb(171,162,134); }
td.TdClassName
{
border-color: #ABA286;
}
.TagClassName
{
border-color: #ABA286;
}
</style>