Shades of Tapestry #AD6A8E
Tints of Tapestry #AD6A8E
RGB
CMYK
RGB Variations
Color information
#AD6A8E (or 0xAD6A8E) is known color: Tapestry. HEX triplet: AD, 6A and 8E. RGB value is (173,106,142). Sum of RGB (Red+Green+Blue) = 173+106+142=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A8E is #529571. Grayscale: #828282. Windows color (decimal): -5412210 or 9333421. OLE color: 9333421.
HSL color Cylindrical-coordinate representation of color #AD6A8E: hue angle of 327.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A8E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 142 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.32 |
| HSL | 327.76º | 0.29% | 0.55% | - |
| HSV(B) | 327.76º | 0.39% | 0.68% | - |
| XYZ | 27.27 | 21.15 | 28.24 | - |
| YUV | 130.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 142 | 0 | 0.39 | 0.18 | 0.32 | 327.76 | 0.29 | 0.55 |
| Hex | AD | 6A | 8E | 0 | 27 | 12 | 20 | 148 | 1D | 37 |
| Octal | 255 | 152 | 216 | 0 | 47 | 22 | 40 | 510 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10001110 | 0 | 100111 | 10010 | 100000 | 101001000 | 11101 | 110111 |
Color Harmonies of #AD6A8E
Complementary color
Monochromatic Colors of #AD6A8E
Black with #AD6A8E
Text Example
Text Example
White with #AD6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A8E; }
p { color: rgb(173,106,142); }
H1.HeaderClassName
{
color: #AD6A8E;
}
.AnyTagClassName
{
color: #AD6A8E;
}
</style>
background-color css
<style>
a { background-color: #AD6A8E; }
a { background-color: rgb(173,106,142); }
div.DivClassName
{
background-color: #AD6A8E;
}
.BgClassName
{
background-color: #AD6A8E;
}
</style>
border-color css
<style>
span { border-color: #AD6A8E; }
span { border-color: rgb(173,106,142); }
td.TdClassName
{
border-color: #AD6A8E;
}
.TagClassName
{
border-color: #AD6A8E;
}
</style>