Shades of Tapestry #AD648B
Tints of Tapestry #AD648B
RGB
CMYK
RGB Variations
Color information
#AD648B (or 0xAD648B) is known color: Tapestry. HEX triplet: AD, 64 and 8B. RGB value is (173,100,139). Sum of RGB (Red+Green+Blue) = 173+100+139=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648B is #529B74. Grayscale: #7E7E7E. Windows color (decimal): -5413749 or 9135277. OLE color: 9135277.
HSL color Cylindrical-coordinate representation of color #AD648B: hue angle of 327.95º 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 #AD648B is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 139 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.32 |
| HSL | 327.95º | 0.31% | 0.54% | - |
| HSV(B) | 327.95º | 0.42% | 0.68% | - |
| XYZ | 26.45 | 19.86 | 26.87 | - |
| YUV | 126.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 139 | 0 | 0.42 | 0.20 | 0.32 | 327.95 | 0.31 | 0.54 |
| Hex | AD | 64 | 8B | 0 | 2A | 14 | 20 | 148 | 1F | 36 |
| Octal | 255 | 144 | 213 | 0 | 52 | 24 | 40 | 510 | 37 | 66 |
| Binary | 10101101 | 1100100 | 10001011 | 0 | 101010 | 10100 | 100000 | 101001000 | 11111 | 110110 |
Color Harmonies of #AD648B
Complementary color
Monochromatic Colors of #AD648B
Black with #AD648B
Text Example
Text Example
White with #AD648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD648B; }
p { color: rgb(173,100,139); }
H1.HeaderClassName
{
color: #AD648B;
}
.AnyTagClassName
{
color: #AD648B;
}
</style>
background-color css
<style>
a { background-color: #AD648B; }
a { background-color: rgb(173,100,139); }
div.DivClassName
{
background-color: #AD648B;
}
.BgClassName
{
background-color: #AD648B;
}
</style>
border-color css
<style>
span { border-color: #AD648B; }
span { border-color: rgb(173,100,139); }
td.TdClassName
{
border-color: #AD648B;
}
.TagClassName
{
border-color: #AD648B;
}
</style>