Shades of Tapestry #AD678F
Tints of Tapestry #AD678F
RGB
CMYK
RGB Variations
Color information
#AD678F (or 0xAD678F) is known color: Tapestry. HEX triplet: AD, 67 and 8F. RGB value is (173,103,143). Sum of RGB (Red+Green+Blue) = 173+103+143=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD678F is #529870. Grayscale: #808080. Windows color (decimal): -5412977 or 9398189. OLE color: 9398189.
HSL color Cylindrical-coordinate representation of color #AD678F: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD678F is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 143 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.32 |
| HSL | 325.71º | 0.3% | 0.54% | - |
| HSV(B) | 325.71º | 0.4% | 0.68% | - |
| XYZ | 27.04 | 20.57 | 28.53 | - |
| YUV | 128.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 143 | 0 | 0.40 | 0.17 | 0.32 | 325.71 | 0.3 | 0.54 |
| Hex | AD | 67 | 8F | 0 | 28 | 11 | 20 | 146 | 1E | 36 |
| Octal | 255 | 147 | 217 | 0 | 50 | 21 | 40 | 506 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10001111 | 0 | 101000 | 10001 | 100000 | 101000110 | 11110 | 110110 |
Color Harmonies of #AD678F
Complementary color
Monochromatic Colors of #AD678F
Black with #AD678F
Text Example
Text Example
White with #AD678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD678F; }
p { color: rgb(173,103,143); }
H1.HeaderClassName
{
color: #AD678F;
}
.AnyTagClassName
{
color: #AD678F;
}
</style>
background-color css
<style>
a { background-color: #AD678F; }
a { background-color: rgb(173,103,143); }
div.DivClassName
{
background-color: #AD678F;
}
.BgClassName
{
background-color: #AD678F;
}
</style>
border-color css
<style>
span { border-color: #AD678F; }
span { border-color: rgb(173,103,143); }
td.TdClassName
{
border-color: #AD678F;
}
.TagClassName
{
border-color: #AD678F;
}
</style>