Shades of Tapestry #AB7E90
Tints of Tapestry #AB7E90
RGB
CMYK
RGB Variations
Color information
#AB7E90 (or 0xAB7E90) is known color: Tapestry. HEX triplet: AB, 7E and 90. RGB value is (171,126,144). Sum of RGB (Red+Green+Blue) = 171+126+144=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E90 is #54816F. Grayscale: #8D8D8D. Windows color (decimal): -5538160 or 9469611. OLE color: 9469611.
HSL color Cylindrical-coordinate representation of color #AB7E90: hue angle of 336º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7E90 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 144 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.33 |
| HSL | 336º | 0.21% | 0.58% | - |
| HSV(B) | 336º | 0.26% | 0.67% | - |
| XYZ | 29.29 | 25.59 | 29.78 | - |
| YUV | 141.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 144 | 0 | 0.26 | 0.16 | 0.33 | 336 | 0.21 | 0.58 |
| Hex | AB | 7E | 90 | 0 | 1A | 10 | 21 | 150 | 15 | 3A |
| Octal | 253 | 176 | 220 | 0 | 32 | 20 | 41 | 520 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10010000 | 0 | 11010 | 10000 | 100001 | 101010000 | 10101 | 111010 |
Color Harmonies of #AB7E90
Complementary color
Monochromatic Colors of #AB7E90
Black with #AB7E90
Text Example
Text Example
White with #AB7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E90; }
p { color: rgb(171,126,144); }
H1.HeaderClassName
{
color: #AB7E90;
}
.AnyTagClassName
{
color: #AB7E90;
}
</style>
background-color css
<style>
a { background-color: #AB7E90; }
a { background-color: rgb(171,126,144); }
div.DivClassName
{
background-color: #AB7E90;
}
.BgClassName
{
background-color: #AB7E90;
}
</style>
border-color css
<style>
span { border-color: #AB7E90; }
span { border-color: rgb(171,126,144); }
td.TdClassName
{
border-color: #AB7E90;
}
.TagClassName
{
border-color: #AB7E90;
}
</style>