Shades of Tapestry #AD688A
Tints of Tapestry #AD688A
RGB
CMYK
RGB Variations
Color information
#AD688A (or 0xAD688A) is known color: Tapestry. HEX triplet: AD, 68 and 8A. RGB value is (173,104,138). Sum of RGB (Red+Green+Blue) = 173+104+138=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688A is #529775. Grayscale: #808080. Windows color (decimal): -5412726 or 9070765. OLE color: 9070765.
HSL color Cylindrical-coordinate representation of color #AD688A: hue angle of 330.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD688A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 138 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.32 |
| HSL | 330.43º | 0.3% | 0.54% | - |
| HSV(B) | 330.43º | 0.4% | 0.68% | - |
| XYZ | 26.77 | 20.62 | 26.61 | - |
| YUV | 128.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 138 | 0 | 0.40 | 0.20 | 0.32 | 330.43 | 0.3 | 0.54 |
| Hex | AD | 68 | 8A | 0 | 28 | 14 | 20 | 14A | 1E | 36 |
| Octal | 255 | 150 | 212 | 0 | 50 | 24 | 40 | 512 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10001010 | 0 | 101000 | 10100 | 100000 | 101001010 | 11110 | 110110 |
Color Harmonies of #AD688A
Complementary color
Monochromatic Colors of #AD688A
Black with #AD688A
Text Example
Text Example
White with #AD688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD688A; }
p { color: rgb(173,104,138); }
H1.HeaderClassName
{
color: #AD688A;
}
.AnyTagClassName
{
color: #AD688A;
}
</style>
background-color css
<style>
a { background-color: #AD688A; }
a { background-color: rgb(173,104,138); }
div.DivClassName
{
background-color: #AD688A;
}
.BgClassName
{
background-color: #AD688A;
}
</style>
border-color css
<style>
span { border-color: #AD688A; }
span { border-color: rgb(173,104,138); }
td.TdClassName
{
border-color: #AD688A;
}
.TagClassName
{
border-color: #AD688A;
}
</style>