Shades of Tapestry #AB6C7C
Tints of Tapestry #AB6C7C
RGB
CMYK
RGB Variations
Color information
#AB6C7C (or 0xAB6C7C) is known color: Tapestry. HEX triplet: AB, 6C and 7C. RGB value is (171,108,124). Sum of RGB (Red+Green+Blue) = 171+108+124=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C7C is #549383. Grayscale: #808080. Windows color (decimal): -5542788 or 8154283. OLE color: 8154283.
HSL color Cylindrical-coordinate representation of color #AB6C7C: hue angle of 344.76º 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 #AB6C7C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 124 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.33 |
| HSL | 344.76º | 0.27% | 0.55% | - |
| HSV(B) | 344.76º | 0.37% | 0.67% | - |
| XYZ | 25.8 | 20.84 | 21.73 | - |
| YUV | 128.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 124 | 0 | 0.37 | 0.27 | 0.33 | 344.76 | 0.27 | 0.55 |
| Hex | AB | 6C | 7C | 0 | 25 | 1B | 21 | 159 | 1B | 37 |
| Octal | 253 | 154 | 174 | 0 | 45 | 33 | 41 | 531 | 33 | 67 |
| Binary | 10101011 | 1101100 | 1111100 | 0 | 100101 | 11011 | 100001 | 101011001 | 11011 | 110111 |
Color Harmonies of #AB6C7C
Complementary color
Monochromatic Colors of #AB6C7C
Black with #AB6C7C
Text Example
Text Example
White with #AB6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C7C; }
p { color: rgb(171,108,124); }
H1.HeaderClassName
{
color: #AB6C7C;
}
.AnyTagClassName
{
color: #AB6C7C;
}
</style>
background-color css
<style>
a { background-color: #AB6C7C; }
a { background-color: rgb(171,108,124); }
div.DivClassName
{
background-color: #AB6C7C;
}
.BgClassName
{
background-color: #AB6C7C;
}
</style>
border-color css
<style>
span { border-color: #AB6C7C; }
span { border-color: rgb(171,108,124); }
td.TdClassName
{
border-color: #AB6C7C;
}
.TagClassName
{
border-color: #AB6C7C;
}
</style>