Shades of Tapestry #AD768F
Tints of Tapestry #AD768F
RGB
CMYK
RGB Variations
Color information
#AD768F (or 0xAD768F) is known color: Tapestry. HEX triplet: AD, 76 and 8F. RGB value is (173,118,143). Sum of RGB (Red+Green+Blue) = 173+118+143=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768F is #528970. Grayscale: #898989. Windows color (decimal): -5409137 or 9402029. OLE color: 9402029.
HSL color Cylindrical-coordinate representation of color #AD768F: hue angle of 332.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD768F is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 143 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.32 |
| HSL | 332.73º | 0.25% | 0.57% | - |
| HSV(B) | 332.73º | 0.32% | 0.68% | - |
| XYZ | 28.67 | 23.82 | 29.07 | - |
| YUV | 137.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 143 | 0 | 0.32 | 0.17 | 0.32 | 332.73 | 0.25 | 0.57 |
| Hex | AD | 76 | 8F | 0 | 20 | 11 | 20 | 14D | 19 | 39 |
| Octal | 255 | 166 | 217 | 0 | 40 | 21 | 40 | 515 | 31 | 71 |
| Binary | 10101101 | 1110110 | 10001111 | 0 | 100000 | 10001 | 100000 | 101001101 | 11001 | 111001 |
Color Harmonies of #AD768F
Complementary color
Monochromatic Colors of #AD768F
Black with #AD768F
Text Example
Text Example
White with #AD768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD768F; }
p { color: rgb(173,118,143); }
H1.HeaderClassName
{
color: #AD768F;
}
.AnyTagClassName
{
color: #AD768F;
}
</style>
background-color css
<style>
a { background-color: #AD768F; }
a { background-color: rgb(173,118,143); }
div.DivClassName
{
background-color: #AD768F;
}
.BgClassName
{
background-color: #AD768F;
}
</style>
border-color css
<style>
span { border-color: #AD768F; }
span { border-color: rgb(173,118,143); }
td.TdClassName
{
border-color: #AD768F;
}
.TagClassName
{
border-color: #AD768F;
}
</style>