Shades of Neutral Green #ABA885
Tints of Neutral Green #ABA885
RGB
CMYK
RGB Variations
Color information
#ABA885 (or 0xABA885) is known color: Neutral Green. HEX triplet: AB, A8 and 85. RGB value is (171,168,133). Sum of RGB (Red+Green+Blue) = 171+168+133=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA885 is #54577A. Grayscale: #A5A5A5. Windows color (decimal): -5527419 or 8759467. OLE color: 8759467.
HSL color Cylindrical-coordinate representation of color #ABA885: hue angle of 55.26º 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 #ABA885 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 133 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.33 |
| HSL | 55.26º | 0.18% | 0.6% | - |
| HSV(B) | 55.26º | 0.22% | 0.67% | - |
| XYZ | 35.03 | 38.36 | 27.75 | - |
| YUV | 164.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 133 | 0 | 0.02 | 0.22 | 0.33 | 55.26 | 0.18 | 0.6 |
| Hex | AB | A8 | 85 | 0 | 2 | 16 | 21 | 37 | 12 | 3C |
| Octal | 253 | 250 | 205 | 0 | 2 | 26 | 41 | 67 | 22 | 74 |
| Binary | 10101011 | 10101000 | 10000101 | 0 | 10 | 10110 | 100001 | 110111 | 10010 | 111100 |
Color Harmonies of #ABA885
Complementary color
Monochromatic Colors of #ABA885
Black with #ABA885
Text Example
Text Example
White with #ABA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA885; }
p { color: rgb(171,168,133); }
H1.HeaderClassName
{
color: #ABA885;
}
.AnyTagClassName
{
color: #ABA885;
}
</style>
background-color css
<style>
a { background-color: #ABA885; }
a { background-color: rgb(171,168,133); }
div.DivClassName
{
background-color: #ABA885;
}
.BgClassName
{
background-color: #ABA885;
}
</style>
border-color css
<style>
span { border-color: #ABA885; }
span { border-color: rgb(171,168,133); }
td.TdClassName
{
border-color: #ABA885;
}
.TagClassName
{
border-color: #ABA885;
}
</style>