Shades of Tapestry #AD607C
Tints of Tapestry #AD607C
RGB
CMYK
RGB Variations
Color information
#AD607C (or 0xAD607C) is known color: Tapestry. HEX triplet: AD, 60 and 7C. RGB value is (173,96,124). Sum of RGB (Red+Green+Blue) = 173+96+124=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607C is #529F83. Grayscale: #7A7A7A. Windows color (decimal): -5414788 or 8151213. OLE color: 8151213.
HSL color Cylindrical-coordinate representation of color #AD607C: hue angle of 338.18º 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 #AD607C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 124 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.32 |
| HSL | 338.18º | 0.32% | 0.53% | - |
| HSV(B) | 338.18º | 0.45% | 0.68% | - |
| XYZ | 25.05 | 18.71 | 21.36 | - |
| YUV | 122.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 124 | 0 | 0.45 | 0.28 | 0.32 | 338.18 | 0.32 | 0.53 |
| Hex | AD | 60 | 7C | 0 | 2D | 1C | 20 | 152 | 20 | 35 |
| Octal | 255 | 140 | 174 | 0 | 55 | 34 | 40 | 522 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1111100 | 0 | 101101 | 11100 | 100000 | 101010010 | 100000 | 110101 |
Color Harmonies of #AD607C
Complementary color
Monochromatic Colors of #AD607C
Black with #AD607C
Text Example
Text Example
White with #AD607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD607C; }
p { color: rgb(173,96,124); }
H1.HeaderClassName
{
color: #AD607C;
}
.AnyTagClassName
{
color: #AD607C;
}
</style>
background-color css
<style>
a { background-color: #AD607C; }
a { background-color: rgb(173,96,124); }
div.DivClassName
{
background-color: #AD607C;
}
.BgClassName
{
background-color: #AD607C;
}
</style>
border-color css
<style>
span { border-color: #AD607C; }
span { border-color: rgb(173,96,124); }
td.TdClassName
{
border-color: #AD607C;
}
.TagClassName
{
border-color: #AD607C;
}
</style>