Shades of Tapestry #AD737F
Tints of Tapestry #AD737F
RGB
CMYK
RGB Variations
Color information
#AD737F (or 0xAD737F) is known color: Tapestry. HEX triplet: AD, 73 and 7F. RGB value is (173,115,127). Sum of RGB (Red+Green+Blue) = 173+115+127=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737F is #528C80. Grayscale: #858585. Windows color (decimal): -5409921 or 8352685. OLE color: 8352685.
HSL color Cylindrical-coordinate representation of color #AD737F: hue angle of 347.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD737F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 127 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.32 |
| HSL | 347.59º | 0.26% | 0.56% | - |
| HSV(B) | 347.59º | 0.34% | 0.68% | - |
| XYZ | 27.2 | 22.68 | 23.02 | - |
| YUV | 133.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 127 | 0 | 0.34 | 0.27 | 0.32 | 347.59 | 0.26 | 0.56 |
| Hex | AD | 73 | 7F | 0 | 22 | 1B | 20 | 15C | 1A | 38 |
| Octal | 255 | 163 | 177 | 0 | 42 | 33 | 40 | 534 | 32 | 70 |
| Binary | 10101101 | 1110011 | 1111111 | 0 | 100010 | 11011 | 100000 | 101011100 | 11010 | 111000 |
Color Harmonies of #AD737F
Complementary color
Monochromatic Colors of #AD737F
Black with #AD737F
Text Example
Text Example
White with #AD737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD737F; }
p { color: rgb(173,115,127); }
H1.HeaderClassName
{
color: #AD737F;
}
.AnyTagClassName
{
color: #AD737F;
}
</style>
background-color css
<style>
a { background-color: #AD737F; }
a { background-color: rgb(173,115,127); }
div.DivClassName
{
background-color: #AD737F;
}
.BgClassName
{
background-color: #AD737F;
}
</style>
border-color css
<style>
span { border-color: #AD737F; }
span { border-color: rgb(173,115,127); }
td.TdClassName
{
border-color: #AD737F;
}
.TagClassName
{
border-color: #AD737F;
}
</style>