Shades of Tapestry #A17684
Tints of Tapestry #A17684
RGB
CMYK
RGB Variations
Color information
#A17684 (or 0xA17684) is known color: Tapestry. HEX triplet: A1, 76 and 84. RGB value is (161,118,132). Sum of RGB (Red+Green+Blue) = 161+118+132=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A17684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17684 is #5E897B. Grayscale: #848484. Windows color (decimal): -6195580 or 8681121. OLE color: 8681121.
HSL color Cylindrical-coordinate representation of color #A17684: hue angle of 340.47º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17684 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 132 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.37 |
| HSL | 340.47º | 0.19% | 0.55% | - |
| HSV(B) | 340.47º | 0.27% | 0.63% | - |
| XYZ | 25.34 | 22.2 | 24.78 | - |
| YUV | 132.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 132 | 0 | 0.27 | 0.18 | 0.37 | 340.47 | 0.19 | 0.55 |
| Hex | A1 | 76 | 84 | 0 | 1B | 12 | 25 | 154 | 13 | 37 |
| Octal | 241 | 166 | 204 | 0 | 33 | 22 | 45 | 524 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10000100 | 0 | 11011 | 10010 | 100101 | 101010100 | 10011 | 110111 |
Color Harmonies of #A17684
Complementary color
Monochromatic Colors of #A17684
Black with #A17684
Text Example
Text Example
White with #A17684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17684; }
p { color: rgb(161,118,132); }
H1.HeaderClassName
{
color: #A17684;
}
.AnyTagClassName
{
color: #A17684;
}
</style>
background-color css
<style>
a { background-color: #A17684; }
a { background-color: rgb(161,118,132); }
div.DivClassName
{
background-color: #A17684;
}
.BgClassName
{
background-color: #A17684;
}
</style>
border-color css
<style>
span { border-color: #A17684; }
span { border-color: rgb(161,118,132); }
td.TdClassName
{
border-color: #A17684;
}
.TagClassName
{
border-color: #A17684;
}
</style>