Shades of Tapestry #AB6986
Tints of Tapestry #AB6986
RGB
CMYK
RGB Variations
Color information
#AB6986 (or 0xAB6986) is known color: Tapestry. HEX triplet: AB, 69 and 86. RGB value is (171,105,134). Sum of RGB (Red+Green+Blue) = 171+105+134=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6986 is #549679. Grayscale: #7F7F7F. Windows color (decimal): -5543546 or 8808875. OLE color: 8808875.
HSL color Cylindrical-coordinate representation of color #AB6986: hue angle of 333.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6986 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 134 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.33 |
| HSL | 333.64º | 0.28% | 0.54% | - |
| HSV(B) | 333.64º | 0.39% | 0.67% | - |
| XYZ | 26.15 | 20.48 | 25.13 | - |
| YUV | 128.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 134 | 0 | 0.39 | 0.22 | 0.33 | 333.64 | 0.28 | 0.54 |
| Hex | AB | 69 | 86 | 0 | 27 | 16 | 21 | 14E | 1C | 36 |
| Octal | 253 | 151 | 206 | 0 | 47 | 26 | 41 | 516 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10000110 | 0 | 100111 | 10110 | 100001 | 101001110 | 11100 | 110110 |
Color Harmonies of #AB6986
Complementary color
Monochromatic Colors of #AB6986
Black with #AB6986
Text Example
Text Example
White with #AB6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6986; }
p { color: rgb(171,105,134); }
H1.HeaderClassName
{
color: #AB6986;
}
.AnyTagClassName
{
color: #AB6986;
}
</style>
background-color css
<style>
a { background-color: #AB6986; }
a { background-color: rgb(171,105,134); }
div.DivClassName
{
background-color: #AB6986;
}
.BgClassName
{
background-color: #AB6986;
}
</style>
border-color css
<style>
span { border-color: #AB6986; }
span { border-color: rgb(171,105,134); }
td.TdClassName
{
border-color: #AB6986;
}
.TagClassName
{
border-color: #AB6986;
}
</style>