Shades of Tapestry #AD6C83
Tints of Tapestry #AD6C83
RGB
CMYK
RGB Variations
Color information
#AD6C83 (or 0xAD6C83) is known color: Tapestry. HEX triplet: AD, 6C and 83. RGB value is (173,108,131). Sum of RGB (Red+Green+Blue) = 173+108+131=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C83 is #52937C. Grayscale: #828282. Windows color (decimal): -5411709 or 8613037. OLE color: 8613037.
HSL color Cylindrical-coordinate representation of color #AD6C83: hue angle of 338.77º degrees, saturation: 0.28, 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 #AD6C83 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 131 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.32 |
| HSL | 338.77º | 0.28% | 0.55% | - |
| HSV(B) | 338.77º | 0.38% | 0.68% | - |
| XYZ | 26.69 | 21.25 | 24.17 | - |
| YUV | 130.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 131 | 0 | 0.38 | 0.24 | 0.32 | 338.77 | 0.28 | 0.55 |
| Hex | AD | 6C | 83 | 0 | 26 | 18 | 20 | 153 | 1C | 37 |
| Octal | 255 | 154 | 203 | 0 | 46 | 30 | 40 | 523 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10000011 | 0 | 100110 | 11000 | 100000 | 101010011 | 11100 | 110111 |
Color Harmonies of #AD6C83
Complementary color
Monochromatic Colors of #AD6C83
Black with #AD6C83
Text Example
Text Example
White with #AD6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C83; }
p { color: rgb(173,108,131); }
H1.HeaderClassName
{
color: #AD6C83;
}
.AnyTagClassName
{
color: #AD6C83;
}
</style>
background-color css
<style>
a { background-color: #AD6C83; }
a { background-color: rgb(173,108,131); }
div.DivClassName
{
background-color: #AD6C83;
}
.BgClassName
{
background-color: #AD6C83;
}
</style>
border-color css
<style>
span { border-color: #AD6C83; }
span { border-color: rgb(173,108,131); }
td.TdClassName
{
border-color: #AD6C83;
}
.TagClassName
{
border-color: #AD6C83;
}
</style>