Shades of Tapestry #AB748E
Tints of Tapestry #AB748E
RGB
CMYK
RGB Variations
Color information
#AB748E (or 0xAB748E) is known color: Tapestry. HEX triplet: AB, 74 and 8E. RGB value is (171,116,142). Sum of RGB (Red+Green+Blue) = 171+116+142=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748E is #548B71. Grayscale: #878787. Windows color (decimal): -5540722 or 9335979. OLE color: 9335979.
HSL color Cylindrical-coordinate representation of color #AB748E: hue angle of 331.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB748E is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 142 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.33 |
| HSL | 331.64º | 0.25% | 0.56% | - |
| HSV(B) | 331.64º | 0.32% | 0.67% | - |
| XYZ | 27.92 | 23.1 | 28.58 | - |
| YUV | 135.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 142 | 0 | 0.32 | 0.17 | 0.33 | 331.64 | 0.25 | 0.56 |
| Hex | AB | 74 | 8E | 0 | 20 | 11 | 21 | 14C | 19 | 38 |
| Octal | 253 | 164 | 216 | 0 | 40 | 21 | 41 | 514 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10001110 | 0 | 100000 | 10001 | 100001 | 101001100 | 11001 | 111000 |
Color Harmonies of #AB748E
Complementary color
Monochromatic Colors of #AB748E
Black with #AB748E
Text Example
Text Example
White with #AB748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB748E; }
p { color: rgb(171,116,142); }
H1.HeaderClassName
{
color: #AB748E;
}
.AnyTagClassName
{
color: #AB748E;
}
</style>
background-color css
<style>
a { background-color: #AB748E; }
a { background-color: rgb(171,116,142); }
div.DivClassName
{
background-color: #AB748E;
}
.BgClassName
{
background-color: #AB748E;
}
</style>
border-color css
<style>
span { border-color: #AB748E; }
span { border-color: rgb(171,116,142); }
td.TdClassName
{
border-color: #AB748E;
}
.TagClassName
{
border-color: #AB748E;
}
</style>