Shades of Tapestry #AD6B87
Tints of Tapestry #AD6B87
RGB
CMYK
RGB Variations
Color information
#AD6B87 (or 0xAD6B87) is known color: Tapestry. HEX triplet: AD, 6B and 87. RGB value is (173,107,135). Sum of RGB (Red+Green+Blue) = 173+107+135=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B87 is #529478. Grayscale: #818181. Windows color (decimal): -5411961 or 8874925. OLE color: 8874925.
HSL color Cylindrical-coordinate representation of color #AD6B87: hue angle of 334.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B87 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 135 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.32 |
| HSL | 334.55º | 0.29% | 0.55% | - |
| HSV(B) | 334.55º | 0.38% | 0.68% | - |
| XYZ | 26.86 | 21.15 | 25.59 | - |
| YUV | 129.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 135 | 0 | 0.38 | 0.22 | 0.32 | 334.55 | 0.29 | 0.55 |
| Hex | AD | 6B | 87 | 0 | 26 | 16 | 20 | 14F | 1D | 37 |
| Octal | 255 | 153 | 207 | 0 | 46 | 26 | 40 | 517 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10000111 | 0 | 100110 | 10110 | 100000 | 101001111 | 11101 | 110111 |
Color Harmonies of #AD6B87
Complementary color
Monochromatic Colors of #AD6B87
Black with #AD6B87
Text Example
Text Example
White with #AD6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B87; }
p { color: rgb(173,107,135); }
H1.HeaderClassName
{
color: #AD6B87;
}
.AnyTagClassName
{
color: #AD6B87;
}
</style>
background-color css
<style>
a { background-color: #AD6B87; }
a { background-color: rgb(173,107,135); }
div.DivClassName
{
background-color: #AD6B87;
}
.BgClassName
{
background-color: #AD6B87;
}
</style>
border-color css
<style>
span { border-color: #AD6B87; }
span { border-color: rgb(173,107,135); }
td.TdClassName
{
border-color: #AD6B87;
}
.TagClassName
{
border-color: #AD6B87;
}
</style>