Shades of Tapestry #AD647F
Tints of Tapestry #AD647F
RGB
CMYK
RGB Variations
Color information
#AD647F (or 0xAD647F) is known color: Tapestry. HEX triplet: AD, 64 and 7F. RGB value is (173,100,127). Sum of RGB (Red+Green+Blue) = 173+100+127=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD647F is #529B80. Grayscale: #7C7C7C. Windows color (decimal): -5413761 or 8348845. OLE color: 8348845.
HSL color Cylindrical-coordinate representation of color #AD647F: hue angle of 337.81º 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 #AD647F is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 127 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.32 |
| HSL | 337.81º | 0.31% | 0.54% | - |
| HSV(B) | 337.81º | 0.42% | 0.68% | - |
| XYZ | 25.62 | 19.53 | 22.5 | - |
| YUV | 124.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 127 | 0 | 0.42 | 0.27 | 0.32 | 337.81 | 0.31 | 0.54 |
| Hex | AD | 64 | 7F | 0 | 2A | 1B | 20 | 152 | 1F | 36 |
| Octal | 255 | 144 | 177 | 0 | 52 | 33 | 40 | 522 | 37 | 66 |
| Binary | 10101101 | 1100100 | 1111111 | 0 | 101010 | 11011 | 100000 | 101010010 | 11111 | 110110 |
Color Harmonies of #AD647F
Complementary color
Monochromatic Colors of #AD647F
Black with #AD647F
Text Example
Text Example
White with #AD647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD647F; }
p { color: rgb(173,100,127); }
H1.HeaderClassName
{
color: #AD647F;
}
.AnyTagClassName
{
color: #AD647F;
}
</style>
background-color css
<style>
a { background-color: #AD647F; }
a { background-color: rgb(173,100,127); }
div.DivClassName
{
background-color: #AD647F;
}
.BgClassName
{
background-color: #AD647F;
}
</style>
border-color css
<style>
span { border-color: #AD647F; }
span { border-color: rgb(173,100,127); }
td.TdClassName
{
border-color: #AD647F;
}
.TagClassName
{
border-color: #AD647F;
}
</style>