Shades of Tapestry #AD6188
Tints of Tapestry #AD6188
RGB
CMYK
RGB Variations
Color information
#AD6188 (or 0xAD6188) is known color: Tapestry. HEX triplet: AD, 61 and 88. RGB value is (173,97,136). Sum of RGB (Red+Green+Blue) = 173+97+136=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6188 is #529E77. Grayscale: #7C7C7C. Windows color (decimal): -5414520 or 8937901. OLE color: 8937901.
HSL color Cylindrical-coordinate representation of color #AD6188: hue angle of 329.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6188 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 136 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.32 |
| HSL | 329.21º | 0.32% | 0.53% | - |
| HSV(B) | 329.21º | 0.44% | 0.68% | - |
| XYZ | 25.95 | 19.21 | 25.63 | - |
| YUV | 124.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 136 | 0 | 0.44 | 0.21 | 0.32 | 329.21 | 0.32 | 0.53 |
| Hex | AD | 61 | 88 | 0 | 2C | 15 | 20 | 149 | 20 | 35 |
| Octal | 255 | 141 | 210 | 0 | 54 | 25 | 40 | 511 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10001000 | 0 | 101100 | 10101 | 100000 | 101001001 | 100000 | 110101 |
Color Harmonies of #AD6188
Complementary color
Monochromatic Colors of #AD6188
Black with #AD6188
Text Example
Text Example
White with #AD6188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6188; }
p { color: rgb(173,97,136); }
H1.HeaderClassName
{
color: #AD6188;
}
.AnyTagClassName
{
color: #AD6188;
}
</style>
background-color css
<style>
a { background-color: #AD6188; }
a { background-color: rgb(173,97,136); }
div.DivClassName
{
background-color: #AD6188;
}
.BgClassName
{
background-color: #AD6188;
}
</style>
border-color css
<style>
span { border-color: #AD6188; }
span { border-color: rgb(173,97,136); }
td.TdClassName
{
border-color: #AD6188;
}
.TagClassName
{
border-color: #AD6188;
}
</style>