Shades of Tapestry #AB6786
Tints of Tapestry #AB6786
RGB
CMYK
RGB Variations
Color information
#AB6786 (or 0xAB6786) is known color: Tapestry. HEX triplet: AB, 67 and 86. RGB value is (171,103,134). Sum of RGB (Red+Green+Blue) = 171+103+134=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6786 is #549879. Grayscale: #7E7E7E. Windows color (decimal): -5544058 or 8808363. OLE color: 8808363.
HSL color Cylindrical-coordinate representation of color #AB6786: hue angle of 332.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6786 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 134 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.33 |
| HSL | 332.65º | 0.29% | 0.54% | - |
| HSV(B) | 332.65º | 0.4% | 0.67% | - |
| XYZ | 25.95 | 20.08 | 25.06 | - |
| YUV | 126.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 134 | 0 | 0.40 | 0.22 | 0.33 | 332.65 | 0.29 | 0.54 |
| Hex | AB | 67 | 86 | 0 | 28 | 16 | 21 | 14D | 1D | 36 |
| Octal | 253 | 147 | 206 | 0 | 50 | 26 | 41 | 515 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10000110 | 0 | 101000 | 10110 | 100001 | 101001101 | 11101 | 110110 |
Color Harmonies of #AB6786
Complementary color
Monochromatic Colors of #AB6786
Black with #AB6786
Text Example
Text Example
White with #AB6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6786; }
p { color: rgb(171,103,134); }
H1.HeaderClassName
{
color: #AB6786;
}
.AnyTagClassName
{
color: #AB6786;
}
</style>
background-color css
<style>
a { background-color: #AB6786; }
a { background-color: rgb(171,103,134); }
div.DivClassName
{
background-color: #AB6786;
}
.BgClassName
{
background-color: #AB6786;
}
</style>
border-color css
<style>
span { border-color: #AB6786; }
span { border-color: rgb(171,103,134); }
td.TdClassName
{
border-color: #AB6786;
}
.TagClassName
{
border-color: #AB6786;
}
</style>