Shades of Neutral Green #ABA685
Tints of Neutral Green #ABA685
RGB
CMYK
RGB Variations
Color information
#ABA685 (or 0xABA685) is known color: Neutral Green. HEX triplet: AB, A6 and 85. RGB value is (171,166,133). Sum of RGB (Red+Green+Blue) = 171+166+133=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA685 is #54597A. Grayscale: #A3A3A3. Windows color (decimal): -5527931 or 8758955. OLE color: 8758955.
HSL color Cylindrical-coordinate representation of color #ABA685: hue angle of 52.11º 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 #ABA685 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 133 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.33 |
| HSL | 52.11º | 0.18% | 0.6% | - |
| HSV(B) | 52.11º | 0.22% | 0.67% | - |
| XYZ | 34.66 | 37.62 | 27.63 | - |
| YUV | 163.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 133 | 0 | 0.03 | 0.22 | 0.33 | 52.11 | 0.18 | 0.6 |
| Hex | AB | A6 | 85 | 0 | 3 | 16 | 21 | 34 | 12 | 3C |
| Octal | 253 | 246 | 205 | 0 | 3 | 26 | 41 | 64 | 22 | 74 |
| Binary | 10101011 | 10100110 | 10000101 | 0 | 11 | 10110 | 100001 | 110100 | 10010 | 111100 |
Color Harmonies of #ABA685
Complementary color
Monochromatic Colors of #ABA685
Black with #ABA685
Text Example
Text Example
White with #ABA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA685; }
p { color: rgb(171,166,133); }
H1.HeaderClassName
{
color: #ABA685;
}
.AnyTagClassName
{
color: #ABA685;
}
</style>
background-color css
<style>
a { background-color: #ABA685; }
a { background-color: rgb(171,166,133); }
div.DivClassName
{
background-color: #ABA685;
}
.BgClassName
{
background-color: #ABA685;
}
</style>
border-color css
<style>
span { border-color: #ABA685; }
span { border-color: rgb(171,166,133); }
td.TdClassName
{
border-color: #ABA685;
}
.TagClassName
{
border-color: #ABA685;
}
</style>