Shades of Tapestry #AB8791
Tints of Tapestry #AB8791
RGB
CMYK
RGB Variations
Color information
#AB8791 (or 0xAB8791) is known color: Tapestry. HEX triplet: AB, 87 and 91. RGB value is (171,135,145). Sum of RGB (Red+Green+Blue) = 171+135+145=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8791 is #54786E. Grayscale: #929292. Windows color (decimal): -5535855 or 9537451. OLE color: 9537451.
HSL color Cylindrical-coordinate representation of color #AB8791: hue angle of 343.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8791 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 145 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.33 |
| HSL | 343.33º | 0.18% | 0.6% | - |
| HSV(B) | 343.33º | 0.21% | 0.67% | - |
| XYZ | 30.57 | 28.03 | 30.59 | - |
| YUV | 146.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 145 | 0 | 0.21 | 0.15 | 0.33 | 343.33 | 0.18 | 0.6 |
| Hex | AB | 87 | 91 | 0 | 15 | F | 21 | 157 | 12 | 3C |
| Octal | 253 | 207 | 221 | 0 | 25 | 17 | 41 | 527 | 22 | 74 |
| Binary | 10101011 | 10000111 | 10010001 | 0 | 10101 | 1111 | 100001 | 101010111 | 10010 | 111100 |
Color Harmonies of #AB8791
Complementary color
Monochromatic Colors of #AB8791
Black with #AB8791
Text Example
Text Example
White with #AB8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8791; }
p { color: rgb(171,135,145); }
H1.HeaderClassName
{
color: #AB8791;
}
.AnyTagClassName
{
color: #AB8791;
}
</style>
background-color css
<style>
a { background-color: #AB8791; }
a { background-color: rgb(171,135,145); }
div.DivClassName
{
background-color: #AB8791;
}
.BgClassName
{
background-color: #AB8791;
}
</style>
border-color css
<style>
span { border-color: #AB8791; }
span { border-color: rgb(171,135,145); }
td.TdClassName
{
border-color: #AB8791;
}
.TagClassName
{
border-color: #AB8791;
}
</style>