Shades of Tapestry #AB798F
Tints of Tapestry #AB798F
RGB
CMYK
RGB Variations
Color information
#AB798F (or 0xAB798F) is known color: Tapestry. HEX triplet: AB, 79 and 8F. RGB value is (171,121,143). Sum of RGB (Red+Green+Blue) = 171+121+143=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB798F is #548670. Grayscale: #8A8A8A. Windows color (decimal): -5539441 or 9402795. OLE color: 9402795.
HSL color Cylindrical-coordinate representation of color #AB798F: hue angle of 333.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB798F is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 143 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.33 |
| HSL | 333.6º | 0.23% | 0.57% | - |
| HSV(B) | 333.6º | 0.29% | 0.67% | - |
| XYZ | 28.59 | 24.32 | 29.17 | - |
| YUV | 138.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 143 | 0 | 0.29 | 0.16 | 0.33 | 333.6 | 0.23 | 0.57 |
| Hex | AB | 79 | 8F | 0 | 1D | 10 | 21 | 14E | 17 | 39 |
| Octal | 253 | 171 | 217 | 0 | 35 | 20 | 41 | 516 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10001111 | 0 | 11101 | 10000 | 100001 | 101001110 | 10111 | 111001 |
Color Harmonies of #AB798F
Complementary color
Monochromatic Colors of #AB798F
Black with #AB798F
Text Example
Text Example
White with #AB798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB798F; }
p { color: rgb(171,121,143); }
H1.HeaderClassName
{
color: #AB798F;
}
.AnyTagClassName
{
color: #AB798F;
}
</style>
background-color css
<style>
a { background-color: #AB798F; }
a { background-color: rgb(171,121,143); }
div.DivClassName
{
background-color: #AB798F;
}
.BgClassName
{
background-color: #AB798F;
}
</style>
border-color css
<style>
span { border-color: #AB798F; }
span { border-color: rgb(171,121,143); }
td.TdClassName
{
border-color: #AB798F;
}
.TagClassName
{
border-color: #AB798F;
}
</style>