Shades of Tapestry #AD7882
Tints of Tapestry #AD7882
RGB
CMYK
RGB Variations
Color information
#AD7882 (or 0xAD7882) is known color: Tapestry. HEX triplet: AD, 78 and 82. RGB value is (173,120,130). Sum of RGB (Red+Green+Blue) = 173+120+130=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7882 is #52877D. Grayscale: #898989. Windows color (decimal): -5408638 or 8550573. OLE color: 8550573.
HSL color Cylindrical-coordinate representation of color #AD7882: hue angle of 348.68º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7882 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 130 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.32 |
| HSL | 348.68º | 0.24% | 0.57% | - |
| HSV(B) | 348.68º | 0.31% | 0.68% | - |
| XYZ | 27.98 | 23.93 | 24.26 | - |
| YUV | 136.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 130 | 0 | 0.31 | 0.25 | 0.32 | 348.68 | 0.24 | 0.57 |
| Hex | AD | 78 | 82 | 0 | 1F | 19 | 20 | 15D | 18 | 39 |
| Octal | 255 | 170 | 202 | 0 | 37 | 31 | 40 | 535 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10000010 | 0 | 11111 | 11001 | 100000 | 101011101 | 11000 | 111001 |
Color Harmonies of #AD7882
Complementary color
Monochromatic Colors of #AD7882
Black with #AD7882
Text Example
Text Example
White with #AD7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7882; }
p { color: rgb(173,120,130); }
H1.HeaderClassName
{
color: #AD7882;
}
.AnyTagClassName
{
color: #AD7882;
}
</style>
background-color css
<style>
a { background-color: #AD7882; }
a { background-color: rgb(173,120,130); }
div.DivClassName
{
background-color: #AD7882;
}
.BgClassName
{
background-color: #AD7882;
}
</style>
border-color css
<style>
span { border-color: #AD7882; }
span { border-color: rgb(173,120,130); }
td.TdClassName
{
border-color: #AD7882;
}
.TagClassName
{
border-color: #AD7882;
}
</style>