Shades of Tapestry #AB708B
Tints of Tapestry #AB708B
RGB
CMYK
RGB Variations
Color information
#AB708B (or 0xAB708B) is known color: Tapestry. HEX triplet: AB, 70 and 8B. RGB value is (171,112,139). Sum of RGB (Red+Green+Blue) = 171+112+139=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708B is #548F74. Grayscale: #848484. Windows color (decimal): -5541749 or 9138347. OLE color: 9138347.
HSL color Cylindrical-coordinate representation of color #AB708B: hue angle of 332.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB708B is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 139 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.33 |
| HSL | 332.54º | 0.26% | 0.55% | - |
| HSV(B) | 332.54º | 0.35% | 0.67% | - |
| XYZ | 27.25 | 22.11 | 27.26 | - |
| YUV | 132.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 139 | 0 | 0.35 | 0.19 | 0.33 | 332.54 | 0.26 | 0.55 |
| Hex | AB | 70 | 8B | 0 | 23 | 13 | 21 | 14D | 1A | 37 |
| Octal | 253 | 160 | 213 | 0 | 43 | 23 | 41 | 515 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10001011 | 0 | 100011 | 10011 | 100001 | 101001101 | 11010 | 110111 |
Color Harmonies of #AB708B
Complementary color
Monochromatic Colors of #AB708B
Black with #AB708B
Text Example
Text Example
White with #AB708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB708B; }
p { color: rgb(171,112,139); }
H1.HeaderClassName
{
color: #AB708B;
}
.AnyTagClassName
{
color: #AB708B;
}
</style>
background-color css
<style>
a { background-color: #AB708B; }
a { background-color: rgb(171,112,139); }
div.DivClassName
{
background-color: #AB708B;
}
.BgClassName
{
background-color: #AB708B;
}
</style>
border-color css
<style>
span { border-color: #AB708B; }
span { border-color: rgb(171,112,139); }
td.TdClassName
{
border-color: #AB708B;
}
.TagClassName
{
border-color: #AB708B;
}
</style>