Shades of Tapestry #AD758C
Tints of Tapestry #AD758C
RGB
CMYK
RGB Variations
Color information
#AD758C (or 0xAD758C) is known color: Tapestry. HEX triplet: AD, 75 and 8C. RGB value is (173,117,140). Sum of RGB (Red+Green+Blue) = 173+117+140=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758C is #528A73. Grayscale: #888888. Windows color (decimal): -5409396 or 9205165. OLE color: 9205165.
HSL color Cylindrical-coordinate representation of color #AD758C: hue angle of 335.36º 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 #AD758C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 140 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.32 |
| HSL | 335.36º | 0.25% | 0.57% | - |
| HSV(B) | 335.36º | 0.32% | 0.68% | - |
| XYZ | 28.33 | 23.5 | 27.85 | - |
| YUV | 136.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 140 | 0 | 0.32 | 0.19 | 0.32 | 335.36 | 0.25 | 0.57 |
| Hex | AD | 75 | 8C | 0 | 20 | 13 | 20 | 14F | 19 | 39 |
| Octal | 255 | 165 | 214 | 0 | 40 | 23 | 40 | 517 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10001100 | 0 | 100000 | 10011 | 100000 | 101001111 | 11001 | 111001 |
Color Harmonies of #AD758C
Complementary color
Monochromatic Colors of #AD758C
Black with #AD758C
Text Example
Text Example
White with #AD758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD758C; }
p { color: rgb(173,117,140); }
H1.HeaderClassName
{
color: #AD758C;
}
.AnyTagClassName
{
color: #AD758C;
}
</style>
background-color css
<style>
a { background-color: #AD758C; }
a { background-color: rgb(173,117,140); }
div.DivClassName
{
background-color: #AD758C;
}
.BgClassName
{
background-color: #AD758C;
}
</style>
border-color css
<style>
span { border-color: #AD758C; }
span { border-color: rgb(173,117,140); }
td.TdClassName
{
border-color: #AD758C;
}
.TagClassName
{
border-color: #AD758C;
}
</style>