Shades of Tapestry #AB687C
Tints of Tapestry #AB687C
RGB
CMYK
RGB Variations
Color information
#AB687C (or 0xAB687C) is known color: Tapestry. HEX triplet: AB, 68 and 7C. RGB value is (171,104,124). Sum of RGB (Red+Green+Blue) = 171+104+124=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687C is #549783. Grayscale: #7E7E7E. Windows color (decimal): -5543812 or 8153259. OLE color: 8153259.
HSL color Cylindrical-coordinate representation of color #AB687C: hue angle of 342.09º 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 #AB687C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 124 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.33 |
| HSL | 342.09º | 0.29% | 0.54% | - |
| HSV(B) | 342.09º | 0.39% | 0.67% | - |
| XYZ | 25.38 | 20.01 | 21.59 | - |
| YUV | 126.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 124 | 0 | 0.39 | 0.27 | 0.33 | 342.09 | 0.29 | 0.54 |
| Hex | AB | 68 | 7C | 0 | 27 | 1B | 21 | 156 | 1D | 36 |
| Octal | 253 | 150 | 174 | 0 | 47 | 33 | 41 | 526 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1111100 | 0 | 100111 | 11011 | 100001 | 101010110 | 11101 | 110110 |
Color Harmonies of #AB687C
Complementary color
Monochromatic Colors of #AB687C
Black with #AB687C
Text Example
Text Example
White with #AB687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB687C; }
p { color: rgb(171,104,124); }
H1.HeaderClassName
{
color: #AB687C;
}
.AnyTagClassName
{
color: #AB687C;
}
</style>
background-color css
<style>
a { background-color: #AB687C; }
a { background-color: rgb(171,104,124); }
div.DivClassName
{
background-color: #AB687C;
}
.BgClassName
{
background-color: #AB687C;
}
</style>
border-color css
<style>
span { border-color: #AB687C; }
span { border-color: rgb(171,104,124); }
td.TdClassName
{
border-color: #AB687C;
}
.TagClassName
{
border-color: #AB687C;
}
</style>