Shades of Tapestry #A17886
Tints of Tapestry #A17886
RGB
CMYK
RGB Variations
Color information
#A17886 (or 0xA17886) is known color: Tapestry. HEX triplet: A1, 78 and 86. RGB value is (161,120,134). Sum of RGB (Red+Green+Blue) = 161+120+134=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17886 is #5E8779. Grayscale: #858585. Windows color (decimal): -6195066 or 8812705. OLE color: 8812705.
HSL color Cylindrical-coordinate representation of color #A17886: hue angle of 339.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17886 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 134 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.37 |
| HSL | 339.51º | 0.18% | 0.55% | - |
| HSV(B) | 339.51º | 0.25% | 0.63% | - |
| XYZ | 25.72 | 22.73 | 25.59 | - |
| YUV | 133.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 134 | 0 | 0.25 | 0.17 | 0.37 | 339.51 | 0.18 | 0.55 |
| Hex | A1 | 78 | 86 | 0 | 19 | 11 | 25 | 154 | 12 | 37 |
| Octal | 241 | 170 | 206 | 0 | 31 | 21 | 45 | 524 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10000110 | 0 | 11001 | 10001 | 100101 | 101010100 | 10010 | 110111 |
Color Harmonies of #A17886
Complementary color
Monochromatic Colors of #A17886
Black with #A17886
Text Example
Text Example
White with #A17886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17886; }
p { color: rgb(161,120,134); }
H1.HeaderClassName
{
color: #A17886;
}
.AnyTagClassName
{
color: #A17886;
}
</style>
background-color css
<style>
a { background-color: #A17886; }
a { background-color: rgb(161,120,134); }
div.DivClassName
{
background-color: #A17886;
}
.BgClassName
{
background-color: #A17886;
}
</style>
border-color css
<style>
span { border-color: #A17886; }
span { border-color: rgb(161,120,134); }
td.TdClassName
{
border-color: #A17886;
}
.TagClassName
{
border-color: #A17886;
}
</style>