Shades of Tapestry #AB688C
Tints of Tapestry #AB688C
RGB
CMYK
RGB Variations
Color information
#AB688C (or 0xAB688C) is known color: Tapestry. HEX triplet: AB, 68 and 8C. RGB value is (171,104,140). Sum of RGB (Red+Green+Blue) = 171+104+140=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688C is #549773. Grayscale: #808080. Windows color (decimal): -5543796 or 9201835. OLE color: 9201835.
HSL color Cylindrical-coordinate representation of color #AB688C: hue angle of 327.76º 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 #AB688C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 140 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 327.76º | 0.29% | 0.54% | - |
| HSV(B) | 327.76º | 0.39% | 0.67% | - |
| XYZ | 26.48 | 20.45 | 27.36 | - |
| YUV | 128.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 140 | 0 | 0.39 | 0.18 | 0.33 | 327.76 | 0.29 | 0.54 |
| Hex | AB | 68 | 8C | 0 | 27 | 12 | 21 | 148 | 1D | 36 |
| Octal | 253 | 150 | 214 | 0 | 47 | 22 | 41 | 510 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10001100 | 0 | 100111 | 10010 | 100001 | 101001000 | 11101 | 110110 |
Color Harmonies of #AB688C
Complementary color
Monochromatic Colors of #AB688C
Black with #AB688C
Text Example
Text Example
White with #AB688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB688C; }
p { color: rgb(171,104,140); }
H1.HeaderClassName
{
color: #AB688C;
}
.AnyTagClassName
{
color: #AB688C;
}
</style>
background-color css
<style>
a { background-color: #AB688C; }
a { background-color: rgb(171,104,140); }
div.DivClassName
{
background-color: #AB688C;
}
.BgClassName
{
background-color: #AB688C;
}
</style>
border-color css
<style>
span { border-color: #AB688C; }
span { border-color: rgb(171,104,140); }
td.TdClassName
{
border-color: #AB688C;
}
.TagClassName
{
border-color: #AB688C;
}
</style>