Shades of Tapestry #AD7581
Tints of Tapestry #AD7581
RGB
CMYK
RGB Variations
Color information
#AD7581 (or 0xAD7581) is known color: Tapestry. HEX triplet: AD, 75 and 81. RGB value is (173,117,129). Sum of RGB (Red+Green+Blue) = 173+117+129=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7581 is #528A7E. Grayscale: #878787. Windows color (decimal): -5409407 or 8484269. OLE color: 8484269.
HSL color Cylindrical-coordinate representation of color #AD7581: hue angle of 347.14º 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 #AD7581 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 129 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.32 |
| HSL | 347.14º | 0.25% | 0.57% | - |
| HSV(B) | 347.14º | 0.32% | 0.68% | - |
| XYZ | 27.56 | 23.19 | 23.79 | - |
| YUV | 135.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 129 | 0 | 0.32 | 0.25 | 0.32 | 347.14 | 0.25 | 0.57 |
| Hex | AD | 75 | 81 | 0 | 20 | 19 | 20 | 15B | 19 | 39 |
| Octal | 255 | 165 | 201 | 0 | 40 | 31 | 40 | 533 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10000001 | 0 | 100000 | 11001 | 100000 | 101011011 | 11001 | 111001 |
Color Harmonies of #AD7581
Complementary color
Monochromatic Colors of #AD7581
Black with #AD7581
Text Example
Text Example
White with #AD7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7581; }
p { color: rgb(173,117,129); }
H1.HeaderClassName
{
color: #AD7581;
}
.AnyTagClassName
{
color: #AD7581;
}
</style>
background-color css
<style>
a { background-color: #AD7581; }
a { background-color: rgb(173,117,129); }
div.DivClassName
{
background-color: #AD7581;
}
.BgClassName
{
background-color: #AD7581;
}
</style>
border-color css
<style>
span { border-color: #AD7581; }
span { border-color: rgb(173,117,129); }
td.TdClassName
{
border-color: #AD7581;
}
.TagClassName
{
border-color: #AD7581;
}
</style>