Shades of Tapestry #AD7780
Tints of Tapestry #AD7780
RGB
CMYK
RGB Variations
Color information
#AD7780 (or 0xAD7780) is known color: Tapestry. HEX triplet: AD, 77 and 80. RGB value is (173,119,128). Sum of RGB (Red+Green+Blue) = 173+119+128=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7780 is #52887F. Grayscale: #888888. Windows color (decimal): -5408896 or 8419245. OLE color: 8419245.
HSL color Cylindrical-coordinate representation of color #AD7780: hue angle of 350º degrees, saturation: 0.25, 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 #AD7780 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 128 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.32 |
| HSL | 350º | 0.25% | 0.57% | - |
| HSV(B) | 350º | 0.31% | 0.68% | - |
| XYZ | 27.73 | 23.64 | 23.52 | - |
| YUV | 136.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 128 | 0 | 0.31 | 0.26 | 0.32 | 350 | 0.25 | 0.57 |
| Hex | AD | 77 | 80 | 0 | 1F | 1A | 20 | 15E | 19 | 39 |
| Octal | 255 | 167 | 200 | 0 | 37 | 32 | 40 | 536 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10000000 | 0 | 11111 | 11010 | 100000 | 101011110 | 11001 | 111001 |
Color Harmonies of #AD7780
Complementary color
Monochromatic Colors of #AD7780
Black with #AD7780
Text Example
Text Example
White with #AD7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7780; }
p { color: rgb(173,119,128); }
H1.HeaderClassName
{
color: #AD7780;
}
.AnyTagClassName
{
color: #AD7780;
}
</style>
background-color css
<style>
a { background-color: #AD7780; }
a { background-color: rgb(173,119,128); }
div.DivClassName
{
background-color: #AD7780;
}
.BgClassName
{
background-color: #AD7780;
}
</style>
border-color css
<style>
span { border-color: #AD7780; }
span { border-color: rgb(173,119,128); }
td.TdClassName
{
border-color: #AD7780;
}
.TagClassName
{
border-color: #AD7780;
}
</style>