Shades of Tapestry #AD6189
Tints of Tapestry #AD6189
RGB
CMYK
RGB Variations
Color information
#AD6189 (or 0xAD6189) is known color: Tapestry. HEX triplet: AD, 61 and 89. RGB value is (173,97,137). Sum of RGB (Red+Green+Blue) = 173+97+137=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6189 is #529E76. Grayscale: #7C7C7C. Windows color (decimal): -5414519 or 9003437. OLE color: 9003437.
HSL color Cylindrical-coordinate representation of color #AD6189: hue angle of 328.42º 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 #AD6189 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 137 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.32 |
| HSL | 328.42º | 0.32% | 0.53% | - |
| HSV(B) | 328.42º | 0.44% | 0.68% | - |
| XYZ | 26.02 | 19.24 | 26.01 | - |
| YUV | 124.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 137 | 0 | 0.44 | 0.21 | 0.32 | 328.42 | 0.32 | 0.53 |
| Hex | AD | 61 | 89 | 0 | 2C | 15 | 20 | 148 | 20 | 35 |
| Octal | 255 | 141 | 211 | 0 | 54 | 25 | 40 | 510 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10001001 | 0 | 101100 | 10101 | 100000 | 101001000 | 100000 | 110101 |
Color Harmonies of #AD6189
Complementary color
Monochromatic Colors of #AD6189
Black with #AD6189
Text Example
Text Example
White with #AD6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6189; }
p { color: rgb(173,97,137); }
H1.HeaderClassName
{
color: #AD6189;
}
.AnyTagClassName
{
color: #AD6189;
}
</style>
background-color css
<style>
a { background-color: #AD6189; }
a { background-color: rgb(173,97,137); }
div.DivClassName
{
background-color: #AD6189;
}
.BgClassName
{
background-color: #AD6189;
}
</style>
border-color css
<style>
span { border-color: #AD6189; }
span { border-color: rgb(173,97,137); }
td.TdClassName
{
border-color: #AD6189;
}
.TagClassName
{
border-color: #AD6189;
}
</style>