Shades of Tapestry #A46E84
Tints of Tapestry #A46E84
RGB
CMYK
RGB Variations
Color information
#A46E84 (or 0xA46E84) is known color: Tapestry. HEX triplet: A4, 6E and 84. RGB value is (164,110,132). Sum of RGB (Red+Green+Blue) = 164+110+132=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E84 is #5B917B. Grayscale: #808080. Windows color (decimal): -6001020 or 8679076. OLE color: 8679076.
HSL color Cylindrical-coordinate representation of color #A46E84: hue angle of 335.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E84 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 132 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.36 |
| HSL | 335.56º | 0.23% | 0.54% | - |
| HSV(B) | 335.56º | 0.33% | 0.64% | - |
| XYZ | 25.05 | 20.71 | 24.51 | - |
| YUV | 128.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 132 | 0 | 0.33 | 0.20 | 0.36 | 335.56 | 0.23 | 0.54 |
| Hex | A4 | 6E | 84 | 0 | 21 | 14 | 24 | 150 | 17 | 36 |
| Octal | 244 | 156 | 204 | 0 | 41 | 24 | 44 | 520 | 27 | 66 |
| Binary | 10100100 | 1101110 | 10000100 | 0 | 100001 | 10100 | 100100 | 101010000 | 10111 | 110110 |
Color Harmonies of #A46E84
Complementary color
Monochromatic Colors of #A46E84
Black with #A46E84
Text Example
Text Example
White with #A46E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E84; }
p { color: rgb(164,110,132); }
H1.HeaderClassName
{
color: #A46E84;
}
.AnyTagClassName
{
color: #A46E84;
}
</style>
background-color css
<style>
a { background-color: #A46E84; }
a { background-color: rgb(164,110,132); }
div.DivClassName
{
background-color: #A46E84;
}
.BgClassName
{
background-color: #A46E84;
}
</style>
border-color css
<style>
span { border-color: #A46E84; }
span { border-color: rgb(164,110,132); }
td.TdClassName
{
border-color: #A46E84;
}
.TagClassName
{
border-color: #A46E84;
}
</style>