Shades of Tapestry #AD6C8C
Tints of Tapestry #AD6C8C
RGB
CMYK
RGB Variations
Color information
#AD6C8C (or 0xAD6C8C) is known color: Tapestry. HEX triplet: AD, 6C and 8C. RGB value is (173,108,140). Sum of RGB (Red+Green+Blue) = 173+108+140=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C8C is #529373. Grayscale: #838383. Windows color (decimal): -5411700 or 9202861. OLE color: 9202861.
HSL color Cylindrical-coordinate representation of color #AD6C8C: hue angle of 330.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6C8C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 140 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.32 |
| HSL | 330.46º | 0.28% | 0.55% | - |
| HSV(B) | 330.46º | 0.38% | 0.68% | - |
| XYZ | 27.33 | 21.5 | 27.52 | - |
| YUV | 131.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 140 | 0 | 0.38 | 0.19 | 0.32 | 330.46 | 0.28 | 0.55 |
| Hex | AD | 6C | 8C | 0 | 26 | 13 | 20 | 14A | 1C | 37 |
| Octal | 255 | 154 | 214 | 0 | 46 | 23 | 40 | 512 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10001100 | 0 | 100110 | 10011 | 100000 | 101001010 | 11100 | 110111 |
Color Harmonies of #AD6C8C
Complementary color
Monochromatic Colors of #AD6C8C
Black with #AD6C8C
Text Example
Text Example
White with #AD6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C8C; }
p { color: rgb(173,108,140); }
H1.HeaderClassName
{
color: #AD6C8C;
}
.AnyTagClassName
{
color: #AD6C8C;
}
</style>
background-color css
<style>
a { background-color: #AD6C8C; }
a { background-color: rgb(173,108,140); }
div.DivClassName
{
background-color: #AD6C8C;
}
.BgClassName
{
background-color: #AD6C8C;
}
</style>
border-color css
<style>
span { border-color: #AD6C8C; }
span { border-color: rgb(173,108,140); }
td.TdClassName
{
border-color: #AD6C8C;
}
.TagClassName
{
border-color: #AD6C8C;
}
</style>