Shades of Tapestry #AD6078
Tints of Tapestry #AD6078
RGB
CMYK
RGB Variations
Color information
#AD6078 (or 0xAD6078) is known color: Tapestry. HEX triplet: AD, 60 and 78. RGB value is (173,96,120). Sum of RGB (Red+Green+Blue) = 173+96+120=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6078 is #529F87. Grayscale: #797979. Windows color (decimal): -5414792 or 7889069. OLE color: 7889069.
HSL color Cylindrical-coordinate representation of color #AD6078: hue angle of 341.3º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6078 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 120 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.32 |
| HSL | 341.3º | 0.32% | 0.53% | - |
| HSV(B) | 341.3º | 0.45% | 0.68% | - |
| XYZ | 24.81 | 18.61 | 20.05 | - |
| YUV | 121.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 120 | 0 | 0.45 | 0.31 | 0.32 | 341.3 | 0.32 | 0.53 |
| Hex | AD | 60 | 78 | 0 | 2D | 1F | 20 | 155 | 20 | 35 |
| Octal | 255 | 140 | 170 | 0 | 55 | 37 | 40 | 525 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1111000 | 0 | 101101 | 11111 | 100000 | 101010101 | 100000 | 110101 |
Color Harmonies of #AD6078
Complementary color
Monochromatic Colors of #AD6078
Black with #AD6078
Text Example
Text Example
White with #AD6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6078; }
p { color: rgb(173,96,120); }
H1.HeaderClassName
{
color: #AD6078;
}
.AnyTagClassName
{
color: #AD6078;
}
</style>
background-color css
<style>
a { background-color: #AD6078; }
a { background-color: rgb(173,96,120); }
div.DivClassName
{
background-color: #AD6078;
}
.BgClassName
{
background-color: #AD6078;
}
</style>
border-color css
<style>
span { border-color: #AD6078; }
span { border-color: rgb(173,96,120); }
td.TdClassName
{
border-color: #AD6078;
}
.TagClassName
{
border-color: #AD6078;
}
</style>