Shades of Tapestry #AD7282
Tints of Tapestry #AD7282
RGB
CMYK
RGB Variations
Color information
#AD7282 (or 0xAD7282) is known color: Tapestry. HEX triplet: AD, 72 and 82. RGB value is (173,114,130). Sum of RGB (Red+Green+Blue) = 173+114+130=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7282 is #528D7D. Grayscale: #858585. Windows color (decimal): -5410174 or 8549037. OLE color: 8549037.
HSL color Cylindrical-coordinate representation of color #AD7282: hue angle of 343.73º 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 #AD7282 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 130 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.32 |
| HSL | 343.73º | 0.26% | 0.56% | - |
| HSV(B) | 343.73º | 0.34% | 0.68% | - |
| XYZ | 27.28 | 22.53 | 24.03 | - |
| YUV | 133.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 130 | 0 | 0.34 | 0.25 | 0.32 | 343.73 | 0.26 | 0.56 |
| Hex | AD | 72 | 82 | 0 | 22 | 19 | 20 | 158 | 1A | 38 |
| Octal | 255 | 162 | 202 | 0 | 42 | 31 | 40 | 530 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10000010 | 0 | 100010 | 11001 | 100000 | 101011000 | 11010 | 111000 |
Color Harmonies of #AD7282
Complementary color
Monochromatic Colors of #AD7282
Black with #AD7282
Text Example
Text Example
White with #AD7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7282; }
p { color: rgb(173,114,130); }
H1.HeaderClassName
{
color: #AD7282;
}
.AnyTagClassName
{
color: #AD7282;
}
</style>
background-color css
<style>
a { background-color: #AD7282; }
a { background-color: rgb(173,114,130); }
div.DivClassName
{
background-color: #AD7282;
}
.BgClassName
{
background-color: #AD7282;
}
</style>
border-color css
<style>
span { border-color: #AD7282; }
span { border-color: rgb(173,114,130); }
td.TdClassName
{
border-color: #AD7282;
}
.TagClassName
{
border-color: #AD7282;
}
</style>