Shades of Tapestry #AD617A
Tints of Tapestry #AD617A
RGB
CMYK
RGB Variations
Color information
#AD617A (or 0xAD617A) is known color: Tapestry. HEX triplet: AD, 61 and 7A. RGB value is (173,97,122). Sum of RGB (Red+Green+Blue) = 173+97+122=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD617A is #529E85. Grayscale: #7A7A7A. Windows color (decimal): -5414534 or 8020397. OLE color: 8020397.
HSL color Cylindrical-coordinate representation of color #AD617A: hue angle of 340.26º 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 #AD617A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 122 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.32 |
| HSL | 340.26º | 0.32% | 0.53% | - |
| HSV(B) | 340.26º | 0.44% | 0.68% | - |
| XYZ | 25.02 | 18.84 | 20.73 | - |
| YUV | 122.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 122 | 0 | 0.44 | 0.29 | 0.32 | 340.26 | 0.32 | 0.53 |
| Hex | AD | 61 | 7A | 0 | 2C | 1D | 20 | 154 | 20 | 35 |
| Octal | 255 | 141 | 172 | 0 | 54 | 35 | 40 | 524 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1111010 | 0 | 101100 | 11101 | 100000 | 101010100 | 100000 | 110101 |
Color Harmonies of #AD617A
Complementary color
Monochromatic Colors of #AD617A
Black with #AD617A
Text Example
Text Example
White with #AD617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD617A; }
p { color: rgb(173,97,122); }
H1.HeaderClassName
{
color: #AD617A;
}
.AnyTagClassName
{
color: #AD617A;
}
</style>
background-color css
<style>
a { background-color: #AD617A; }
a { background-color: rgb(173,97,122); }
div.DivClassName
{
background-color: #AD617A;
}
.BgClassName
{
background-color: #AD617A;
}
</style>
border-color css
<style>
span { border-color: #AD617A; }
span { border-color: rgb(173,97,122); }
td.TdClassName
{
border-color: #AD617A;
}
.TagClassName
{
border-color: #AD617A;
}
</style>