Shades of Tapestry #AD607D
Tints of Tapestry #AD607D
RGB
CMYK
RGB Variations
Color information
#AD607D (or 0xAD607D) is known color: Tapestry. HEX triplet: AD, 60 and 7D. RGB value is (173,96,125). Sum of RGB (Red+Green+Blue) = 173+96+125=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD607D is #529F82. Grayscale: #7A7A7A. Windows color (decimal): -5414787 or 8216749. OLE color: 8216749.
HSL color Cylindrical-coordinate representation of color #AD607D: hue angle of 337.4º 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 #AD607D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 125 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.32 |
| HSL | 337.4º | 0.32% | 0.53% | - |
| HSV(B) | 337.4º | 0.45% | 0.68% | - |
| XYZ | 25.12 | 18.73 | 21.69 | - |
| YUV | 122.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 125 | 0 | 0.45 | 0.28 | 0.32 | 337.4 | 0.32 | 0.53 |
| Hex | AD | 60 | 7D | 0 | 2D | 1C | 20 | 151 | 20 | 35 |
| Octal | 255 | 140 | 175 | 0 | 55 | 34 | 40 | 521 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1111101 | 0 | 101101 | 11100 | 100000 | 101010001 | 100000 | 110101 |
Color Harmonies of #AD607D
Complementary color
Monochromatic Colors of #AD607D
Black with #AD607D
Text Example
Text Example
White with #AD607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD607D; }
p { color: rgb(173,96,125); }
H1.HeaderClassName
{
color: #AD607D;
}
.AnyTagClassName
{
color: #AD607D;
}
</style>
background-color css
<style>
a { background-color: #AD607D; }
a { background-color: rgb(173,96,125); }
div.DivClassName
{
background-color: #AD607D;
}
.BgClassName
{
background-color: #AD607D;
}
</style>
border-color css
<style>
span { border-color: #AD607D; }
span { border-color: rgb(173,96,125); }
td.TdClassName
{
border-color: #AD607D;
}
.TagClassName
{
border-color: #AD607D;
}
</style>