Shades of Tapestry #AD667E
Tints of Tapestry #AD667E
RGB
CMYK
RGB Variations
Color information
#AD667E (or 0xAD667E) is known color: Tapestry. HEX triplet: AD, 66 and 7E. RGB value is (173,102,126). Sum of RGB (Red+Green+Blue) = 173+102+126=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667E is #529981. Grayscale: #7D7D7D. Windows color (decimal): -5413250 or 8283821. OLE color: 8283821.
HSL color Cylindrical-coordinate representation of color #AD667E: hue angle of 339.72º 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 #AD667E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 126 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.32 |
| HSL | 339.72º | 0.3% | 0.54% | - |
| HSV(B) | 339.72º | 0.41% | 0.68% | - |
| XYZ | 25.75 | 19.89 | 22.22 | - |
| YUV | 125.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 126 | 0 | 0.41 | 0.27 | 0.32 | 339.72 | 0.3 | 0.54 |
| Hex | AD | 66 | 7E | 0 | 29 | 1B | 20 | 154 | 1E | 36 |
| Octal | 255 | 146 | 176 | 0 | 51 | 33 | 40 | 524 | 36 | 66 |
| Binary | 10101101 | 1100110 | 1111110 | 0 | 101001 | 11011 | 100000 | 101010100 | 11110 | 110110 |
Color Harmonies of #AD667E
Complementary color
Monochromatic Colors of #AD667E
Black with #AD667E
Text Example
Text Example
White with #AD667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD667E; }
p { color: rgb(173,102,126); }
H1.HeaderClassName
{
color: #AD667E;
}
.AnyTagClassName
{
color: #AD667E;
}
</style>
background-color css
<style>
a { background-color: #AD667E; }
a { background-color: rgb(173,102,126); }
div.DivClassName
{
background-color: #AD667E;
}
.BgClassName
{
background-color: #AD667E;
}
</style>
border-color css
<style>
span { border-color: #AD667E; }
span { border-color: rgb(173,102,126); }
td.TdClassName
{
border-color: #AD667E;
}
.TagClassName
{
border-color: #AD667E;
}
</style>