Shades of Tapestry #AD657D
Tints of Tapestry #AD657D
RGB
CMYK
RGB Variations
Color information
#AD657D (or 0xAD657D) is known color: Tapestry. HEX triplet: AD, 65 and 7D. RGB value is (173,101,125). Sum of RGB (Red+Green+Blue) = 173+101+125=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657D is #529A82. Grayscale: #7D7D7D. Windows color (decimal): -5413507 or 8218029. OLE color: 8218029.
HSL color Cylindrical-coordinate representation of color #AD657D: hue angle of 340º 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 #AD657D is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 125 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.32 |
| HSL | 340º | 0.31% | 0.54% | - |
| HSV(B) | 340º | 0.42% | 0.68% | - |
| XYZ | 25.59 | 19.67 | 21.85 | - |
| YUV | 125.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 125 | 0 | 0.42 | 0.28 | 0.32 | 340 | 0.31 | 0.54 |
| Hex | AD | 65 | 7D | 0 | 2A | 1C | 20 | 154 | 1F | 36 |
| Octal | 255 | 145 | 175 | 0 | 52 | 34 | 40 | 524 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1111101 | 0 | 101010 | 11100 | 100000 | 101010100 | 11111 | 110110 |
Color Harmonies of #AD657D
Complementary color
Monochromatic Colors of #AD657D
Black with #AD657D
Text Example
Text Example
White with #AD657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD657D; }
p { color: rgb(173,101,125); }
H1.HeaderClassName
{
color: #AD657D;
}
.AnyTagClassName
{
color: #AD657D;
}
</style>
background-color css
<style>
a { background-color: #AD657D; }
a { background-color: rgb(173,101,125); }
div.DivClassName
{
background-color: #AD657D;
}
.BgClassName
{
background-color: #AD657D;
}
</style>
border-color css
<style>
span { border-color: #AD657D; }
span { border-color: rgb(173,101,125); }
td.TdClassName
{
border-color: #AD657D;
}
.TagClassName
{
border-color: #AD657D;
}
</style>