Shades of Tapestry #AB768B
Tints of Tapestry #AB768B
RGB
CMYK
RGB Variations
Color information
#AB768B (or 0xAB768B) is known color: Tapestry. HEX triplet: AB, 76 and 8B. RGB value is (171,118,139). Sum of RGB (Red+Green+Blue) = 171+118+139=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768B is #548974. Grayscale: #888888. Windows color (decimal): -5540213 or 9139883. OLE color: 9139883.
HSL color Cylindrical-coordinate representation of color #AB768B: hue angle of 336.23º 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 #AB768B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 139 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.33 |
| HSL | 336.23º | 0.24% | 0.57% | - |
| HSV(B) | 336.23º | 0.31% | 0.67% | - |
| XYZ | 27.93 | 23.48 | 27.49 | - |
| YUV | 136.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 139 | 0 | 0.31 | 0.19 | 0.33 | 336.23 | 0.24 | 0.57 |
| Hex | AB | 76 | 8B | 0 | 1F | 13 | 21 | 150 | 18 | 39 |
| Octal | 253 | 166 | 213 | 0 | 37 | 23 | 41 | 520 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10001011 | 0 | 11111 | 10011 | 100001 | 101010000 | 11000 | 111001 |
Color Harmonies of #AB768B
Complementary color
Monochromatic Colors of #AB768B
Black with #AB768B
Text Example
Text Example
White with #AB768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB768B; }
p { color: rgb(171,118,139); }
H1.HeaderClassName
{
color: #AB768B;
}
.AnyTagClassName
{
color: #AB768B;
}
</style>
background-color css
<style>
a { background-color: #AB768B; }
a { background-color: rgb(171,118,139); }
div.DivClassName
{
background-color: #AB768B;
}
.BgClassName
{
background-color: #AB768B;
}
</style>
border-color css
<style>
span { border-color: #AB768B; }
span { border-color: rgb(171,118,139); }
td.TdClassName
{
border-color: #AB768B;
}
.TagClassName
{
border-color: #AB768B;
}
</style>