Shades of Tapestry #AB708A
Tints of Tapestry #AB708A
RGB
CMYK
RGB Variations
Color information
#AB708A (or 0xAB708A) is known color: Tapestry. HEX triplet: AB, 70 and 8A. RGB value is (171,112,138). Sum of RGB (Red+Green+Blue) = 171+112+138=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708A is #548F75. Grayscale: #848484. Windows color (decimal): -5541750 or 9072811. OLE color: 9072811.
HSL color Cylindrical-coordinate representation of color #AB708A: hue angle of 333.56º 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 #AB708A is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 138 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.33 |
| HSL | 333.56º | 0.26% | 0.55% | - |
| HSV(B) | 333.56º | 0.35% | 0.67% | - |
| XYZ | 27.18 | 22.08 | 26.87 | - |
| YUV | 132.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 138 | 0 | 0.35 | 0.19 | 0.33 | 333.56 | 0.26 | 0.55 |
| Hex | AB | 70 | 8A | 0 | 23 | 13 | 21 | 14E | 1A | 37 |
| Octal | 253 | 160 | 212 | 0 | 43 | 23 | 41 | 516 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10001010 | 0 | 100011 | 10011 | 100001 | 101001110 | 11010 | 110111 |
Color Harmonies of #AB708A
Complementary color
Monochromatic Colors of #AB708A
Black with #AB708A
Text Example
Text Example
White with #AB708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB708A; }
p { color: rgb(171,112,138); }
H1.HeaderClassName
{
color: #AB708A;
}
.AnyTagClassName
{
color: #AB708A;
}
</style>
background-color css
<style>
a { background-color: #AB708A; }
a { background-color: rgb(171,112,138); }
div.DivClassName
{
background-color: #AB708A;
}
.BgClassName
{
background-color: #AB708A;
}
</style>
border-color css
<style>
span { border-color: #AB708A; }
span { border-color: rgb(171,112,138); }
td.TdClassName
{
border-color: #AB708A;
}
.TagClassName
{
border-color: #AB708A;
}
</style>