Shades of Tapestry #AD768D
Tints of Tapestry #AD768D
RGB
CMYK
RGB Variations
Color information
#AD768D (or 0xAD768D) is known color: Tapestry. HEX triplet: AD, 76 and 8D. RGB value is (173,118,141). Sum of RGB (Red+Green+Blue) = 173+118+141=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768D is #528972. Grayscale: #898989. Windows color (decimal): -5409139 or 9270957. OLE color: 9270957.
HSL color Cylindrical-coordinate representation of color #AD768D: hue angle of 334.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD768D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 141 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.32 |
| HSL | 334.91º | 0.25% | 0.57% | - |
| HSV(B) | 334.91º | 0.32% | 0.68% | - |
| XYZ | 28.52 | 23.76 | 28.28 | - |
| YUV | 137.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 141 | 0 | 0.32 | 0.18 | 0.32 | 334.91 | 0.25 | 0.57 |
| Hex | AD | 76 | 8D | 0 | 20 | 12 | 20 | 14F | 19 | 39 |
| Octal | 255 | 166 | 215 | 0 | 40 | 22 | 40 | 517 | 31 | 71 |
| Binary | 10101101 | 1110110 | 10001101 | 0 | 100000 | 10010 | 100000 | 101001111 | 11001 | 111001 |
Color Harmonies of #AD768D
Complementary color
Monochromatic Colors of #AD768D
Black with #AD768D
Text Example
Text Example
White with #AD768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD768D; }
p { color: rgb(173,118,141); }
H1.HeaderClassName
{
color: #AD768D;
}
.AnyTagClassName
{
color: #AD768D;
}
</style>
background-color css
<style>
a { background-color: #AD768D; }
a { background-color: rgb(173,118,141); }
div.DivClassName
{
background-color: #AD768D;
}
.BgClassName
{
background-color: #AD768D;
}
</style>
border-color css
<style>
span { border-color: #AD768D; }
span { border-color: rgb(173,118,141); }
td.TdClassName
{
border-color: #AD768D;
}
.TagClassName
{
border-color: #AD768D;
}
</style>