Shades of Tapestry #AD7682
Tints of Tapestry #AD7682
RGB
CMYK
RGB Variations
Color information
#AD7682 (or 0xAD7682) is known color: Tapestry. HEX triplet: AD, 76 and 82. RGB value is (173,118,130). Sum of RGB (Red+Green+Blue) = 173+118+130=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7682 is #52897D. Grayscale: #878787. Windows color (decimal): -5409150 or 8550061. OLE color: 8550061.
HSL color Cylindrical-coordinate representation of color #AD7682: hue angle of 346.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 #AD7682 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 130 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.32 |
| HSL | 346.91º | 0.25% | 0.57% | - |
| HSV(B) | 346.91º | 0.32% | 0.68% | - |
| XYZ | 27.74 | 23.45 | 24.18 | - |
| YUV | 135.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 130 | 0 | 0.32 | 0.25 | 0.32 | 346.91 | 0.25 | 0.57 |
| Hex | AD | 76 | 82 | 0 | 20 | 19 | 20 | 15B | 19 | 39 |
| Octal | 255 | 166 | 202 | 0 | 40 | 31 | 40 | 533 | 31 | 71 |
| Binary | 10101101 | 1110110 | 10000010 | 0 | 100000 | 11001 | 100000 | 101011011 | 11001 | 111001 |
Color Harmonies of #AD7682
Complementary color
Monochromatic Colors of #AD7682
Black with #AD7682
Text Example
Text Example
White with #AD7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7682; }
p { color: rgb(173,118,130); }
H1.HeaderClassName
{
color: #AD7682;
}
.AnyTagClassName
{
color: #AD7682;
}
</style>
background-color css
<style>
a { background-color: #AD7682; }
a { background-color: rgb(173,118,130); }
div.DivClassName
{
background-color: #AD7682;
}
.BgClassName
{
background-color: #AD7682;
}
</style>
border-color css
<style>
span { border-color: #AD7682; }
span { border-color: rgb(173,118,130); }
td.TdClassName
{
border-color: #AD7682;
}
.TagClassName
{
border-color: #AD7682;
}
</style>