Shades of Tapestry #AB868F
Tints of Tapestry #AB868F
RGB
CMYK
RGB Variations
Color information
#AB868F (or 0xAB868F) is known color: Tapestry. HEX triplet: AB, 86 and 8F. RGB value is (171,134,143). Sum of RGB (Red+Green+Blue) = 171+134+143=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB868F is #547970. Grayscale: #929292. Windows color (decimal): -5536113 or 9406123. OLE color: 9406123.
HSL color Cylindrical-coordinate representation of color #AB868F: hue angle of 345.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 #AB868F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 143 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.33 |
| HSL | 345.41º | 0.18% | 0.6% | - |
| HSV(B) | 345.41º | 0.22% | 0.67% | - |
| XYZ | 30.28 | 27.69 | 29.74 | - |
| YUV | 146.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 143 | 0 | 0.22 | 0.16 | 0.33 | 345.41 | 0.18 | 0.6 |
| Hex | AB | 86 | 8F | 0 | 16 | 10 | 21 | 159 | 12 | 3C |
| Octal | 253 | 206 | 217 | 0 | 26 | 20 | 41 | 531 | 22 | 74 |
| Binary | 10101011 | 10000110 | 10001111 | 0 | 10110 | 10000 | 100001 | 101011001 | 10010 | 111100 |
Color Harmonies of #AB868F
Complementary color
Monochromatic Colors of #AB868F
Black with #AB868F
Text Example
Text Example
White with #AB868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB868F; }
p { color: rgb(171,134,143); }
H1.HeaderClassName
{
color: #AB868F;
}
.AnyTagClassName
{
color: #AB868F;
}
</style>
background-color css
<style>
a { background-color: #AB868F; }
a { background-color: rgb(171,134,143); }
div.DivClassName
{
background-color: #AB868F;
}
.BgClassName
{
background-color: #AB868F;
}
</style>
border-color css
<style>
span { border-color: #AB868F; }
span { border-color: rgb(171,134,143); }
td.TdClassName
{
border-color: #AB868F;
}
.TagClassName
{
border-color: #AB868F;
}
</style>