Shades of Tapestry #AD6788
Tints of Tapestry #AD6788
RGB
CMYK
RGB Variations
Color information
#AD6788 (or 0xAD6788) is known color: Tapestry. HEX triplet: AD, 67 and 88. RGB value is (173,103,136). Sum of RGB (Red+Green+Blue) = 173+103+136=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6788 is #529877. Grayscale: #7F7F7F. Windows color (decimal): -5412984 or 8939437. OLE color: 8939437.
HSL color Cylindrical-coordinate representation of color #AD6788: hue angle of 331.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6788 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 136 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.32 |
| HSL | 331.71º | 0.3% | 0.54% | - |
| HSV(B) | 331.71º | 0.4% | 0.68% | - |
| XYZ | 26.53 | 20.36 | 25.82 | - |
| YUV | 127.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 136 | 0 | 0.40 | 0.21 | 0.32 | 331.71 | 0.3 | 0.54 |
| Hex | AD | 67 | 88 | 0 | 28 | 15 | 20 | 14C | 1E | 36 |
| Octal | 255 | 147 | 210 | 0 | 50 | 25 | 40 | 514 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10001000 | 0 | 101000 | 10101 | 100000 | 101001100 | 11110 | 110110 |
Color Harmonies of #AD6788
Complementary color
Monochromatic Colors of #AD6788
Black with #AD6788
Text Example
Text Example
White with #AD6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6788; }
p { color: rgb(173,103,136); }
H1.HeaderClassName
{
color: #AD6788;
}
.AnyTagClassName
{
color: #AD6788;
}
</style>
background-color css
<style>
a { background-color: #AD6788; }
a { background-color: rgb(173,103,136); }
div.DivClassName
{
background-color: #AD6788;
}
.BgClassName
{
background-color: #AD6788;
}
</style>
border-color css
<style>
span { border-color: #AD6788; }
span { border-color: rgb(173,103,136); }
td.TdClassName
{
border-color: #AD6788;
}
.TagClassName
{
border-color: #AD6788;
}
</style>