Shades of Tapestry #AB757F
Tints of Tapestry #AB757F
RGB
CMYK
RGB Variations
Color information
#AB757F (or 0xAB757F) is known color: Tapestry. HEX triplet: AB, 75 and 7F. RGB value is (171,117,127). Sum of RGB (Red+Green+Blue) = 171+117+127=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757F is #548A80. Grayscale: #868686. Windows color (decimal): -5540481 or 8353195. OLE color: 8353195.
HSL color Cylindrical-coordinate representation of color #AB757F: hue angle of 348.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB757F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 127 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.33 |
| HSL | 348.89º | 0.24% | 0.56% | - |
| HSV(B) | 348.89º | 0.32% | 0.67% | - |
| XYZ | 26.99 | 22.91 | 23.08 | - |
| YUV | 134.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 127 | 0 | 0.32 | 0.26 | 0.33 | 348.89 | 0.24 | 0.56 |
| Hex | AB | 75 | 7F | 0 | 20 | 1A | 21 | 15D | 18 | 38 |
| Octal | 253 | 165 | 177 | 0 | 40 | 32 | 41 | 535 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1111111 | 0 | 100000 | 11010 | 100001 | 101011101 | 11000 | 111000 |
Color Harmonies of #AB757F
Complementary color
Monochromatic Colors of #AB757F
Black with #AB757F
Text Example
Text Example
White with #AB757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB757F; }
p { color: rgb(171,117,127); }
H1.HeaderClassName
{
color: #AB757F;
}
.AnyTagClassName
{
color: #AB757F;
}
</style>
background-color css
<style>
a { background-color: #AB757F; }
a { background-color: rgb(171,117,127); }
div.DivClassName
{
background-color: #AB757F;
}
.BgClassName
{
background-color: #AB757F;
}
</style>
border-color css
<style>
span { border-color: #AB757F; }
span { border-color: rgb(171,117,127); }
td.TdClassName
{
border-color: #AB757F;
}
.TagClassName
{
border-color: #AB757F;
}
</style>