Shades of Neutral Green #ABA681
Tints of Neutral Green #ABA681
RGB
CMYK
RGB Variations
Color information
#ABA681 (or 0xABA681) is known color: Neutral Green. HEX triplet: AB, A6 and 81. RGB value is (171,166,129). Sum of RGB (Red+Green+Blue) = 171+166+129=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA681 is #54597E. Grayscale: #A3A3A3. Windows color (decimal): -5527935 or 8496811. OLE color: 8496811.
HSL color Cylindrical-coordinate representation of color #ABA681: hue angle of 52.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA681 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 129 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.33 |
| HSL | 52.86º | 0.2% | 0.59% | - |
| HSV(B) | 52.86º | 0.25% | 0.67% | - |
| XYZ | 34.39 | 37.52 | 26.2 | - |
| YUV | 163.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 129 | 0 | 0.03 | 0.25 | 0.33 | 52.86 | 0.2 | 0.59 |
| Hex | AB | A6 | 81 | 0 | 3 | 19 | 21 | 35 | 14 | 3B |
| Octal | 253 | 246 | 201 | 0 | 3 | 31 | 41 | 65 | 24 | 73 |
| Binary | 10101011 | 10100110 | 10000001 | 0 | 11 | 11001 | 100001 | 110101 | 10100 | 111011 |
Color Harmonies of #ABA681
Complementary color
Monochromatic Colors of #ABA681
Black with #ABA681
Text Example
Text Example
White with #ABA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA681; }
p { color: rgb(171,166,129); }
H1.HeaderClassName
{
color: #ABA681;
}
.AnyTagClassName
{
color: #ABA681;
}
</style>
background-color css
<style>
a { background-color: #ABA681; }
a { background-color: rgb(171,166,129); }
div.DivClassName
{
background-color: #ABA681;
}
.BgClassName
{
background-color: #ABA681;
}
</style>
border-color css
<style>
span { border-color: #ABA681; }
span { border-color: rgb(171,166,129); }
td.TdClassName
{
border-color: #ABA681;
}
.TagClassName
{
border-color: #ABA681;
}
</style>