Shades of Tapestry #AD677C
Tints of Tapestry #AD677C
RGB
CMYK
RGB Variations
Color information
#AD677C (or 0xAD677C) is known color: Tapestry. HEX triplet: AD, 67 and 7C. RGB value is (173,103,124). Sum of RGB (Red+Green+Blue) = 173+103+124=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD677C is #529883. Grayscale: #7E7E7E. Windows color (decimal): -5412996 or 8153005. OLE color: 8153005.
HSL color Cylindrical-coordinate representation of color #AD677C: hue angle of 342º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD677C is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 124 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.32 |
| HSL | 342º | 0.3% | 0.54% | - |
| HSV(B) | 342º | 0.4% | 0.68% | - |
| XYZ | 25.72 | 20.04 | 21.58 | - |
| YUV | 126.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 124 | 0 | 0.40 | 0.28 | 0.32 | 342 | 0.3 | 0.54 |
| Hex | AD | 67 | 7C | 0 | 28 | 1C | 20 | 156 | 1E | 36 |
| Octal | 255 | 147 | 174 | 0 | 50 | 34 | 40 | 526 | 36 | 66 |
| Binary | 10101101 | 1100111 | 1111100 | 0 | 101000 | 11100 | 100000 | 101010110 | 11110 | 110110 |
Color Harmonies of #AD677C
Complementary color
Monochromatic Colors of #AD677C
Black with #AD677C
Text Example
Text Example
White with #AD677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD677C; }
p { color: rgb(173,103,124); }
H1.HeaderClassName
{
color: #AD677C;
}
.AnyTagClassName
{
color: #AD677C;
}
</style>
background-color css
<style>
a { background-color: #AD677C; }
a { background-color: rgb(173,103,124); }
div.DivClassName
{
background-color: #AD677C;
}
.BgClassName
{
background-color: #AD677C;
}
</style>
border-color css
<style>
span { border-color: #AD677C; }
span { border-color: rgb(173,103,124); }
td.TdClassName
{
border-color: #AD677C;
}
.TagClassName
{
border-color: #AD677C;
}
</style>