Shades of Tapestry #AB738E
Tints of Tapestry #AB738E
RGB
CMYK
RGB Variations
Color information
#AB738E (or 0xAB738E) is known color: Tapestry. HEX triplet: AB, 73 and 8E. RGB value is (171,115,142). Sum of RGB (Red+Green+Blue) = 171+115+142=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB738E is #548C71. Grayscale: #868686. Windows color (decimal): -5540978 or 9335723. OLE color: 9335723.
HSL color Cylindrical-coordinate representation of color #AB738E: hue angle of 331.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB738E is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 142 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.33 |
| HSL | 331.07º | 0.25% | 0.56% | - |
| HSV(B) | 331.07º | 0.33% | 0.67% | - |
| XYZ | 27.81 | 22.87 | 28.54 | - |
| YUV | 134.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 142 | 0 | 0.33 | 0.17 | 0.33 | 331.07 | 0.25 | 0.56 |
| Hex | AB | 73 | 8E | 0 | 21 | 11 | 21 | 14B | 19 | 38 |
| Octal | 253 | 163 | 216 | 0 | 41 | 21 | 41 | 513 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10001110 | 0 | 100001 | 10001 | 100001 | 101001011 | 11001 | 111000 |
Color Harmonies of #AB738E
Complementary color
Monochromatic Colors of #AB738E
Black with #AB738E
Text Example
Text Example
White with #AB738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB738E; }
p { color: rgb(171,115,142); }
H1.HeaderClassName
{
color: #AB738E;
}
.AnyTagClassName
{
color: #AB738E;
}
</style>
background-color css
<style>
a { background-color: #AB738E; }
a { background-color: rgb(171,115,142); }
div.DivClassName
{
background-color: #AB738E;
}
.BgClassName
{
background-color: #AB738E;
}
</style>
border-color css
<style>
span { border-color: #AB738E; }
span { border-color: rgb(171,115,142); }
td.TdClassName
{
border-color: #AB738E;
}
.TagClassName
{
border-color: #AB738E;
}
</style>