Shades of Tapestry #A46D83
Tints of Tapestry #A46D83
RGB
CMYK
RGB Variations
Color information
#A46D83 (or 0xA46D83) is known color: Tapestry. HEX triplet: A4, 6D and 83. RGB value is (164,109,131). Sum of RGB (Red+Green+Blue) = 164+109+131=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D83 is #5B927C. Grayscale: #7F7F7F. Windows color (decimal): -6001277 or 8613284. OLE color: 8613284.
HSL color Cylindrical-coordinate representation of color #A46D83: hue angle of 336º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D83 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 131 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.36 |
| HSL | 336º | 0.23% | 0.54% | - |
| HSV(B) | 336º | 0.34% | 0.64% | - |
| XYZ | 24.88 | 20.47 | 24.11 | - |
| YUV | 127.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 131 | 0 | 0.34 | 0.20 | 0.36 | 336 | 0.23 | 0.54 |
| Hex | A4 | 6D | 83 | 0 | 22 | 14 | 24 | 150 | 17 | 36 |
| Octal | 244 | 155 | 203 | 0 | 42 | 24 | 44 | 520 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10000011 | 0 | 100010 | 10100 | 100100 | 101010000 | 10111 | 110110 |
Color Harmonies of #A46D83
Complementary color
Monochromatic Colors of #A46D83
Black with #A46D83
Text Example
Text Example
White with #A46D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D83; }
p { color: rgb(164,109,131); }
H1.HeaderClassName
{
color: #A46D83;
}
.AnyTagClassName
{
color: #A46D83;
}
</style>
background-color css
<style>
a { background-color: #A46D83; }
a { background-color: rgb(164,109,131); }
div.DivClassName
{
background-color: #A46D83;
}
.BgClassName
{
background-color: #A46D83;
}
</style>
border-color css
<style>
span { border-color: #A46D83; }
span { border-color: rgb(164,109,131); }
td.TdClassName
{
border-color: #A46D83;
}
.TagClassName
{
border-color: #A46D83;
}
</style>