Shades of Tapestry #AD6981
Tints of Tapestry #AD6981
RGB
CMYK
RGB Variations
Color information
#AD6981 (or 0xAD6981) is known color: Tapestry. HEX triplet: AD, 69 and 81. RGB value is (173,105,129). Sum of RGB (Red+Green+Blue) = 173+105+129=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6981 is #52967E. Grayscale: #808080. Windows color (decimal): -5412479 or 8481197. OLE color: 8481197.
HSL color Cylindrical-coordinate representation of color #AD6981: hue angle of 338.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6981 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 129 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.32 |
| HSL | 338.82º | 0.29% | 0.55% | - |
| HSV(B) | 338.82º | 0.39% | 0.68% | - |
| XYZ | 26.25 | 20.57 | 23.36 | - |
| YUV | 128.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 129 | 0 | 0.39 | 0.25 | 0.32 | 338.82 | 0.29 | 0.55 |
| Hex | AD | 69 | 81 | 0 | 27 | 19 | 20 | 153 | 1D | 37 |
| Octal | 255 | 151 | 201 | 0 | 47 | 31 | 40 | 523 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10000001 | 0 | 100111 | 11001 | 100000 | 101010011 | 11101 | 110111 |
Color Harmonies of #AD6981
Complementary color
Monochromatic Colors of #AD6981
Black with #AD6981
Text Example
Text Example
White with #AD6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6981; }
p { color: rgb(173,105,129); }
H1.HeaderClassName
{
color: #AD6981;
}
.AnyTagClassName
{
color: #AD6981;
}
</style>
background-color css
<style>
a { background-color: #AD6981; }
a { background-color: rgb(173,105,129); }
div.DivClassName
{
background-color: #AD6981;
}
.BgClassName
{
background-color: #AD6981;
}
</style>
border-color css
<style>
span { border-color: #AD6981; }
span { border-color: rgb(173,105,129); }
td.TdClassName
{
border-color: #AD6981;
}
.TagClassName
{
border-color: #AD6981;
}
</style>