Shades of Tapestry #AD818C
Tints of Tapestry #AD818C
RGB
CMYK
RGB Variations
Color information
#AD818C (or 0xAD818C) is known color: Tapestry. HEX triplet: AD, 81 and 8C. RGB value is (173,129,140). Sum of RGB (Red+Green+Blue) = 173+129+140=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD818C is #527E73. Grayscale: #8F8F8F. Windows color (decimal): -5406324 or 9208237. OLE color: 9208237.
HSL color Cylindrical-coordinate representation of color #AD818C: hue angle of 345º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD818C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 140 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.32 |
| HSL | 345º | 0.21% | 0.59% | - |
| HSV(B) | 345º | 0.25% | 0.68% | - |
| XYZ | 29.82 | 26.48 | 28.35 | - |
| YUV | 143.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 140 | 0 | 0.25 | 0.19 | 0.32 | 345 | 0.21 | 0.59 |
| Hex | AD | 81 | 8C | 0 | 19 | 13 | 20 | 159 | 15 | 3B |
| Octal | 255 | 201 | 214 | 0 | 31 | 23 | 40 | 531 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10001100 | 0 | 11001 | 10011 | 100000 | 101011001 | 10101 | 111011 |
Color Harmonies of #AD818C
Complementary color
Monochromatic Colors of #AD818C
Black with #AD818C
Text Example
Text Example
White with #AD818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD818C; }
p { color: rgb(173,129,140); }
H1.HeaderClassName
{
color: #AD818C;
}
.AnyTagClassName
{
color: #AD818C;
}
</style>
background-color css
<style>
a { background-color: #AD818C; }
a { background-color: rgb(173,129,140); }
div.DivClassName
{
background-color: #AD818C;
}
.BgClassName
{
background-color: #AD818C;
}
</style>
border-color css
<style>
span { border-color: #AD818C; }
span { border-color: rgb(173,129,140); }
td.TdClassName
{
border-color: #AD818C;
}
.TagClassName
{
border-color: #AD818C;
}
</style>