Shades of Tapestry #AB768D
Tints of Tapestry #AB768D
RGB
CMYK
RGB Variations
Color information
#AB768D (or 0xAB768D) is known color: Tapestry. HEX triplet: AB, 76 and 8D. RGB value is (171,118,141). Sum of RGB (Red+Green+Blue) = 171+118+141=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768D is #548972. Grayscale: #888888. Windows color (decimal): -5540211 or 9270955. OLE color: 9270955.
HSL color Cylindrical-coordinate representation of color #AB768D: hue angle of 333.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB768D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 141 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.33 |
| HSL | 333.96º | 0.24% | 0.57% | - |
| HSV(B) | 333.96º | 0.31% | 0.67% | - |
| XYZ | 28.08 | 23.54 | 28.26 | - |
| YUV | 136.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 141 | 0 | 0.31 | 0.18 | 0.33 | 333.96 | 0.24 | 0.57 |
| Hex | AB | 76 | 8D | 0 | 1F | 12 | 21 | 14E | 18 | 39 |
| Octal | 253 | 166 | 215 | 0 | 37 | 22 | 41 | 516 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10001101 | 0 | 11111 | 10010 | 100001 | 101001110 | 11000 | 111001 |
Color Harmonies of #AB768D
Complementary color
Monochromatic Colors of #AB768D
Black with #AB768D
Text Example
Text Example
White with #AB768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB768D; }
p { color: rgb(171,118,141); }
H1.HeaderClassName
{
color: #AB768D;
}
.AnyTagClassName
{
color: #AB768D;
}
</style>
background-color css
<style>
a { background-color: #AB768D; }
a { background-color: rgb(171,118,141); }
div.DivClassName
{
background-color: #AB768D;
}
.BgClassName
{
background-color: #AB768D;
}
</style>
border-color css
<style>
span { border-color: #AB768D; }
span { border-color: rgb(171,118,141); }
td.TdClassName
{
border-color: #AB768D;
}
.TagClassName
{
border-color: #AB768D;
}
</style>