Shades of Tapestry #AB6C7E
Tints of Tapestry #AB6C7E
RGB
CMYK
RGB Variations
Color information
#AB6C7E (or 0xAB6C7E) is known color: Tapestry. HEX triplet: AB, 6C and 7E. RGB value is (171,108,126). Sum of RGB (Red+Green+Blue) = 171+108+126=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C7E is #549381. Grayscale: #808080. Windows color (decimal): -5542786 or 8285355. OLE color: 8285355.
HSL color Cylindrical-coordinate representation of color #AB6C7E: hue angle of 342.86º 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 #AB6C7E is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 126 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.33 |
| HSL | 342.86º | 0.27% | 0.55% | - |
| HSV(B) | 342.86º | 0.37% | 0.67% | - |
| XYZ | 25.92 | 20.89 | 22.4 | - |
| YUV | 128.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 126 | 0 | 0.37 | 0.26 | 0.33 | 342.86 | 0.27 | 0.55 |
| Hex | AB | 6C | 7E | 0 | 25 | 1A | 21 | 157 | 1B | 37 |
| Octal | 253 | 154 | 176 | 0 | 45 | 32 | 41 | 527 | 33 | 67 |
| Binary | 10101011 | 1101100 | 1111110 | 0 | 100101 | 11010 | 100001 | 101010111 | 11011 | 110111 |
Color Harmonies of #AB6C7E
Complementary color
Monochromatic Colors of #AB6C7E
Black with #AB6C7E
Text Example
Text Example
White with #AB6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C7E; }
p { color: rgb(171,108,126); }
H1.HeaderClassName
{
color: #AB6C7E;
}
.AnyTagClassName
{
color: #AB6C7E;
}
</style>
background-color css
<style>
a { background-color: #AB6C7E; }
a { background-color: rgb(171,108,126); }
div.DivClassName
{
background-color: #AB6C7E;
}
.BgClassName
{
background-color: #AB6C7E;
}
</style>
border-color css
<style>
span { border-color: #AB6C7E; }
span { border-color: rgb(171,108,126); }
td.TdClassName
{
border-color: #AB6C7E;
}
.TagClassName
{
border-color: #AB6C7E;
}
</style>