Shades of Tapestry #AD5F88
Tints of Tapestry #AD5F88
RGB
CMYK
RGB Variations
Color information
#AD5F88 (or 0xAD5F88) is known color: Tapestry. HEX triplet: AD, 5F and 88. RGB value is (173,95,136). Sum of RGB (Red+Green+Blue) = 173+95+136=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F88 is #52A077. Grayscale: #7A7A7A. Windows color (decimal): -5415032 or 8937389. OLE color: 8937389.
HSL color Cylindrical-coordinate representation of color #AD5F88: hue angle of 328.46º 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 #AD5F88 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 136 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.32 |
| HSL | 328.46º | 0.32% | 0.53% | - |
| HSV(B) | 328.46º | 0.45% | 0.68% | - |
| XYZ | 25.77 | 18.85 | 25.57 | - |
| YUV | 123 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 136 | 0 | 0.45 | 0.21 | 0.32 | 328.46 | 0.32 | 0.53 |
| Hex | AD | 5F | 88 | 0 | 2D | 15 | 20 | 148 | 20 | 35 |
| Octal | 255 | 137 | 210 | 0 | 55 | 25 | 40 | 510 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10001000 | 0 | 101101 | 10101 | 100000 | 101001000 | 100000 | 110101 |
Color Harmonies of #AD5F88
Complementary color
Monochromatic Colors of #AD5F88
Black with #AD5F88
Text Example
Text Example
White with #AD5F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F88; }
p { color: rgb(173,95,136); }
H1.HeaderClassName
{
color: #AD5F88;
}
.AnyTagClassName
{
color: #AD5F88;
}
</style>
background-color css
<style>
a { background-color: #AD5F88; }
a { background-color: rgb(173,95,136); }
div.DivClassName
{
background-color: #AD5F88;
}
.BgClassName
{
background-color: #AD5F88;
}
</style>
border-color css
<style>
span { border-color: #AD5F88; }
span { border-color: rgb(173,95,136); }
td.TdClassName
{
border-color: #AD5F88;
}
.TagClassName
{
border-color: #AD5F88;
}
</style>