Shades of Tapestry #AB6C86
Tints of Tapestry #AB6C86
RGB
CMYK
RGB Variations
Color information
#AB6C86 (or 0xAB6C86) is known color: Tapestry. HEX triplet: AB, 6C and 86. RGB value is (171,108,134). Sum of RGB (Red+Green+Blue) = 171+108+134=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C86 is #549379. Grayscale: #818181. Windows color (decimal): -5542778 or 8809643. OLE color: 8809643.
HSL color Cylindrical-coordinate representation of color #AB6C86: hue angle of 335.24º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6C86 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 134 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.33 |
| HSL | 335.24º | 0.27% | 0.55% | - |
| HSV(B) | 335.24º | 0.37% | 0.67% | - |
| XYZ | 26.46 | 21.1 | 25.23 | - |
| YUV | 129.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 134 | 0 | 0.37 | 0.22 | 0.33 | 335.24 | 0.27 | 0.55 |
| Hex | AB | 6C | 86 | 0 | 25 | 16 | 21 | 14F | 1B | 37 |
| Octal | 253 | 154 | 206 | 0 | 45 | 26 | 41 | 517 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10000110 | 0 | 100101 | 10110 | 100001 | 101001111 | 11011 | 110111 |
Color Harmonies of #AB6C86
Complementary color
Monochromatic Colors of #AB6C86
Black with #AB6C86
Text Example
Text Example
White with #AB6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C86; }
p { color: rgb(171,108,134); }
H1.HeaderClassName
{
color: #AB6C86;
}
.AnyTagClassName
{
color: #AB6C86;
}
</style>
background-color css
<style>
a { background-color: #AB6C86; }
a { background-color: rgb(171,108,134); }
div.DivClassName
{
background-color: #AB6C86;
}
.BgClassName
{
background-color: #AB6C86;
}
</style>
border-color css
<style>
span { border-color: #AB6C86; }
span { border-color: rgb(171,108,134); }
td.TdClassName
{
border-color: #AB6C86;
}
.TagClassName
{
border-color: #AB6C86;
}
</style>