Shades of Tapestry #AD667C
Tints of Tapestry #AD667C
RGB
CMYK
RGB Variations
Color information
#AD667C (or 0xAD667C) is known color: Tapestry. HEX triplet: AD, 66 and 7C. RGB value is (173,102,124). Sum of RGB (Red+Green+Blue) = 173+102+124=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667C is #529983. Grayscale: #7D7D7D. Windows color (decimal): -5413252 or 8152749. OLE color: 8152749.
HSL color Cylindrical-coordinate representation of color #AD667C: hue angle of 341.41º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD667C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 124 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.32 |
| HSL | 341.41º | 0.3% | 0.54% | - |
| HSV(B) | 341.41º | 0.41% | 0.68% | - |
| XYZ | 25.62 | 19.84 | 21.55 | - |
| YUV | 125.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 124 | 0 | 0.41 | 0.28 | 0.32 | 341.41 | 0.3 | 0.54 |
| Hex | AD | 66 | 7C | 0 | 29 | 1C | 20 | 155 | 1E | 36 |
| Octal | 255 | 146 | 174 | 0 | 51 | 34 | 40 | 525 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1111100 | 0 | 101001 | 11100 | 100000 | 101010101 | 11110 | 110110 |
Color Harmonies of #AD667C
Complementary color
Monochromatic Colors of #AD667C
Black with #AD667C
Text Example
Text Example
White with #AD667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD667C; }
p { color: rgb(173,102,124); }
H1.HeaderClassName
{
color: #AD667C;
}
.AnyTagClassName
{
color: #AD667C;
}
</style>
background-color css
<style>
a { background-color: #AD667C; }
a { background-color: rgb(173,102,124); }
div.DivClassName
{
background-color: #AD667C;
}
.BgClassName
{
background-color: #AD667C;
}
</style>
border-color css
<style>
span { border-color: #AD667C; }
span { border-color: rgb(173,102,124); }
td.TdClassName
{
border-color: #AD667C;
}
.TagClassName
{
border-color: #AD667C;
}
</style>