Shades of Tapestry #AD6D7D
Tints of Tapestry #AD6D7D
RGB
CMYK
RGB Variations
Color information
#AD6D7D (or 0xAD6D7D) is known color: Tapestry. HEX triplet: AD, 6D and 7D. RGB value is (173,109,125). Sum of RGB (Red+Green+Blue) = 173+109+125=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D7D is #529282. Grayscale: #818181. Windows color (decimal): -5411459 or 8220077. OLE color: 8220077.
HSL color Cylindrical-coordinate representation of color #AD6D7D: hue angle of 345º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D7D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 125 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.32 |
| HSL | 345º | 0.28% | 0.55% | - |
| HSV(B) | 345º | 0.37% | 0.68% | - |
| XYZ | 26.4 | 21.3 | 22.12 | - |
| YUV | 129.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 125 | 0 | 0.37 | 0.28 | 0.32 | 345 | 0.28 | 0.55 |
| Hex | AD | 6D | 7D | 0 | 25 | 1C | 20 | 159 | 1C | 37 |
| Octal | 255 | 155 | 175 | 0 | 45 | 34 | 40 | 531 | 34 | 67 |
| Binary | 10101101 | 1101101 | 1111101 | 0 | 100101 | 11100 | 100000 | 101011001 | 11100 | 110111 |
Color Harmonies of #AD6D7D
Complementary color
Monochromatic Colors of #AD6D7D
Black with #AD6D7D
Text Example
Text Example
White with #AD6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D7D; }
p { color: rgb(173,109,125); }
H1.HeaderClassName
{
color: #AD6D7D;
}
.AnyTagClassName
{
color: #AD6D7D;
}
</style>
background-color css
<style>
a { background-color: #AD6D7D; }
a { background-color: rgb(173,109,125); }
div.DivClassName
{
background-color: #AD6D7D;
}
.BgClassName
{
background-color: #AD6D7D;
}
</style>
border-color css
<style>
span { border-color: #AD6D7D; }
span { border-color: rgb(173,109,125); }
td.TdClassName
{
border-color: #AD6D7D;
}
.TagClassName
{
border-color: #AD6D7D;
}
</style>