Shades of Tapestry #AD6B89
Tints of Tapestry #AD6B89
RGB
CMYK
RGB Variations
Color information
#AD6B89 (or 0xAD6B89) is known color: Tapestry. HEX triplet: AD, 6B and 89. RGB value is (173,107,137). Sum of RGB (Red+Green+Blue) = 173+107+137=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B89 is #529476. Grayscale: #828282. Windows color (decimal): -5411959 or 9005997. OLE color: 9005997.
HSL color Cylindrical-coordinate representation of color #AD6B89: hue angle of 332.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B89 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 137 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.32 |
| HSL | 332.73º | 0.29% | 0.55% | - |
| HSV(B) | 332.73º | 0.38% | 0.68% | - |
| XYZ | 27.01 | 21.21 | 26.34 | - |
| YUV | 130.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 137 | 0 | 0.38 | 0.21 | 0.32 | 332.73 | 0.29 | 0.55 |
| Hex | AD | 6B | 89 | 0 | 26 | 15 | 20 | 14D | 1D | 37 |
| Octal | 255 | 153 | 211 | 0 | 46 | 25 | 40 | 515 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10001001 | 0 | 100110 | 10101 | 100000 | 101001101 | 11101 | 110111 |
Color Harmonies of #AD6B89
Complementary color
Monochromatic Colors of #AD6B89
Black with #AD6B89
Text Example
Text Example
White with #AD6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B89; }
p { color: rgb(173,107,137); }
H1.HeaderClassName
{
color: #AD6B89;
}
.AnyTagClassName
{
color: #AD6B89;
}
</style>
background-color css
<style>
a { background-color: #AD6B89; }
a { background-color: rgb(173,107,137); }
div.DivClassName
{
background-color: #AD6B89;
}
.BgClassName
{
background-color: #AD6B89;
}
</style>
border-color css
<style>
span { border-color: #AD6B89; }
span { border-color: rgb(173,107,137); }
td.TdClassName
{
border-color: #AD6B89;
}
.TagClassName
{
border-color: #AD6B89;
}
</style>