Shades of Tapestry #AB7A86
Tints of Tapestry #AB7A86
RGB
CMYK
RGB Variations
Color information
#AB7A86 (or 0xAB7A86) is known color: Tapestry. HEX triplet: AB, 7A and 86. RGB value is (171,122,134). Sum of RGB (Red+Green+Blue) = 171+122+134=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A86 is #548579. Grayscale: #8A8A8A. Windows color (decimal): -5539194 or 8813227. OLE color: 8813227.
HSL color Cylindrical-coordinate representation of color #AB7A86: hue angle of 345.31º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A86 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 134 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.33 |
| HSL | 345.31º | 0.23% | 0.57% | - |
| HSV(B) | 345.31º | 0.29% | 0.67% | - |
| XYZ | 28.06 | 24.3 | 25.77 | - |
| YUV | 138.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 134 | 0 | 0.29 | 0.22 | 0.33 | 345.31 | 0.23 | 0.57 |
| Hex | AB | 7A | 86 | 0 | 1D | 16 | 21 | 159 | 17 | 39 |
| Octal | 253 | 172 | 206 | 0 | 35 | 26 | 41 | 531 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10000110 | 0 | 11101 | 10110 | 100001 | 101011001 | 10111 | 111001 |
Color Harmonies of #AB7A86
Complementary color
Monochromatic Colors of #AB7A86
Black with #AB7A86
Text Example
Text Example
White with #AB7A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A86; }
p { color: rgb(171,122,134); }
H1.HeaderClassName
{
color: #AB7A86;
}
.AnyTagClassName
{
color: #AB7A86;
}
</style>
background-color css
<style>
a { background-color: #AB7A86; }
a { background-color: rgb(171,122,134); }
div.DivClassName
{
background-color: #AB7A86;
}
.BgClassName
{
background-color: #AB7A86;
}
</style>
border-color css
<style>
span { border-color: #AB7A86; }
span { border-color: rgb(171,122,134); }
td.TdClassName
{
border-color: #AB7A86;
}
.TagClassName
{
border-color: #AB7A86;
}
</style>