Shades of Tapestry #AB6A8C
Tints of Tapestry #AB6A8C
RGB
CMYK
RGB Variations
Color information
#AB6A8C (or 0xAB6A8C) is known color: Tapestry. HEX triplet: AB, 6A and 8C. RGB value is (171,106,140). Sum of RGB (Red+Green+Blue) = 171+106+140=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A8C is #549573. Grayscale: #818181. Windows color (decimal): -5543284 or 9202347. OLE color: 9202347.
HSL color Cylindrical-coordinate representation of color #AB6A8C: hue angle of 328.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6A8C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 140 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.33 |
| HSL | 328.62º | 0.28% | 0.54% | - |
| HSV(B) | 328.62º | 0.38% | 0.67% | - |
| XYZ | 26.68 | 20.86 | 27.43 | - |
| YUV | 129.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 140 | 0 | 0.38 | 0.18 | 0.33 | 328.62 | 0.28 | 0.54 |
| Hex | AB | 6A | 8C | 0 | 26 | 12 | 21 | 149 | 1C | 36 |
| Octal | 253 | 152 | 214 | 0 | 46 | 22 | 41 | 511 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10001100 | 0 | 100110 | 10010 | 100001 | 101001001 | 11100 | 110110 |
Color Harmonies of #AB6A8C
Complementary color
Monochromatic Colors of #AB6A8C
Black with #AB6A8C
Text Example
Text Example
White with #AB6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A8C; }
p { color: rgb(171,106,140); }
H1.HeaderClassName
{
color: #AB6A8C;
}
.AnyTagClassName
{
color: #AB6A8C;
}
</style>
background-color css
<style>
a { background-color: #AB6A8C; }
a { background-color: rgb(171,106,140); }
div.DivClassName
{
background-color: #AB6A8C;
}
.BgClassName
{
background-color: #AB6A8C;
}
</style>
border-color css
<style>
span { border-color: #AB6A8C; }
span { border-color: rgb(171,106,140); }
td.TdClassName
{
border-color: #AB6A8C;
}
.TagClassName
{
border-color: #AB6A8C;
}
</style>