Shades of Tapestry #AD5F7B
Tints of Tapestry #AD5F7B
RGB
CMYK
RGB Variations
Color information
#AD5F7B (or 0xAD5F7B) is known color: Tapestry. HEX triplet: AD, 5F and 7B. RGB value is (173,95,123). Sum of RGB (Red+Green+Blue) = 173+95+123=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F7B is #52A084. Grayscale: #797979. Windows color (decimal): -5415045 or 8085421. OLE color: 8085421.
HSL color Cylindrical-coordinate representation of color #AD5F7B: hue angle of 338.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 #AD5F7B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 123 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.32 |
| HSL | 338.46º | 0.32% | 0.53% | - |
| HSV(B) | 338.46º | 0.45% | 0.68% | - |
| XYZ | 24.9 | 18.5 | 21 | - |
| YUV | 121.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 123 | 0 | 0.45 | 0.29 | 0.32 | 338.46 | 0.32 | 0.53 |
| Hex | AD | 5F | 7B | 0 | 2D | 1D | 20 | 152 | 20 | 35 |
| Octal | 255 | 137 | 173 | 0 | 55 | 35 | 40 | 522 | 40 | 65 |
| Binary | 10101101 | 1011111 | 1111011 | 0 | 101101 | 11101 | 100000 | 101010010 | 100000 | 110101 |
Color Harmonies of #AD5F7B
Complementary color
Monochromatic Colors of #AD5F7B
Black with #AD5F7B
Text Example
Text Example
White with #AD5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F7B; }
p { color: rgb(173,95,123); }
H1.HeaderClassName
{
color: #AD5F7B;
}
.AnyTagClassName
{
color: #AD5F7B;
}
</style>
background-color css
<style>
a { background-color: #AD5F7B; }
a { background-color: rgb(173,95,123); }
div.DivClassName
{
background-color: #AD5F7B;
}
.BgClassName
{
background-color: #AD5F7B;
}
</style>
border-color css
<style>
span { border-color: #AD5F7B; }
span { border-color: rgb(173,95,123); }
td.TdClassName
{
border-color: #AD5F7B;
}
.TagClassName
{
border-color: #AD5F7B;
}
</style>