Shades of Tapestry #AD657E
Tints of Tapestry #AD657E
RGB
CMYK
RGB Variations
Color information
#AD657E (or 0xAD657E) is known color: Tapestry. HEX triplet: AD, 65 and 7E. RGB value is (173,101,126). Sum of RGB (Red+Green+Blue) = 173+101+126=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657E is #529A81. Grayscale: #7D7D7D. Windows color (decimal): -5413506 or 8283565. OLE color: 8283565.
HSL color Cylindrical-coordinate representation of color #AD657E: hue angle of 339.17º 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 #AD657E is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 126 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.32 |
| HSL | 339.17º | 0.31% | 0.54% | - |
| HSV(B) | 339.17º | 0.42% | 0.68% | - |
| XYZ | 25.65 | 19.7 | 22.19 | - |
| YUV | 125.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 126 | 0 | 0.42 | 0.27 | 0.32 | 339.17 | 0.31 | 0.54 |
| Hex | AD | 65 | 7E | 0 | 2A | 1B | 20 | 153 | 1F | 36 |
| Octal | 255 | 145 | 176 | 0 | 52 | 33 | 40 | 523 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1111110 | 0 | 101010 | 11011 | 100000 | 101010011 | 11111 | 110110 |
Color Harmonies of #AD657E
Complementary color
Monochromatic Colors of #AD657E
Black with #AD657E
Text Example
Text Example
White with #AD657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD657E; }
p { color: rgb(173,101,126); }
H1.HeaderClassName
{
color: #AD657E;
}
.AnyTagClassName
{
color: #AD657E;
}
</style>
background-color css
<style>
a { background-color: #AD657E; }
a { background-color: rgb(173,101,126); }
div.DivClassName
{
background-color: #AD657E;
}
.BgClassName
{
background-color: #AD657E;
}
</style>
border-color css
<style>
span { border-color: #AD657E; }
span { border-color: rgb(173,101,126); }
td.TdClassName
{
border-color: #AD657E;
}
.TagClassName
{
border-color: #AD657E;
}
</style>