Shades of Tapestry #AB8287
Tints of Tapestry #AB8287
RGB
CMYK
RGB Variations
Color information
#AB8287 (or 0xAB8287) is known color: Tapestry. HEX triplet: AB, 82 and 87. RGB value is (171,130,135). Sum of RGB (Red+Green+Blue) = 171+130+135=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8287 is #547D78. Grayscale: #8E8E8E. Windows color (decimal): -5537145 or 8880811. OLE color: 8880811.
HSL color Cylindrical-coordinate representation of color #AB8287: hue angle of 352.68º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8287 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 135 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.33 |
| HSL | 352.68º | 0.2% | 0.59% | - |
| HSV(B) | 352.68º | 0.24% | 0.67% | - |
| XYZ | 29.15 | 26.37 | 26.48 | - |
| YUV | 142.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 135 | 0 | 0.24 | 0.21 | 0.33 | 352.68 | 0.2 | 0.59 |
| Hex | AB | 82 | 87 | 0 | 18 | 15 | 21 | 161 | 14 | 3B |
| Octal | 253 | 202 | 207 | 0 | 30 | 25 | 41 | 541 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10000111 | 0 | 11000 | 10101 | 100001 | 101100001 | 10100 | 111011 |
Color Harmonies of #AB8287
Complementary color
Monochromatic Colors of #AB8287
Black with #AB8287
Text Example
Text Example
White with #AB8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8287; }
p { color: rgb(171,130,135); }
H1.HeaderClassName
{
color: #AB8287;
}
.AnyTagClassName
{
color: #AB8287;
}
</style>
background-color css
<style>
a { background-color: #AB8287; }
a { background-color: rgb(171,130,135); }
div.DivClassName
{
background-color: #AB8287;
}
.BgClassName
{
background-color: #AB8287;
}
</style>
border-color css
<style>
span { border-color: #AB8287; }
span { border-color: rgb(171,130,135); }
td.TdClassName
{
border-color: #AB8287;
}
.TagClassName
{
border-color: #AB8287;
}
</style>