Shades of Tapestry #AD647B
Tints of Tapestry #AD647B
RGB
CMYK
RGB Variations
Color information
#AD647B (or 0xAD647B) is known color: Tapestry. HEX triplet: AD, 64 and 7B. RGB value is (173,100,123). Sum of RGB (Red+Green+Blue) = 173+100+123=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647B is #529B84. Grayscale: #7C7C7C. Windows color (decimal): -5413765 or 8086701. OLE color: 8086701.
HSL color Cylindrical-coordinate representation of color #AD647B: hue angle of 341.1º 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 #AD647B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 123 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.32 |
| HSL | 341.1º | 0.31% | 0.54% | - |
| HSV(B) | 341.1º | 0.42% | 0.68% | - |
| XYZ | 25.37 | 19.43 | 21.15 | - |
| YUV | 124.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 123 | 0 | 0.42 | 0.29 | 0.32 | 341.1 | 0.31 | 0.54 |
| Hex | AD | 64 | 7B | 0 | 2A | 1D | 20 | 155 | 1F | 36 |
| Octal | 255 | 144 | 173 | 0 | 52 | 35 | 40 | 525 | 37 | 66 |
| Binary | 10101101 | 1100100 | 1111011 | 0 | 101010 | 11101 | 100000 | 101010101 | 11111 | 110110 |
Color Harmonies of #AD647B
Complementary color
Monochromatic Colors of #AD647B
Black with #AD647B
Text Example
Text Example
White with #AD647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD647B; }
p { color: rgb(173,100,123); }
H1.HeaderClassName
{
color: #AD647B;
}
.AnyTagClassName
{
color: #AD647B;
}
</style>
background-color css
<style>
a { background-color: #AD647B; }
a { background-color: rgb(173,100,123); }
div.DivClassName
{
background-color: #AD647B;
}
.BgClassName
{
background-color: #AD647B;
}
</style>
border-color css
<style>
span { border-color: #AD647B; }
span { border-color: rgb(173,100,123); }
td.TdClassName
{
border-color: #AD647B;
}
.TagClassName
{
border-color: #AD647B;
}
</style>