Shades of Tapestry #AD5F7D
Tints of Tapestry #AD5F7D
RGB
CMYK
RGB Variations
Color information
#AD5F7D (or 0xAD5F7D) is known color: Tapestry. HEX triplet: AD, 5F and 7D. RGB value is (173,95,125). Sum of RGB (Red+Green+Blue) = 173+95+125=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F7D is #52A082. Grayscale: #797979. Windows color (decimal): -5415043 or 8216493. OLE color: 8216493.
HSL color Cylindrical-coordinate representation of color #AD5F7D: hue angle of 336.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F7D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 125 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.32 |
| HSL | 336.92º | 0.32% | 0.53% | - |
| HSV(B) | 336.92º | 0.45% | 0.68% | - |
| XYZ | 25.03 | 18.55 | 21.66 | - |
| YUV | 121.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 125 | 0 | 0.45 | 0.28 | 0.32 | 336.92 | 0.32 | 0.53 |
| Hex | AD | 5F | 7D | 0 | 2D | 1C | 20 | 151 | 20 | 35 |
| Octal | 255 | 137 | 175 | 0 | 55 | 34 | 40 | 521 | 40 | 65 |
| Binary | 10101101 | 1011111 | 1111101 | 0 | 101101 | 11100 | 100000 | 101010001 | 100000 | 110101 |
Color Harmonies of #AD5F7D
Complementary color
Monochromatic Colors of #AD5F7D
Black with #AD5F7D
Text Example
Text Example
White with #AD5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F7D; }
p { color: rgb(173,95,125); }
H1.HeaderClassName
{
color: #AD5F7D;
}
.AnyTagClassName
{
color: #AD5F7D;
}
</style>
background-color css
<style>
a { background-color: #AD5F7D; }
a { background-color: rgb(173,95,125); }
div.DivClassName
{
background-color: #AD5F7D;
}
.BgClassName
{
background-color: #AD5F7D;
}
</style>
border-color css
<style>
span { border-color: #AD5F7D; }
span { border-color: rgb(173,95,125); }
td.TdClassName
{
border-color: #AD5F7D;
}
.TagClassName
{
border-color: #AD5F7D;
}
</style>