Shades of Tapestry #AD6D83
Tints of Tapestry #AD6D83
RGB
CMYK
RGB Variations
Color information
#AD6D83 (or 0xAD6D83) is known color: Tapestry. HEX triplet: AD, 6D and 83. RGB value is (173,109,131). Sum of RGB (Red+Green+Blue) = 173+109+131=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D83 is #52927C. Grayscale: #828282. Windows color (decimal): -5411453 or 8613293. OLE color: 8613293.
HSL color Cylindrical-coordinate representation of color #AD6D83: hue angle of 339.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D83 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 131 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.32 |
| HSL | 339.38º | 0.28% | 0.55% | - |
| HSV(B) | 339.38º | 0.37% | 0.68% | - |
| XYZ | 26.8 | 21.46 | 24.2 | - |
| YUV | 130.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 131 | 0 | 0.37 | 0.24 | 0.32 | 339.38 | 0.28 | 0.55 |
| Hex | AD | 6D | 83 | 0 | 25 | 18 | 20 | 153 | 1C | 37 |
| Octal | 255 | 155 | 203 | 0 | 45 | 30 | 40 | 523 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10000011 | 0 | 100101 | 11000 | 100000 | 101010011 | 11100 | 110111 |
Color Harmonies of #AD6D83
Complementary color
Monochromatic Colors of #AD6D83
Black with #AD6D83
Text Example
Text Example
White with #AD6D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D83; }
p { color: rgb(173,109,131); }
H1.HeaderClassName
{
color: #AD6D83;
}
.AnyTagClassName
{
color: #AD6D83;
}
</style>
background-color css
<style>
a { background-color: #AD6D83; }
a { background-color: rgb(173,109,131); }
div.DivClassName
{
background-color: #AD6D83;
}
.BgClassName
{
background-color: #AD6D83;
}
</style>
border-color css
<style>
span { border-color: #AD6D83; }
span { border-color: rgb(173,109,131); }
td.TdClassName
{
border-color: #AD6D83;
}
.TagClassName
{
border-color: #AD6D83;
}
</style>