Shades of Tapestry #AD667D
Tints of Tapestry #AD667D
RGB
CMYK
RGB Variations
Color information
#AD667D (or 0xAD667D) is known color: Tapestry. HEX triplet: AD, 66 and 7D. RGB value is (173,102,125). Sum of RGB (Red+Green+Blue) = 173+102+125=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667D is #529982. Grayscale: #7D7D7D. Windows color (decimal): -5413251 or 8218285. OLE color: 8218285.
HSL color Cylindrical-coordinate representation of color #AD667D: hue angle of 340.56º 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 #AD667D is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 125 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.32 |
| HSL | 340.56º | 0.3% | 0.54% | - |
| HSV(B) | 340.56º | 0.41% | 0.68% | - |
| XYZ | 25.69 | 19.87 | 21.88 | - |
| YUV | 125.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 125 | 0 | 0.41 | 0.28 | 0.32 | 340.56 | 0.3 | 0.54 |
| Hex | AD | 66 | 7D | 0 | 29 | 1C | 20 | 155 | 1E | 36 |
| Octal | 255 | 146 | 175 | 0 | 51 | 34 | 40 | 525 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1111101 | 0 | 101001 | 11100 | 100000 | 101010101 | 11110 | 110110 |
Color Harmonies of #AD667D
Complementary color
Monochromatic Colors of #AD667D
Black with #AD667D
Text Example
Text Example
White with #AD667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD667D; }
p { color: rgb(173,102,125); }
H1.HeaderClassName
{
color: #AD667D;
}
.AnyTagClassName
{
color: #AD667D;
}
</style>
background-color css
<style>
a { background-color: #AD667D; }
a { background-color: rgb(173,102,125); }
div.DivClassName
{
background-color: #AD667D;
}
.BgClassName
{
background-color: #AD667D;
}
</style>
border-color css
<style>
span { border-color: #AD667D; }
span { border-color: rgb(173,102,125); }
td.TdClassName
{
border-color: #AD667D;
}
.TagClassName
{
border-color: #AD667D;
}
</style>