Shades of Tapestry #AB6C88
Tints of Tapestry #AB6C88
RGB
CMYK
RGB Variations
Color information
#AB6C88 (or 0xAB6C88) is known color: Tapestry. HEX triplet: AB, 6C and 88. RGB value is (171,108,136). Sum of RGB (Red+Green+Blue) = 171+108+136=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C88 is #549377. Grayscale: #818181. Windows color (decimal): -5542776 or 8940715. OLE color: 8940715.
HSL color Cylindrical-coordinate representation of color #AB6C88: hue angle of 333.33º 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 #AB6C88 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 136 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.33 |
| HSL | 333.33º | 0.27% | 0.55% | - |
| HSV(B) | 333.33º | 0.37% | 0.67% | - |
| XYZ | 26.6 | 21.16 | 25.97 | - |
| YUV | 130.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 136 | 0 | 0.37 | 0.20 | 0.33 | 333.33 | 0.27 | 0.55 |
| Hex | AB | 6C | 88 | 0 | 25 | 14 | 21 | 14D | 1B | 37 |
| Octal | 253 | 154 | 210 | 0 | 45 | 24 | 41 | 515 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10001000 | 0 | 100101 | 10100 | 100001 | 101001101 | 11011 | 110111 |
Color Harmonies of #AB6C88
Complementary color
Monochromatic Colors of #AB6C88
Black with #AB6C88
Text Example
Text Example
White with #AB6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C88; }
p { color: rgb(171,108,136); }
H1.HeaderClassName
{
color: #AB6C88;
}
.AnyTagClassName
{
color: #AB6C88;
}
</style>
background-color css
<style>
a { background-color: #AB6C88; }
a { background-color: rgb(171,108,136); }
div.DivClassName
{
background-color: #AB6C88;
}
.BgClassName
{
background-color: #AB6C88;
}
</style>
border-color css
<style>
span { border-color: #AB6C88; }
span { border-color: rgb(171,108,136); }
td.TdClassName
{
border-color: #AB6C88;
}
.TagClassName
{
border-color: #AB6C88;
}
</style>