Shades of Tapestry #AD648E
Tints of Tapestry #AD648E
RGB
CMYK
RGB Variations
Color information
#AD648E (or 0xAD648E) is known color: Tapestry. HEX triplet: AD, 64 and 8E. RGB value is (173,100,142). Sum of RGB (Red+Green+Blue) = 173+100+142=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648E is #529B71. Grayscale: #7E7E7E. Windows color (decimal): -5413746 or 9331885. OLE color: 9331885.
HSL color Cylindrical-coordinate representation of color #AD648E: hue angle of 325.48º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD648E is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 142 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.32 |
| HSL | 325.48º | 0.31% | 0.54% | - |
| HSV(B) | 325.48º | 0.42% | 0.68% | - |
| XYZ | 26.67 | 19.95 | 28.04 | - |
| YUV | 126.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 142 | 0 | 0.42 | 0.18 | 0.32 | 325.48 | 0.31 | 0.54 |
| Hex | AD | 64 | 8E | 0 | 2A | 12 | 20 | 145 | 1F | 36 |
| Octal | 255 | 144 | 216 | 0 | 52 | 22 | 40 | 505 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10001110 | 0 | 101010 | 10010 | 100000 | 101000101 | 11111 | 110110 |
Color Harmonies of #AD648E
Complementary color
Monochromatic Colors of #AD648E
Black with #AD648E
Text Example
Text Example
White with #AD648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD648E; }
p { color: rgb(173,100,142); }
H1.HeaderClassName
{
color: #AD648E;
}
.AnyTagClassName
{
color: #AD648E;
}
</style>
background-color css
<style>
a { background-color: #AD648E; }
a { background-color: rgb(173,100,142); }
div.DivClassName
{
background-color: #AD648E;
}
.BgClassName
{
background-color: #AD648E;
}
</style>
border-color css
<style>
span { border-color: #AD648E; }
span { border-color: rgb(173,100,142); }
td.TdClassName
{
border-color: #AD648E;
}
.TagClassName
{
border-color: #AD648E;
}
</style>