Shades of Tapestry #AD6087
Tints of Tapestry #AD6087
RGB
CMYK
RGB Variations
Color information
#AD6087 (or 0xAD6087) is known color: Tapestry. HEX triplet: AD, 60 and 87. RGB value is (173,96,135). Sum of RGB (Red+Green+Blue) = 173+96+135=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6087 is #529F78. Grayscale: #7B7B7B. Windows color (decimal): -5414777 or 8872109. OLE color: 8872109.
HSL color Cylindrical-coordinate representation of color #AD6087: hue angle of 329.61º 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 #AD6087 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 135 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.32 |
| HSL | 329.61º | 0.32% | 0.53% | - |
| HSV(B) | 329.61º | 0.45% | 0.68% | - |
| XYZ | 25.79 | 19 | 25.23 | - |
| YUV | 123.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 135 | 0 | 0.45 | 0.22 | 0.32 | 329.61 | 0.32 | 0.53 |
| Hex | AD | 60 | 87 | 0 | 2D | 16 | 20 | 14A | 20 | 35 |
| Octal | 255 | 140 | 207 | 0 | 55 | 26 | 40 | 512 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10000111 | 0 | 101101 | 10110 | 100000 | 101001010 | 100000 | 110101 |
Color Harmonies of #AD6087
Complementary color
Monochromatic Colors of #AD6087
Black with #AD6087
Text Example
Text Example
White with #AD6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6087; }
p { color: rgb(173,96,135); }
H1.HeaderClassName
{
color: #AD6087;
}
.AnyTagClassName
{
color: #AD6087;
}
</style>
background-color css
<style>
a { background-color: #AD6087; }
a { background-color: rgb(173,96,135); }
div.DivClassName
{
background-color: #AD6087;
}
.BgClassName
{
background-color: #AD6087;
}
</style>
border-color css
<style>
span { border-color: #AD6087; }
span { border-color: rgb(173,96,135); }
td.TdClassName
{
border-color: #AD6087;
}
.TagClassName
{
border-color: #AD6087;
}
</style>