Shades of Tapestry #AD6D7F
Tints of Tapestry #AD6D7F
RGB
CMYK
RGB Variations
Color information
#AD6D7F (or 0xAD6D7F) is known color: Tapestry. HEX triplet: AD, 6D and 7F. RGB value is (173,109,127). Sum of RGB (Red+Green+Blue) = 173+109+127=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D7F is #529280. Grayscale: #828282. Windows color (decimal): -5411457 or 8351149. OLE color: 8351149.
HSL color Cylindrical-coordinate representation of color #AD6D7F: hue angle of 343.12º 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 #AD6D7F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 127 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.32 |
| HSL | 343.13º | 0.28% | 0.55% | - |
| HSV(B) | 343.13º | 0.37% | 0.68% | - |
| XYZ | 26.53 | 21.35 | 22.8 | - |
| YUV | 130.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 127 | 0 | 0.37 | 0.27 | 0.32 | 343.13 | 0.28 | 0.55 |
| Hex | AD | 6D | 7F | 0 | 25 | 1B | 20 | 157 | 1C | 37 |
| Octal | 255 | 155 | 177 | 0 | 45 | 33 | 40 | 527 | 34 | 67 |
| Binary | 10101101 | 1101101 | 1111111 | 0 | 100101 | 11011 | 100000 | 101010111 | 11100 | 110111 |
Color Harmonies of #AD6D7F
Complementary color
Monochromatic Colors of #AD6D7F
Black with #AD6D7F
Text Example
Text Example
White with #AD6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D7F; }
p { color: rgb(173,109,127); }
H1.HeaderClassName
{
color: #AD6D7F;
}
.AnyTagClassName
{
color: #AD6D7F;
}
</style>
background-color css
<style>
a { background-color: #AD6D7F; }
a { background-color: rgb(173,109,127); }
div.DivClassName
{
background-color: #AD6D7F;
}
.BgClassName
{
background-color: #AD6D7F;
}
</style>
border-color css
<style>
span { border-color: #AD6D7F; }
span { border-color: rgb(173,109,127); }
td.TdClassName
{
border-color: #AD6D7F;
}
.TagClassName
{
border-color: #AD6D7F;
}
</style>