Shades of Tapestry #AD5F85
Tints of Tapestry #AD5F85
RGB
CMYK
RGB Variations
Color information
#AD5F85 (or 0xAD5F85) is known color: Tapestry. HEX triplet: AD, 5F and 85. RGB value is (173,95,133). Sum of RGB (Red+Green+Blue) = 173+95+133=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F85 is #52A07A. Grayscale: #7A7A7A. Windows color (decimal): -5415035 or 8740781. OLE color: 8740781.
HSL color Cylindrical-coordinate representation of color #AD5F85: hue angle of 330.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F85 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 133 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.32 |
| HSL | 330.77º | 0.32% | 0.53% | - |
| HSV(B) | 330.77º | 0.45% | 0.68% | - |
| XYZ | 25.56 | 18.76 | 24.46 | - |
| YUV | 122.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 133 | 0 | 0.45 | 0.23 | 0.32 | 330.77 | 0.32 | 0.53 |
| Hex | AD | 5F | 85 | 0 | 2D | 17 | 20 | 14B | 20 | 35 |
| Octal | 255 | 137 | 205 | 0 | 55 | 27 | 40 | 513 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10000101 | 0 | 101101 | 10111 | 100000 | 101001011 | 100000 | 110101 |
Color Harmonies of #AD5F85
Complementary color
Monochromatic Colors of #AD5F85
Black with #AD5F85
Text Example
Text Example
White with #AD5F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F85; }
p { color: rgb(173,95,133); }
H1.HeaderClassName
{
color: #AD5F85;
}
.AnyTagClassName
{
color: #AD5F85;
}
</style>
background-color css
<style>
a { background-color: #AD5F85; }
a { background-color: rgb(173,95,133); }
div.DivClassName
{
background-color: #AD5F85;
}
.BgClassName
{
background-color: #AD5F85;
}
</style>
border-color css
<style>
span { border-color: #AD5F85; }
span { border-color: rgb(173,95,133); }
td.TdClassName
{
border-color: #AD5F85;
}
.TagClassName
{
border-color: #AD5F85;
}
</style>