Shades of Tapestry #AB868B
Tints of Tapestry #AB868B
RGB
CMYK
RGB Variations
Color information
#AB868B (or 0xAB868B) is known color: Tapestry. HEX triplet: AB, 86 and 8B. RGB value is (171,134,139). Sum of RGB (Red+Green+Blue) = 171+134+139=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB868B is #547974. Grayscale: #919191. Windows color (decimal): -5536117 or 9143979. OLE color: 9143979.
HSL color Cylindrical-coordinate representation of color #AB868B: hue angle of 351.89º 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 #AB868B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 139 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.33 |
| HSL | 351.89º | 0.18% | 0.6% | - |
| HSV(B) | 351.89º | 0.22% | 0.67% | - |
| XYZ | 29.98 | 27.57 | 28.17 | - |
| YUV | 145.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 139 | 0 | 0.22 | 0.19 | 0.33 | 351.89 | 0.18 | 0.6 |
| Hex | AB | 86 | 8B | 0 | 16 | 13 | 21 | 160 | 12 | 3C |
| Octal | 253 | 206 | 213 | 0 | 26 | 23 | 41 | 540 | 22 | 74 |
| Binary | 10101011 | 10000110 | 10001011 | 0 | 10110 | 10011 | 100001 | 101100000 | 10010 | 111100 |
Color Harmonies of #AB868B
Complementary color
Monochromatic Colors of #AB868B
Black with #AB868B
Text Example
Text Example
White with #AB868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB868B; }
p { color: rgb(171,134,139); }
H1.HeaderClassName
{
color: #AB868B;
}
.AnyTagClassName
{
color: #AB868B;
}
</style>
background-color css
<style>
a { background-color: #AB868B; }
a { background-color: rgb(171,134,139); }
div.DivClassName
{
background-color: #AB868B;
}
.BgClassName
{
background-color: #AB868B;
}
</style>
border-color css
<style>
span { border-color: #AB868B; }
span { border-color: rgb(171,134,139); }
td.TdClassName
{
border-color: #AB868B;
}
.TagClassName
{
border-color: #AB868B;
}
</style>