Shades of Tapestry #A37584
Tints of Tapestry #A37584
RGB
CMYK
RGB Variations
Color information
#A37584 (or 0xA37584) is known color: Tapestry. HEX triplet: A3, 75 and 84. RGB value is (163,117,132). Sum of RGB (Red+Green+Blue) = 163+117+132=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A37584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37584 is #5C8A7B. Grayscale: #848484. Windows color (decimal): -6064764 or 8680867. OLE color: 8680867.
HSL color Cylindrical-coordinate representation of color #A37584: hue angle of 340.43º 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 #A37584 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 132 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.36 |
| HSL | 340.43º | 0.2% | 0.55% | - |
| HSV(B) | 340.43º | 0.28% | 0.64% | - |
| XYZ | 25.63 | 22.18 | 24.76 | - |
| YUV | 132.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 132 | 0 | 0.28 | 0.19 | 0.36 | 340.43 | 0.2 | 0.55 |
| Hex | A3 | 75 | 84 | 0 | 1C | 13 | 24 | 154 | 14 | 37 |
| Octal | 243 | 165 | 204 | 0 | 34 | 23 | 44 | 524 | 24 | 67 |
| Binary | 10100011 | 1110101 | 10000100 | 0 | 11100 | 10011 | 100100 | 101010100 | 10100 | 110111 |
Color Harmonies of #A37584
Complementary color
Monochromatic Colors of #A37584
Black with #A37584
Text Example
Text Example
White with #A37584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37584; }
p { color: rgb(163,117,132); }
H1.HeaderClassName
{
color: #A37584;
}
.AnyTagClassName
{
color: #A37584;
}
</style>
background-color css
<style>
a { background-color: #A37584; }
a { background-color: rgb(163,117,132); }
div.DivClassName
{
background-color: #A37584;
}
.BgClassName
{
background-color: #A37584;
}
</style>
border-color css
<style>
span { border-color: #A37584; }
span { border-color: rgb(163,117,132); }
td.TdClassName
{
border-color: #A37584;
}
.TagClassName
{
border-color: #A37584;
}
</style>