Shades of Tapestry #AD6579
Tints of Tapestry #AD6579
RGB
CMYK
RGB Variations
Color information
#AD6579 (or 0xAD6579) is known color: Tapestry. HEX triplet: AD, 65 and 79. RGB value is (173,101,121). Sum of RGB (Red+Green+Blue) = 173+101+121=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6579 is #529A86. Grayscale: #7C7C7C. Windows color (decimal): -5413511 or 7955885. OLE color: 7955885.
HSL color Cylindrical-coordinate representation of color #AD6579: hue angle of 343.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6579 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 121 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.32 |
| HSL | 343.33º | 0.31% | 0.54% | - |
| HSV(B) | 343.33º | 0.42% | 0.68% | - |
| XYZ | 25.34 | 19.57 | 20.53 | - |
| YUV | 124.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 121 | 0 | 0.42 | 0.30 | 0.32 | 343.33 | 0.31 | 0.54 |
| Hex | AD | 65 | 79 | 0 | 2A | 1E | 20 | 157 | 1F | 36 |
| Octal | 255 | 145 | 171 | 0 | 52 | 36 | 40 | 527 | 37 | 66 |
| Binary | 10101101 | 1100101 | 1111001 | 0 | 101010 | 11110 | 100000 | 101010111 | 11111 | 110110 |
Color Harmonies of #AD6579
Complementary color
Monochromatic Colors of #AD6579
Black with #AD6579
Text Example
Text Example
White with #AD6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6579; }
p { color: rgb(173,101,121); }
H1.HeaderClassName
{
color: #AD6579;
}
.AnyTagClassName
{
color: #AD6579;
}
</style>
background-color css
<style>
a { background-color: #AD6579; }
a { background-color: rgb(173,101,121); }
div.DivClassName
{
background-color: #AD6579;
}
.BgClassName
{
background-color: #AD6579;
}
</style>
border-color css
<style>
span { border-color: #AD6579; }
span { border-color: rgb(173,101,121); }
td.TdClassName
{
border-color: #AD6579;
}
.TagClassName
{
border-color: #AD6579;
}
</style>