Shades of Tapestry #AD6B8F
Tints of Tapestry #AD6B8F
RGB
CMYK
RGB Variations
Color information
#AD6B8F (or 0xAD6B8F) is known color: Tapestry. HEX triplet: AD, 6B and 8F. RGB value is (173,107,143). Sum of RGB (Red+Green+Blue) = 173+107+143=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B8F is #529470. Grayscale: #828282. Windows color (decimal): -5411953 or 9399213. OLE color: 9399213.
HSL color Cylindrical-coordinate representation of color #AD6B8F: hue angle of 327.27º degrees, saturation: 0.29, 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 #AD6B8F is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 143 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.32 |
| HSL | 327.27º | 0.29% | 0.55% | - |
| HSV(B) | 327.27º | 0.38% | 0.68% | - |
| XYZ | 27.45 | 21.38 | 28.67 | - |
| YUV | 130.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 143 | 0 | 0.38 | 0.17 | 0.32 | 327.27 | 0.29 | 0.55 |
| Hex | AD | 6B | 8F | 0 | 26 | 11 | 20 | 147 | 1D | 37 |
| Octal | 255 | 153 | 217 | 0 | 46 | 21 | 40 | 507 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10001111 | 0 | 100110 | 10001 | 100000 | 101000111 | 11101 | 110111 |
Color Harmonies of #AD6B8F
Complementary color
Monochromatic Colors of #AD6B8F
Black with #AD6B8F
Text Example
Text Example
White with #AD6B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B8F; }
p { color: rgb(173,107,143); }
H1.HeaderClassName
{
color: #AD6B8F;
}
.AnyTagClassName
{
color: #AD6B8F;
}
</style>
background-color css
<style>
a { background-color: #AD6B8F; }
a { background-color: rgb(173,107,143); }
div.DivClassName
{
background-color: #AD6B8F;
}
.BgClassName
{
background-color: #AD6B8F;
}
</style>
border-color css
<style>
span { border-color: #AD6B8F; }
span { border-color: rgb(173,107,143); }
td.TdClassName
{
border-color: #AD6B8F;
}
.TagClassName
{
border-color: #AD6B8F;
}
</style>