Shades of Tapestry #AD6E7F
Tints of Tapestry #AD6E7F
RGB
CMYK
RGB Variations
Color information
#AD6E7F (or 0xAD6E7F) is known color: Tapestry. HEX triplet: AD, 6E and 7F. RGB value is (173,110,127). Sum of RGB (Red+Green+Blue) = 173+110+127=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E7F is #529180. Grayscale: #828282. Windows color (decimal): -5411201 or 8351405. OLE color: 8351405.
HSL color Cylindrical-coordinate representation of color #AD6E7F: hue angle of 343.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6E7F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 127 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.32 |
| HSL | 343.81º | 0.28% | 0.55% | - |
| HSV(B) | 343.81º | 0.36% | 0.68% | - |
| XYZ | 26.64 | 21.57 | 22.84 | - |
| YUV | 130.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 127 | 0 | 0.36 | 0.27 | 0.32 | 343.81 | 0.28 | 0.55 |
| Hex | AD | 6E | 7F | 0 | 24 | 1B | 20 | 158 | 1C | 37 |
| Octal | 255 | 156 | 177 | 0 | 44 | 33 | 40 | 530 | 34 | 67 |
| Binary | 10101101 | 1101110 | 1111111 | 0 | 100100 | 11011 | 100000 | 101011000 | 11100 | 110111 |
Color Harmonies of #AD6E7F
Complementary color
Monochromatic Colors of #AD6E7F
Black with #AD6E7F
Text Example
Text Example
White with #AD6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E7F; }
p { color: rgb(173,110,127); }
H1.HeaderClassName
{
color: #AD6E7F;
}
.AnyTagClassName
{
color: #AD6E7F;
}
</style>
background-color css
<style>
a { background-color: #AD6E7F; }
a { background-color: rgb(173,110,127); }
div.DivClassName
{
background-color: #AD6E7F;
}
.BgClassName
{
background-color: #AD6E7F;
}
</style>
border-color css
<style>
span { border-color: #AD6E7F; }
span { border-color: rgb(173,110,127); }
td.TdClassName
{
border-color: #AD6E7F;
}
.TagClassName
{
border-color: #AD6E7F;
}
</style>