Shades of Tapestry #AD6B7D
Tints of Tapestry #AD6B7D
RGB
CMYK
RGB Variations
Color information
#AD6B7D (or 0xAD6B7D) is known color: Tapestry. HEX triplet: AD, 6B and 7D. RGB value is (173,107,125). Sum of RGB (Red+Green+Blue) = 173+107+125=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B7D is #529482. Grayscale: #808080. Windows color (decimal): -5411971 or 8219565. OLE color: 8219565.
HSL color Cylindrical-coordinate representation of color #AD6B7D: hue angle of 343.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B7D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 125 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.32 |
| HSL | 343.64º | 0.29% | 0.55% | - |
| HSV(B) | 343.64º | 0.38% | 0.68% | - |
| XYZ | 26.19 | 20.88 | 22.05 | - |
| YUV | 128.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 125 | 0 | 0.38 | 0.28 | 0.32 | 343.64 | 0.29 | 0.55 |
| Hex | AD | 6B | 7D | 0 | 26 | 1C | 20 | 158 | 1D | 37 |
| Octal | 255 | 153 | 175 | 0 | 46 | 34 | 40 | 530 | 35 | 67 |
| Binary | 10101101 | 1101011 | 1111101 | 0 | 100110 | 11100 | 100000 | 101011000 | 11101 | 110111 |
Color Harmonies of #AD6B7D
Complementary color
Monochromatic Colors of #AD6B7D
Black with #AD6B7D
Text Example
Text Example
White with #AD6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B7D; }
p { color: rgb(173,107,125); }
H1.HeaderClassName
{
color: #AD6B7D;
}
.AnyTagClassName
{
color: #AD6B7D;
}
</style>
background-color css
<style>
a { background-color: #AD6B7D; }
a { background-color: rgb(173,107,125); }
div.DivClassName
{
background-color: #AD6B7D;
}
.BgClassName
{
background-color: #AD6B7D;
}
</style>
border-color css
<style>
span { border-color: #AD6B7D; }
span { border-color: rgb(173,107,125); }
td.TdClassName
{
border-color: #AD6B7D;
}
.TagClassName
{
border-color: #AD6B7D;
}
</style>