Shades of Tapestry #AD738C
Tints of Tapestry #AD738C
RGB
CMYK
RGB Variations
Color information
#AD738C (or 0xAD738C) is known color: Tapestry. HEX triplet: AD, 73 and 8C. RGB value is (173,115,140). Sum of RGB (Red+Green+Blue) = 173+115+140=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738C is #528C73. Grayscale: #878787. Windows color (decimal): -5409908 or 9204653. OLE color: 9204653.
HSL color Cylindrical-coordinate representation of color #AD738C: hue angle of 334.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD738C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 140 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.32 |
| HSL | 334.14º | 0.26% | 0.56% | - |
| HSV(B) | 334.14º | 0.34% | 0.68% | - |
| XYZ | 28.1 | 23.04 | 27.78 | - |
| YUV | 135.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 140 | 0 | 0.34 | 0.19 | 0.32 | 334.14 | 0.26 | 0.56 |
| Hex | AD | 73 | 8C | 0 | 22 | 13 | 20 | 14E | 1A | 38 |
| Octal | 255 | 163 | 214 | 0 | 42 | 23 | 40 | 516 | 32 | 70 |
| Binary | 10101101 | 1110011 | 10001100 | 0 | 100010 | 10011 | 100000 | 101001110 | 11010 | 111000 |
Color Harmonies of #AD738C
Complementary color
Monochromatic Colors of #AD738C
Black with #AD738C
Text Example
Text Example
White with #AD738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD738C; }
p { color: rgb(173,115,140); }
H1.HeaderClassName
{
color: #AD738C;
}
.AnyTagClassName
{
color: #AD738C;
}
</style>
background-color css
<style>
a { background-color: #AD738C; }
a { background-color: rgb(173,115,140); }
div.DivClassName
{
background-color: #AD738C;
}
.BgClassName
{
background-color: #AD738C;
}
</style>
border-color css
<style>
span { border-color: #AD738C; }
span { border-color: rgb(173,115,140); }
td.TdClassName
{
border-color: #AD738C;
}
.TagClassName
{
border-color: #AD738C;
}
</style>