Shades of Tapestry #AB768E
Tints of Tapestry #AB768E
RGB
CMYK
RGB Variations
Color information
#AB768E (or 0xAB768E) is known color: Tapestry. HEX triplet: AB, 76 and 8E. RGB value is (171,118,142). Sum of RGB (Red+Green+Blue) = 171+118+142=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768E is #548971. Grayscale: #888888. Windows color (decimal): -5540210 or 9336491. OLE color: 9336491.
HSL color Cylindrical-coordinate representation of color #AB768E: hue angle of 332.83º 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 #AB768E is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 142 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.33 |
| HSL | 332.83º | 0.24% | 0.57% | - |
| HSV(B) | 332.83º | 0.31% | 0.67% | - |
| XYZ | 28.16 | 23.57 | 28.66 | - |
| YUV | 136.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 142 | 0 | 0.31 | 0.17 | 0.33 | 332.83 | 0.24 | 0.57 |
| Hex | AB | 76 | 8E | 0 | 1F | 11 | 21 | 14D | 18 | 39 |
| Octal | 253 | 166 | 216 | 0 | 37 | 21 | 41 | 515 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10001110 | 0 | 11111 | 10001 | 100001 | 101001101 | 11000 | 111001 |
Color Harmonies of #AB768E
Complementary color
Monochromatic Colors of #AB768E
Black with #AB768E
Text Example
Text Example
White with #AB768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB768E; }
p { color: rgb(171,118,142); }
H1.HeaderClassName
{
color: #AB768E;
}
.AnyTagClassName
{
color: #AB768E;
}
</style>
background-color css
<style>
a { background-color: #AB768E; }
a { background-color: rgb(171,118,142); }
div.DivClassName
{
background-color: #AB768E;
}
.BgClassName
{
background-color: #AB768E;
}
</style>
border-color css
<style>
span { border-color: #AB768E; }
span { border-color: rgb(171,118,142); }
td.TdClassName
{
border-color: #AB768E;
}
.TagClassName
{
border-color: #AB768E;
}
</style>