Shades of Tapestry #AD6B7F
Tints of Tapestry #AD6B7F
RGB
CMYK
RGB Variations
Color information
#AD6B7F (or 0xAD6B7F) is known color: Tapestry. HEX triplet: AD, 6B and 7F. RGB value is (173,107,127). Sum of RGB (Red+Green+Blue) = 173+107+127=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B7F is #529480. Grayscale: #818181. Windows color (decimal): -5411969 or 8350637. OLE color: 8350637.
HSL color Cylindrical-coordinate representation of color #AD6B7F: hue angle of 341.82º 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 #AD6B7F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 127 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.32 |
| HSL | 341.82º | 0.29% | 0.55% | - |
| HSV(B) | 341.82º | 0.38% | 0.68% | - |
| XYZ | 26.32 | 20.93 | 22.73 | - |
| YUV | 129.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 127 | 0 | 0.38 | 0.27 | 0.32 | 341.82 | 0.29 | 0.55 |
| Hex | AD | 6B | 7F | 0 | 26 | 1B | 20 | 156 | 1D | 37 |
| Octal | 255 | 153 | 177 | 0 | 46 | 33 | 40 | 526 | 35 | 67 |
| Binary | 10101101 | 1101011 | 1111111 | 0 | 100110 | 11011 | 100000 | 101010110 | 11101 | 110111 |
Color Harmonies of #AD6B7F
Complementary color
Monochromatic Colors of #AD6B7F
Black with #AD6B7F
Text Example
Text Example
White with #AD6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B7F; }
p { color: rgb(173,107,127); }
H1.HeaderClassName
{
color: #AD6B7F;
}
.AnyTagClassName
{
color: #AD6B7F;
}
</style>
background-color css
<style>
a { background-color: #AD6B7F; }
a { background-color: rgb(173,107,127); }
div.DivClassName
{
background-color: #AD6B7F;
}
.BgClassName
{
background-color: #AD6B7F;
}
</style>
border-color css
<style>
span { border-color: #AD6B7F; }
span { border-color: rgb(173,107,127); }
td.TdClassName
{
border-color: #AD6B7F;
}
.TagClassName
{
border-color: #AD6B7F;
}
</style>