Shades of Tapestry #AD7380
Tints of Tapestry #AD7380
RGB
CMYK
RGB Variations
Color information
#AD7380 (or 0xAD7380) is known color: Tapestry. HEX triplet: AD, 73 and 80. RGB value is (173,115,128). Sum of RGB (Red+Green+Blue) = 173+115+128=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7380 is #528C7F. Grayscale: #858585. Windows color (decimal): -5409920 or 8418221. OLE color: 8418221.
HSL color Cylindrical-coordinate representation of color #AD7380: hue angle of 346.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7380 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 128 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.32 |
| HSL | 346.55º | 0.26% | 0.56% | - |
| HSV(B) | 346.55º | 0.34% | 0.68% | - |
| XYZ | 27.26 | 22.7 | 23.37 | - |
| YUV | 133.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 128 | 0 | 0.34 | 0.26 | 0.32 | 346.55 | 0.26 | 0.56 |
| Hex | AD | 73 | 80 | 0 | 22 | 1A | 20 | 15B | 1A | 38 |
| Octal | 255 | 163 | 200 | 0 | 42 | 32 | 40 | 533 | 32 | 70 |
| Binary | 10101101 | 1110011 | 10000000 | 0 | 100010 | 11010 | 100000 | 101011011 | 11010 | 111000 |
Color Harmonies of #AD7380
Complementary color
Monochromatic Colors of #AD7380
Black with #AD7380
Text Example
Text Example
White with #AD7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7380; }
p { color: rgb(173,115,128); }
H1.HeaderClassName
{
color: #AD7380;
}
.AnyTagClassName
{
color: #AD7380;
}
</style>
background-color css
<style>
a { background-color: #AD7380; }
a { background-color: rgb(173,115,128); }
div.DivClassName
{
background-color: #AD7380;
}
.BgClassName
{
background-color: #AD7380;
}
</style>
border-color css
<style>
span { border-color: #AD7380; }
span { border-color: rgb(173,115,128); }
td.TdClassName
{
border-color: #AD7380;
}
.TagClassName
{
border-color: #AD7380;
}
</style>