Shades of Tapestry #AD617D
Tints of Tapestry #AD617D
RGB
CMYK
RGB Variations
Color information
#AD617D (or 0xAD617D) is known color: Tapestry. HEX triplet: AD, 61 and 7D. RGB value is (173,97,125). Sum of RGB (Red+Green+Blue) = 173+97+125=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617D is #529E82. Grayscale: #7A7A7A. Windows color (decimal): -5414531 or 8217005. OLE color: 8217005.
HSL color Cylindrical-coordinate representation of color #AD617D: hue angle of 337.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD617D is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 125 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.32 |
| HSL | 337.89º | 0.32% | 0.53% | - |
| HSV(B) | 337.89º | 0.44% | 0.68% | - |
| XYZ | 25.21 | 18.91 | 21.72 | - |
| YUV | 122.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 125 | 0 | 0.44 | 0.28 | 0.32 | 337.89 | 0.32 | 0.53 |
| Hex | AD | 61 | 7D | 0 | 2C | 1C | 20 | 152 | 20 | 35 |
| Octal | 255 | 141 | 175 | 0 | 54 | 34 | 40 | 522 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1111101 | 0 | 101100 | 11100 | 100000 | 101010010 | 100000 | 110101 |
Color Harmonies of #AD617D
Complementary color
Monochromatic Colors of #AD617D
Black with #AD617D
Text Example
Text Example
White with #AD617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD617D; }
p { color: rgb(173,97,125); }
H1.HeaderClassName
{
color: #AD617D;
}
.AnyTagClassName
{
color: #AD617D;
}
</style>
background-color css
<style>
a { background-color: #AD617D; }
a { background-color: rgb(173,97,125); }
div.DivClassName
{
background-color: #AD617D;
}
.BgClassName
{
background-color: #AD617D;
}
</style>
border-color css
<style>
span { border-color: #AD617D; }
span { border-color: rgb(173,97,125); }
td.TdClassName
{
border-color: #AD617D;
}
.TagClassName
{
border-color: #AD617D;
}
</style>