Shades of Tapestry #AB7E85
Tints of Tapestry #AB7E85
RGB
CMYK
RGB Variations
Color information
#AB7E85 (or 0xAB7E85) is known color: Tapestry. HEX triplet: AB, 7E and 85. RGB value is (171,126,133). Sum of RGB (Red+Green+Blue) = 171+126+133=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E85 is #54817A. Grayscale: #8C8C8C. Windows color (decimal): -5538171 or 8748715. OLE color: 8748715.
HSL color Cylindrical-coordinate representation of color #AB7E85: hue angle of 350.67º 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 #AB7E85 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 133 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.33 |
| HSL | 350.67º | 0.21% | 0.58% | - |
| HSV(B) | 350.67º | 0.26% | 0.67% | - |
| XYZ | 28.49 | 25.27 | 25.57 | - |
| YUV | 140.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 133 | 0 | 0.26 | 0.22 | 0.33 | 350.67 | 0.21 | 0.58 |
| Hex | AB | 7E | 85 | 0 | 1A | 16 | 21 | 15F | 15 | 3A |
| Octal | 253 | 176 | 205 | 0 | 32 | 26 | 41 | 537 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10000101 | 0 | 11010 | 10110 | 100001 | 101011111 | 10101 | 111010 |
Color Harmonies of #AB7E85
Complementary color
Monochromatic Colors of #AB7E85
Black with #AB7E85
Text Example
Text Example
White with #AB7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E85; }
p { color: rgb(171,126,133); }
H1.HeaderClassName
{
color: #AB7E85;
}
.AnyTagClassName
{
color: #AB7E85;
}
</style>
background-color css
<style>
a { background-color: #AB7E85; }
a { background-color: rgb(171,126,133); }
div.DivClassName
{
background-color: #AB7E85;
}
.BgClassName
{
background-color: #AB7E85;
}
</style>
border-color css
<style>
span { border-color: #AB7E85; }
span { border-color: rgb(171,126,133); }
td.TdClassName
{
border-color: #AB7E85;
}
.TagClassName
{
border-color: #AB7E85;
}
</style>