Shades of Tapestry #AD6387
Tints of Tapestry #AD6387
RGB
CMYK
RGB Variations
Color information
#AD6387 (or 0xAD6387) is known color: Tapestry. HEX triplet: AD, 63 and 87. RGB value is (173,99,135). Sum of RGB (Red+Green+Blue) = 173+99+135=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6387 is #529C78. Grayscale: #7D7D7D. Windows color (decimal): -5414009 or 8872877. OLE color: 8872877.
HSL color Cylindrical-coordinate representation of color #AD6387: hue angle of 330.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6387 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 135 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.32 |
| HSL | 330.81º | 0.31% | 0.53% | - |
| HSV(B) | 330.81º | 0.43% | 0.68% | - |
| XYZ | 26.07 | 19.56 | 25.32 | - |
| YUV | 125.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 135 | 0 | 0.43 | 0.22 | 0.32 | 330.81 | 0.31 | 0.53 |
| Hex | AD | 63 | 87 | 0 | 2B | 16 | 20 | 14B | 1F | 35 |
| Octal | 255 | 143 | 207 | 0 | 53 | 26 | 40 | 513 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10000111 | 0 | 101011 | 10110 | 100000 | 101001011 | 11111 | 110101 |
Color Harmonies of #AD6387
Complementary color
Monochromatic Colors of #AD6387
Black with #AD6387
Text Example
Text Example
White with #AD6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6387; }
p { color: rgb(173,99,135); }
H1.HeaderClassName
{
color: #AD6387;
}
.AnyTagClassName
{
color: #AD6387;
}
</style>
background-color css
<style>
a { background-color: #AD6387; }
a { background-color: rgb(173,99,135); }
div.DivClassName
{
background-color: #AD6387;
}
.BgClassName
{
background-color: #AD6387;
}
</style>
border-color css
<style>
span { border-color: #AD6387; }
span { border-color: rgb(173,99,135); }
td.TdClassName
{
border-color: #AD6387;
}
.TagClassName
{
border-color: #AD6387;
}
</style>