Shades of Tapestry #AD6178
Tints of Tapestry #AD6178
RGB
CMYK
RGB Variations
Color information
#AD6178 (or 0xAD6178) is known color: Tapestry. HEX triplet: AD, 61 and 78. RGB value is (173,97,120). Sum of RGB (Red+Green+Blue) = 173+97+120=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6178 is #529E87. Grayscale: #7A7A7A. Windows color (decimal): -5414536 or 7889325. OLE color: 7889325.
HSL color Cylindrical-coordinate representation of color #AD6178: hue angle of 341.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6178 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 120 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.32 |
| HSL | 341.84º | 0.32% | 0.53% | - |
| HSV(B) | 341.84º | 0.44% | 0.68% | - |
| XYZ | 24.9 | 18.79 | 20.08 | - |
| YUV | 122.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 120 | 0 | 0.44 | 0.31 | 0.32 | 341.84 | 0.32 | 0.53 |
| Hex | AD | 61 | 78 | 0 | 2C | 1F | 20 | 156 | 20 | 35 |
| Octal | 255 | 141 | 170 | 0 | 54 | 37 | 40 | 526 | 40 | 65 |
| Binary | 10101101 | 1100001 | 1111000 | 0 | 101100 | 11111 | 100000 | 101010110 | 100000 | 110101 |
Color Harmonies of #AD6178
Complementary color
Monochromatic Colors of #AD6178
Black with #AD6178
Text Example
Text Example
White with #AD6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6178; }
p { color: rgb(173,97,120); }
H1.HeaderClassName
{
color: #AD6178;
}
.AnyTagClassName
{
color: #AD6178;
}
</style>
background-color css
<style>
a { background-color: #AD6178; }
a { background-color: rgb(173,97,120); }
div.DivClassName
{
background-color: #AD6178;
}
.BgClassName
{
background-color: #AD6178;
}
</style>
border-color css
<style>
span { border-color: #AD6178; }
span { border-color: rgb(173,97,120); }
td.TdClassName
{
border-color: #AD6178;
}
.TagClassName
{
border-color: #AD6178;
}
</style>