Shades of Tapestry #AD698C
Tints of Tapestry #AD698C
RGB
CMYK
RGB Variations
Color information
#AD698C (or 0xAD698C) is known color: Tapestry. HEX triplet: AD, 69 and 8C. RGB value is (173,105,140). Sum of RGB (Red+Green+Blue) = 173+105+140=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD698C is #529673. Grayscale: #818181. Windows color (decimal): -5412468 or 9202093. OLE color: 9202093.
HSL color Cylindrical-coordinate representation of color #AD698C: hue angle of 329.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD698C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 140 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.32 |
| HSL | 329.12º | 0.29% | 0.55% | - |
| HSV(B) | 329.12º | 0.39% | 0.68% | - |
| XYZ | 27.02 | 20.88 | 27.42 | - |
| YUV | 129.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 140 | 0 | 0.39 | 0.19 | 0.32 | 329.12 | 0.29 | 0.55 |
| Hex | AD | 69 | 8C | 0 | 27 | 13 | 20 | 149 | 1D | 37 |
| Octal | 255 | 151 | 214 | 0 | 47 | 23 | 40 | 511 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10001100 | 0 | 100111 | 10011 | 100000 | 101001001 | 11101 | 110111 |
Color Harmonies of #AD698C
Complementary color
Monochromatic Colors of #AD698C
Black with #AD698C
Text Example
Text Example
White with #AD698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD698C; }
p { color: rgb(173,105,140); }
H1.HeaderClassName
{
color: #AD698C;
}
.AnyTagClassName
{
color: #AD698C;
}
</style>
background-color css
<style>
a { background-color: #AD698C; }
a { background-color: rgb(173,105,140); }
div.DivClassName
{
background-color: #AD698C;
}
.BgClassName
{
background-color: #AD698C;
}
</style>
border-color css
<style>
span { border-color: #AD698C; }
span { border-color: rgb(173,105,140); }
td.TdClassName
{
border-color: #AD698C;
}
.TagClassName
{
border-color: #AD698C;
}
</style>