Shades of Tapestry #AD7A8C
Tints of Tapestry #AD7A8C
RGB
CMYK
RGB Variations
Color information
#AD7A8C (or 0xAD7A8C) is known color: Tapestry. HEX triplet: AD, 7A and 8C. RGB value is (173,122,140). Sum of RGB (Red+Green+Blue) = 173+122+140=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A8C is #528573. Grayscale: #8B8B8B. Windows color (decimal): -5408116 or 9206445. OLE color: 9206445.
HSL color Cylindrical-coordinate representation of color #AD7A8C: hue angle of 338.82º degrees, saturation: 0.24, 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 #AD7A8C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 140 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.32 |
| HSL | 338.82º | 0.24% | 0.58% | - |
| HSV(B) | 338.82º | 0.29% | 0.68% | - |
| XYZ | 28.93 | 24.7 | 28.05 | - |
| YUV | 139.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 140 | 0 | 0.29 | 0.19 | 0.32 | 338.82 | 0.24 | 0.58 |
| Hex | AD | 7A | 8C | 0 | 1D | 13 | 20 | 153 | 18 | 3A |
| Octal | 255 | 172 | 214 | 0 | 35 | 23 | 40 | 523 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10001100 | 0 | 11101 | 10011 | 100000 | 101010011 | 11000 | 111010 |
Color Harmonies of #AD7A8C
Complementary color
Monochromatic Colors of #AD7A8C
Black with #AD7A8C
Text Example
Text Example
White with #AD7A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A8C; }
p { color: rgb(173,122,140); }
H1.HeaderClassName
{
color: #AD7A8C;
}
.AnyTagClassName
{
color: #AD7A8C;
}
</style>
background-color css
<style>
a { background-color: #AD7A8C; }
a { background-color: rgb(173,122,140); }
div.DivClassName
{
background-color: #AD7A8C;
}
.BgClassName
{
background-color: #AD7A8C;
}
</style>
border-color css
<style>
span { border-color: #AD7A8C; }
span { border-color: rgb(173,122,140); }
td.TdClassName
{
border-color: #AD7A8C;
}
.TagClassName
{
border-color: #AD7A8C;
}
</style>