Shades of Tapestry #AD617B
Tints of Tapestry #AD617B
RGB
CMYK
RGB Variations
Color information
#AD617B (or 0xAD617B) is known color: Tapestry. HEX triplet: AD, 61 and 7B. RGB value is (173,97,123). Sum of RGB (Red+Green+Blue) = 173+97+123=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617B is #529E84. Grayscale: #7A7A7A. Windows color (decimal): -5414533 or 8085933. OLE color: 8085933.
HSL color Cylindrical-coordinate representation of color #AD617B: hue angle of 339.47º 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 #AD617B is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 123 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.32 |
| HSL | 339.47º | 0.32% | 0.53% | - |
| HSV(B) | 339.47º | 0.44% | 0.68% | - |
| XYZ | 25.08 | 18.86 | 21.06 | - |
| YUV | 122.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 123 | 0 | 0.44 | 0.29 | 0.32 | 339.47 | 0.32 | 0.53 |
| Hex | AD | 61 | 7B | 0 | 2C | 1D | 20 | 153 | 20 | 35 |
| Octal | 255 | 141 | 173 | 0 | 54 | 35 | 40 | 523 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1111011 | 0 | 101100 | 11101 | 100000 | 101010011 | 100000 | 110101 |
Color Harmonies of #AD617B
Complementary color
Monochromatic Colors of #AD617B
Black with #AD617B
Text Example
Text Example
White with #AD617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD617B; }
p { color: rgb(173,97,123); }
H1.HeaderClassName
{
color: #AD617B;
}
.AnyTagClassName
{
color: #AD617B;
}
</style>
background-color css
<style>
a { background-color: #AD617B; }
a { background-color: rgb(173,97,123); }
div.DivClassName
{
background-color: #AD617B;
}
.BgClassName
{
background-color: #AD617B;
}
</style>
border-color css
<style>
span { border-color: #AD617B; }
span { border-color: rgb(173,97,123); }
td.TdClassName
{
border-color: #AD617B;
}
.TagClassName
{
border-color: #AD617B;
}
</style>