Shades of Tapestry #AD748C
Tints of Tapestry #AD748C
RGB
CMYK
RGB Variations
Color information
#AD748C (or 0xAD748C) is known color: Tapestry. HEX triplet: AD, 74 and 8C. RGB value is (173,116,140). Sum of RGB (Red+Green+Blue) = 173+116+140=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD748C is #528B73. Grayscale: #878787. Windows color (decimal): -5409652 or 9204909. OLE color: 9204909.
HSL color Cylindrical-coordinate representation of color #AD748C: hue angle of 334.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD748C is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 140 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.32 |
| HSL | 334.74º | 0.26% | 0.57% | - |
| HSV(B) | 334.74º | 0.33% | 0.68% | - |
| XYZ | 28.21 | 23.27 | 27.82 | - |
| YUV | 135.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 140 | 0 | 0.33 | 0.19 | 0.32 | 334.74 | 0.26 | 0.57 |
| Hex | AD | 74 | 8C | 0 | 21 | 13 | 20 | 14F | 1A | 39 |
| Octal | 255 | 164 | 214 | 0 | 41 | 23 | 40 | 517 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10001100 | 0 | 100001 | 10011 | 100000 | 101001111 | 11010 | 111001 |
Color Harmonies of #AD748C
Complementary color
Monochromatic Colors of #AD748C
Black with #AD748C
Text Example
Text Example
White with #AD748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD748C; }
p { color: rgb(173,116,140); }
H1.HeaderClassName
{
color: #AD748C;
}
.AnyTagClassName
{
color: #AD748C;
}
</style>
background-color css
<style>
a { background-color: #AD748C; }
a { background-color: rgb(173,116,140); }
div.DivClassName
{
background-color: #AD748C;
}
.BgClassName
{
background-color: #AD748C;
}
</style>
border-color css
<style>
span { border-color: #AD748C; }
span { border-color: rgb(173,116,140); }
td.TdClassName
{
border-color: #AD748C;
}
.TagClassName
{
border-color: #AD748C;
}
</style>