Shades of Tapestry #AD677D
Tints of Tapestry #AD677D
RGB
CMYK
RGB Variations
Color information
#AD677D (or 0xAD677D) is known color: Tapestry. HEX triplet: AD, 67 and 7D. RGB value is (173,103,125). Sum of RGB (Red+Green+Blue) = 173+103+125=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD677D is #529882. Grayscale: #7E7E7E. Windows color (decimal): -5412995 or 8218541. OLE color: 8218541.
HSL color Cylindrical-coordinate representation of color #AD677D: hue angle of 341.14º 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 #AD677D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 125 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.32 |
| HSL | 341.14º | 0.3% | 0.54% | - |
| HSV(B) | 341.14º | 0.4% | 0.68% | - |
| XYZ | 25.79 | 20.07 | 21.92 | - |
| YUV | 126.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 125 | 0 | 0.40 | 0.28 | 0.32 | 341.14 | 0.3 | 0.54 |
| Hex | AD | 67 | 7D | 0 | 28 | 1C | 20 | 155 | 1E | 36 |
| Octal | 255 | 147 | 175 | 0 | 50 | 34 | 40 | 525 | 36 | 66 |
| Binary | 10101101 | 1100111 | 1111101 | 0 | 101000 | 11100 | 100000 | 101010101 | 11110 | 110110 |
Color Harmonies of #AD677D
Complementary color
Monochromatic Colors of #AD677D
Black with #AD677D
Text Example
Text Example
White with #AD677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD677D; }
p { color: rgb(173,103,125); }
H1.HeaderClassName
{
color: #AD677D;
}
.AnyTagClassName
{
color: #AD677D;
}
</style>
background-color css
<style>
a { background-color: #AD677D; }
a { background-color: rgb(173,103,125); }
div.DivClassName
{
background-color: #AD677D;
}
.BgClassName
{
background-color: #AD677D;
}
</style>
border-color css
<style>
span { border-color: #AD677D; }
span { border-color: rgb(173,103,125); }
td.TdClassName
{
border-color: #AD677D;
}
.TagClassName
{
border-color: #AD677D;
}
</style>