Shades of Tapestry #AB678C
Tints of Tapestry #AB678C
RGB
CMYK
RGB Variations
Color information
#AB678C (or 0xAB678C) is known color: Tapestry. HEX triplet: AB, 67 and 8C. RGB value is (171,103,140). Sum of RGB (Red+Green+Blue) = 171+103+140=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678C is #549873. Grayscale: #7F7F7F. Windows color (decimal): -5544052 or 9201579. OLE color: 9201579.
HSL color Cylindrical-coordinate representation of color #AB678C: hue angle of 327.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB678C is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 140 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.33 |
| HSL | 327.35º | 0.29% | 0.54% | - |
| HSV(B) | 327.35º | 0.4% | 0.67% | - |
| XYZ | 26.38 | 20.25 | 27.33 | - |
| YUV | 127.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 140 | 0 | 0.40 | 0.18 | 0.33 | 327.35 | 0.29 | 0.54 |
| Hex | AB | 67 | 8C | 0 | 28 | 12 | 21 | 147 | 1D | 36 |
| Octal | 253 | 147 | 214 | 0 | 50 | 22 | 41 | 507 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10001100 | 0 | 101000 | 10010 | 100001 | 101000111 | 11101 | 110110 |
Color Harmonies of #AB678C
Complementary color
Monochromatic Colors of #AB678C
Black with #AB678C
Text Example
Text Example
White with #AB678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB678C; }
p { color: rgb(171,103,140); }
H1.HeaderClassName
{
color: #AB678C;
}
.AnyTagClassName
{
color: #AB678C;
}
</style>
background-color css
<style>
a { background-color: #AB678C; }
a { background-color: rgb(171,103,140); }
div.DivClassName
{
background-color: #AB678C;
}
.BgClassName
{
background-color: #AB678C;
}
</style>
border-color css
<style>
span { border-color: #AB678C; }
span { border-color: rgb(171,103,140); }
td.TdClassName
{
border-color: #AB678C;
}
.TagClassName
{
border-color: #AB678C;
}
</style>