Shades of Tapestry #AD7B82
Tints of Tapestry #AD7B82
RGB
CMYK
RGB Variations
Color information
#AD7B82 (or 0xAD7B82) is known color: Tapestry. HEX triplet: AD, 7B and 82. RGB value is (173,123,130). Sum of RGB (Red+Green+Blue) = 173+123+130=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7B82 is #52847D. Grayscale: #8A8A8A. Windows color (decimal): -5407870 or 8551341. OLE color: 8551341.
HSL color Cylindrical-coordinate representation of color #AD7B82: hue angle of 351.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7B82 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 130 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.32 |
| HSL | 351.6º | 0.23% | 0.58% | - |
| HSV(B) | 351.6º | 0.29% | 0.68% | - |
| XYZ | 28.35 | 24.66 | 24.39 | - |
| YUV | 138.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 130 | 0 | 0.29 | 0.25 | 0.32 | 351.6 | 0.23 | 0.58 |
| Hex | AD | 7B | 82 | 0 | 1D | 19 | 20 | 160 | 17 | 3A |
| Octal | 255 | 173 | 202 | 0 | 35 | 31 | 40 | 540 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10000010 | 0 | 11101 | 11001 | 100000 | 101100000 | 10111 | 111010 |
Color Harmonies of #AD7B82
Complementary color
Monochromatic Colors of #AD7B82
Black with #AD7B82
Text Example
Text Example
White with #AD7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B82; }
p { color: rgb(173,123,130); }
H1.HeaderClassName
{
color: #AD7B82;
}
.AnyTagClassName
{
color: #AD7B82;
}
</style>
background-color css
<style>
a { background-color: #AD7B82; }
a { background-color: rgb(173,123,130); }
div.DivClassName
{
background-color: #AD7B82;
}
.BgClassName
{
background-color: #AD7B82;
}
</style>
border-color css
<style>
span { border-color: #AD7B82; }
span { border-color: rgb(173,123,130); }
td.TdClassName
{
border-color: #AD7B82;
}
.TagClassName
{
border-color: #AD7B82;
}
</style>