Shades of Tapestry #AD618B
Tints of Tapestry #AD618B
RGB
CMYK
RGB Variations
Color information
#AD618B (or 0xAD618B) is known color: Tapestry. HEX triplet: AD, 61 and 8B. RGB value is (173,97,139). Sum of RGB (Red+Green+Blue) = 173+97+139=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD618B is #529E74. Grayscale: #7C7C7C. Windows color (decimal): -5414517 or 9134509. OLE color: 9134509.
HSL color Cylindrical-coordinate representation of color #AD618B: hue angle of 326.84º 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 #AD618B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 139 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.32 |
| HSL | 326.84º | 0.32% | 0.53% | - |
| HSV(B) | 326.84º | 0.44% | 0.68% | - |
| XYZ | 26.17 | 19.3 | 26.77 | - |
| YUV | 124.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 139 | 0 | 0.44 | 0.20 | 0.32 | 326.84 | 0.32 | 0.53 |
| Hex | AD | 61 | 8B | 0 | 2C | 14 | 20 | 147 | 20 | 35 |
| Octal | 255 | 141 | 213 | 0 | 54 | 24 | 40 | 507 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10001011 | 0 | 101100 | 10100 | 100000 | 101000111 | 100000 | 110101 |
Color Harmonies of #AD618B
Complementary color
Monochromatic Colors of #AD618B
Black with #AD618B
Text Example
Text Example
White with #AD618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD618B; }
p { color: rgb(173,97,139); }
H1.HeaderClassName
{
color: #AD618B;
}
.AnyTagClassName
{
color: #AD618B;
}
</style>
background-color css
<style>
a { background-color: #AD618B; }
a { background-color: rgb(173,97,139); }
div.DivClassName
{
background-color: #AD618B;
}
.BgClassName
{
background-color: #AD618B;
}
</style>
border-color css
<style>
span { border-color: #AD618B; }
span { border-color: rgb(173,97,139); }
td.TdClassName
{
border-color: #AD618B;
}
.TagClassName
{
border-color: #AD618B;
}
</style>