Shades of Tapestry #AD6B85
Tints of Tapestry #AD6B85
RGB
CMYK
RGB Variations
Color information
#AD6B85 (or 0xAD6B85) is known color: Tapestry. HEX triplet: AD, 6B and 85. RGB value is (173,107,133). Sum of RGB (Red+Green+Blue) = 173+107+133=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B85 is #52947A. Grayscale: #818181. Windows color (decimal): -5411963 or 8743853. OLE color: 8743853.
HSL color Cylindrical-coordinate representation of color #AD6B85: hue angle of 336.36º 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 #AD6B85 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 133 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.32 |
| HSL | 336.36º | 0.29% | 0.55% | - |
| HSV(B) | 336.36º | 0.38% | 0.68% | - |
| XYZ | 26.72 | 21.09 | 24.85 | - |
| YUV | 129.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 133 | 0 | 0.38 | 0.23 | 0.32 | 336.36 | 0.29 | 0.55 |
| Hex | AD | 6B | 85 | 0 | 26 | 17 | 20 | 150 | 1D | 37 |
| Octal | 255 | 153 | 205 | 0 | 46 | 27 | 40 | 520 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10000101 | 0 | 100110 | 10111 | 100000 | 101010000 | 11101 | 110111 |
Color Harmonies of #AD6B85
Complementary color
Monochromatic Colors of #AD6B85
Black with #AD6B85
Text Example
Text Example
White with #AD6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B85; }
p { color: rgb(173,107,133); }
H1.HeaderClassName
{
color: #AD6B85;
}
.AnyTagClassName
{
color: #AD6B85;
}
</style>
background-color css
<style>
a { background-color: #AD6B85; }
a { background-color: rgb(173,107,133); }
div.DivClassName
{
background-color: #AD6B85;
}
.BgClassName
{
background-color: #AD6B85;
}
</style>
border-color css
<style>
span { border-color: #AD6B85; }
span { border-color: rgb(173,107,133); }
td.TdClassName
{
border-color: #AD6B85;
}
.TagClassName
{
border-color: #AD6B85;
}
</style>