Shades of Tapestry #AB647C
Tints of Tapestry #AB647C
RGB
CMYK
RGB Variations
Color information
#AB647C (or 0xAB647C) is known color: Tapestry. HEX triplet: AB, 64 and 7C. RGB value is (171,100,124). Sum of RGB (Red+Green+Blue) = 171+100+124=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB647C is #549B83. Grayscale: #7B7B7B. Windows color (decimal): -5544836 or 8152235. OLE color: 8152235.
HSL color Cylindrical-coordinate representation of color #AB647C: hue angle of 339.72º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB647C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 124 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.33 |
| HSL | 339.72º | 0.3% | 0.53% | - |
| HSV(B) | 339.72º | 0.42% | 0.67% | - |
| XYZ | 24.99 | 19.23 | 21.46 | - |
| YUV | 123.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 124 | 0 | 0.42 | 0.27 | 0.33 | 339.72 | 0.3 | 0.53 |
| Hex | AB | 64 | 7C | 0 | 2A | 1B | 21 | 154 | 1E | 35 |
| Octal | 253 | 144 | 174 | 0 | 52 | 33 | 41 | 524 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1111100 | 0 | 101010 | 11011 | 100001 | 101010100 | 11110 | 110101 |
Color Harmonies of #AB647C
Complementary color
Monochromatic Colors of #AB647C
Black with #AB647C
Text Example
Text Example
White with #AB647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB647C; }
p { color: rgb(171,100,124); }
H1.HeaderClassName
{
color: #AB647C;
}
.AnyTagClassName
{
color: #AB647C;
}
</style>
background-color css
<style>
a { background-color: #AB647C; }
a { background-color: rgb(171,100,124); }
div.DivClassName
{
background-color: #AB647C;
}
.BgClassName
{
background-color: #AB647C;
}
</style>
border-color css
<style>
span { border-color: #AB647C; }
span { border-color: rgb(171,100,124); }
td.TdClassName
{
border-color: #AB647C;
}
.TagClassName
{
border-color: #AB647C;
}
</style>