Shades of Tapestry #AD678B
Tints of Tapestry #AD678B
RGB
CMYK
RGB Variations
Color information
#AD678B (or 0xAD678B) is known color: Tapestry. HEX triplet: AD, 67 and 8B. RGB value is (173,103,139). Sum of RGB (Red+Green+Blue) = 173+103+139=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD678B is #529874. Grayscale: #7F7F7F. Windows color (decimal): -5412981 or 9136045. OLE color: 9136045.
HSL color Cylindrical-coordinate representation of color #AD678B: hue angle of 329.14º 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 #AD678B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 139 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.32 |
| HSL | 329.14º | 0.3% | 0.54% | - |
| HSV(B) | 329.14º | 0.4% | 0.68% | - |
| XYZ | 26.74 | 20.45 | 26.96 | - |
| YUV | 128.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 139 | 0 | 0.40 | 0.20 | 0.32 | 329.14 | 0.3 | 0.54 |
| Hex | AD | 67 | 8B | 0 | 28 | 14 | 20 | 149 | 1E | 36 |
| Octal | 255 | 147 | 213 | 0 | 50 | 24 | 40 | 511 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10001011 | 0 | 101000 | 10100 | 100000 | 101001001 | 11110 | 110110 |
Color Harmonies of #AD678B
Complementary color
Monochromatic Colors of #AD678B
Black with #AD678B
Text Example
Text Example
White with #AD678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD678B; }
p { color: rgb(173,103,139); }
H1.HeaderClassName
{
color: #AD678B;
}
.AnyTagClassName
{
color: #AD678B;
}
</style>
background-color css
<style>
a { background-color: #AD678B; }
a { background-color: rgb(173,103,139); }
div.DivClassName
{
background-color: #AD678B;
}
.BgClassName
{
background-color: #AD678B;
}
</style>
border-color css
<style>
span { border-color: #AD678B; }
span { border-color: rgb(173,103,139); }
td.TdClassName
{
border-color: #AD678B;
}
.TagClassName
{
border-color: #AD678B;
}
</style>