Shades of Tapestry #AB707F
Tints of Tapestry #AB707F
RGB
CMYK
RGB Variations
Color information
#AB707F (or 0xAB707F) is known color: Tapestry. HEX triplet: AB, 70 and 7F. RGB value is (171,112,127). Sum of RGB (Red+Green+Blue) = 171+112+127=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707F is #548F80. Grayscale: #838383. Windows color (decimal): -5541761 or 8351915. OLE color: 8351915.
HSL color Cylindrical-coordinate representation of color #AB707F: hue angle of 344.75º 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 #AB707F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 127 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.33 |
| HSL | 344.75º | 0.26% | 0.55% | - |
| HSV(B) | 344.75º | 0.35% | 0.67% | - |
| XYZ | 26.42 | 21.78 | 22.89 | - |
| YUV | 131.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 127 | 0 | 0.35 | 0.26 | 0.33 | 344.75 | 0.26 | 0.55 |
| Hex | AB | 70 | 7F | 0 | 23 | 1A | 21 | 159 | 1A | 37 |
| Octal | 253 | 160 | 177 | 0 | 43 | 32 | 41 | 531 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1111111 | 0 | 100011 | 11010 | 100001 | 101011001 | 11010 | 110111 |
Color Harmonies of #AB707F
Complementary color
Monochromatic Colors of #AB707F
Black with #AB707F
Text Example
Text Example
White with #AB707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB707F; }
p { color: rgb(171,112,127); }
H1.HeaderClassName
{
color: #AB707F;
}
.AnyTagClassName
{
color: #AB707F;
}
</style>
background-color css
<style>
a { background-color: #AB707F; }
a { background-color: rgb(171,112,127); }
div.DivClassName
{
background-color: #AB707F;
}
.BgClassName
{
background-color: #AB707F;
}
</style>
border-color css
<style>
span { border-color: #AB707F; }
span { border-color: rgb(171,112,127); }
td.TdClassName
{
border-color: #AB707F;
}
.TagClassName
{
border-color: #AB707F;
}
</style>