Shades of Tapestry #A37685
Tints of Tapestry #A37685
RGB
CMYK
RGB Variations
Color information
#A37685 (or 0xA37685) is known color: Tapestry. HEX triplet: A3, 76 and 85. RGB value is (163,118,133). Sum of RGB (Red+Green+Blue) = 163+118+133=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37685 is #5C897A. Grayscale: #858585. Windows color (decimal): -6064507 or 8746659. OLE color: 8746659.
HSL color Cylindrical-coordinate representation of color #A37685: hue angle of 340º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37685 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 133 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.36 |
| HSL | 340º | 0.2% | 0.55% | - |
| HSV(B) | 340º | 0.28% | 0.64% | - |
| XYZ | 25.82 | 22.44 | 25.16 | - |
| YUV | 133.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 133 | 0 | 0.28 | 0.18 | 0.36 | 340 | 0.2 | 0.55 |
| Hex | A3 | 76 | 85 | 0 | 1C | 12 | 24 | 154 | 14 | 37 |
| Octal | 243 | 166 | 205 | 0 | 34 | 22 | 44 | 524 | 24 | 67 |
| Binary | 10100011 | 1110110 | 10000101 | 0 | 11100 | 10010 | 100100 | 101010100 | 10100 | 110111 |
Color Harmonies of #A37685
Complementary color
Monochromatic Colors of #A37685
Black with #A37685
Text Example
Text Example
White with #A37685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37685; }
p { color: rgb(163,118,133); }
H1.HeaderClassName
{
color: #A37685;
}
.AnyTagClassName
{
color: #A37685;
}
</style>
background-color css
<style>
a { background-color: #A37685; }
a { background-color: rgb(163,118,133); }
div.DivClassName
{
background-color: #A37685;
}
.BgClassName
{
background-color: #A37685;
}
</style>
border-color css
<style>
span { border-color: #A37685; }
span { border-color: rgb(163,118,133); }
td.TdClassName
{
border-color: #A37685;
}
.TagClassName
{
border-color: #A37685;
}
</style>