Shades of Tapestry #AD5F87
Tints of Tapestry #AD5F87
RGB
CMYK
RGB Variations
Color information
#AD5F87 (or 0xAD5F87) is known color: Tapestry. HEX triplet: AD, 5F and 87. RGB value is (173,95,135). Sum of RGB (Red+Green+Blue) = 173+95+135=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F87 is #52A078. Grayscale: #7A7A7A. Windows color (decimal): -5415033 or 8871853. OLE color: 8871853.
HSL color Cylindrical-coordinate representation of color #AD5F87: hue angle of 329.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F87 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 135 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.32 |
| HSL | 329.23º | 0.32% | 0.53% | - |
| HSV(B) | 329.23º | 0.45% | 0.68% | - |
| XYZ | 25.7 | 18.82 | 25.2 | - |
| YUV | 122.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 135 | 0 | 0.45 | 0.22 | 0.32 | 329.23 | 0.32 | 0.53 |
| Hex | AD | 5F | 87 | 0 | 2D | 16 | 20 | 149 | 20 | 35 |
| Octal | 255 | 137 | 207 | 0 | 55 | 26 | 40 | 511 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10000111 | 0 | 101101 | 10110 | 100000 | 101001001 | 100000 | 110101 |
Color Harmonies of #AD5F87
Complementary color
Monochromatic Colors of #AD5F87
Black with #AD5F87
Text Example
Text Example
White with #AD5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F87; }
p { color: rgb(173,95,135); }
H1.HeaderClassName
{
color: #AD5F87;
}
.AnyTagClassName
{
color: #AD5F87;
}
</style>
background-color css
<style>
a { background-color: #AD5F87; }
a { background-color: rgb(173,95,135); }
div.DivClassName
{
background-color: #AD5F87;
}
.BgClassName
{
background-color: #AD5F87;
}
</style>
border-color css
<style>
span { border-color: #AD5F87; }
span { border-color: rgb(173,95,135); }
td.TdClassName
{
border-color: #AD5F87;
}
.TagClassName
{
border-color: #AD5F87;
}
</style>