Shades of Tapestry #AB688D
Tints of Tapestry #AB688D
RGB
CMYK
RGB Variations
Color information
#AB688D (or 0xAB688D) is known color: Tapestry. HEX triplet: AB, 68 and 8D. RGB value is (171,104,141). Sum of RGB (Red+Green+Blue) = 171+104+141=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688D is #549772. Grayscale: #808080. Windows color (decimal): -5543795 or 9267371. OLE color: 9267371.
HSL color Cylindrical-coordinate representation of color #AB688D: hue angle of 326.87º degrees, saturation: 0.29, 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 #AB688D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 141 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 326.87º | 0.29% | 0.54% | - |
| HSV(B) | 326.87º | 0.39% | 0.67% | - |
| XYZ | 26.55 | 20.48 | 27.75 | - |
| YUV | 128.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 141 | 0 | 0.39 | 0.18 | 0.33 | 326.87 | 0.29 | 0.54 |
| Hex | AB | 68 | 8D | 0 | 27 | 12 | 21 | 147 | 1D | 36 |
| Octal | 253 | 150 | 215 | 0 | 47 | 22 | 41 | 507 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10001101 | 0 | 100111 | 10010 | 100001 | 101000111 | 11101 | 110110 |
Color Harmonies of #AB688D
Complementary color
Monochromatic Colors of #AB688D
Black with #AB688D
Text Example
Text Example
White with #AB688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB688D; }
p { color: rgb(171,104,141); }
H1.HeaderClassName
{
color: #AB688D;
}
.AnyTagClassName
{
color: #AB688D;
}
</style>
background-color css
<style>
a { background-color: #AB688D; }
a { background-color: rgb(171,104,141); }
div.DivClassName
{
background-color: #AB688D;
}
.BgClassName
{
background-color: #AB688D;
}
</style>
border-color css
<style>
span { border-color: #AB688D; }
span { border-color: rgb(171,104,141); }
td.TdClassName
{
border-color: #AB688D;
}
.TagClassName
{
border-color: #AB688D;
}
</style>