Shades of Tapestry #AD5D7F
Tints of Tapestry #AD5D7F
RGB
CMYK
RGB Variations
Color information
#AD5D7F (or 0xAD5D7F) is known color: Tapestry. HEX triplet: AD, 5D and 7F. RGB value is (173,93,127). Sum of RGB (Red+Green+Blue) = 173+93+127=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D7F is #52A280. Grayscale: #787878. Windows color (decimal): -5415553 or 8347053. OLE color: 8347053.
HSL color Cylindrical-coordinate representation of color #AD5D7F: hue angle of 334.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D7F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 127 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.32 |
| HSL | 334.5º | 0.33% | 0.52% | - |
| HSV(B) | 334.5º | 0.46% | 0.68% | - |
| XYZ | 24.98 | 18.25 | 22.28 | - |
| YUV | 120.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 127 | 0 | 0.46 | 0.27 | 0.32 | 334.5 | 0.33 | 0.52 |
| Hex | AD | 5D | 7F | 0 | 2E | 1B | 20 | 14E | 21 | 34 |
| Octal | 255 | 135 | 177 | 0 | 56 | 33 | 40 | 516 | 41 | 64 |
| Binary | 10101101 | 1011101 | 1111111 | 0 | 101110 | 11011 | 100000 | 101001110 | 100001 | 110100 |
Color Harmonies of #AD5D7F
Complementary color
Monochromatic Colors of #AD5D7F
Black with #AD5D7F
Text Example
Text Example
White with #AD5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D7F; }
p { color: rgb(173,93,127); }
H1.HeaderClassName
{
color: #AD5D7F;
}
.AnyTagClassName
{
color: #AD5D7F;
}
</style>
background-color css
<style>
a { background-color: #AD5D7F; }
a { background-color: rgb(173,93,127); }
div.DivClassName
{
background-color: #AD5D7F;
}
.BgClassName
{
background-color: #AD5D7F;
}
</style>
border-color css
<style>
span { border-color: #AD5D7F; }
span { border-color: rgb(173,93,127); }
td.TdClassName
{
border-color: #AD5D7F;
}
.TagClassName
{
border-color: #AD5D7F;
}
</style>