Shades of Tapestry #A37C89
Tints of Tapestry #A37C89
RGB
CMYK
RGB Variations
Color information
#A37C89 (or 0xA37C89) is known color: Tapestry. HEX triplet: A3, 7C and 89. RGB value is (163,124,137). Sum of RGB (Red+Green+Blue) = 163+124+137=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C89 is #5C8376. Grayscale: #898989. Windows color (decimal): -6062967 or 9010339. OLE color: 9010339.
HSL color Cylindrical-coordinate representation of color #A37C89: hue angle of 340º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A37C89 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 137 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.36 |
| HSL | 340º | 0.17% | 0.56% | - |
| HSV(B) | 340º | 0.24% | 0.64% | - |
| XYZ | 26.83 | 24.01 | 26.89 | - |
| YUV | 137.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 137 | 0 | 0.24 | 0.16 | 0.36 | 340 | 0.17 | 0.56 |
| Hex | A3 | 7C | 89 | 0 | 18 | 10 | 24 | 154 | 11 | 38 |
| Octal | 243 | 174 | 211 | 0 | 30 | 20 | 44 | 524 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10001001 | 0 | 11000 | 10000 | 100100 | 101010100 | 10001 | 111000 |
Color Harmonies of #A37C89
Complementary color
Monochromatic Colors of #A37C89
Black with #A37C89
Text Example
Text Example
White with #A37C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C89; }
p { color: rgb(163,124,137); }
H1.HeaderClassName
{
color: #A37C89;
}
.AnyTagClassName
{
color: #A37C89;
}
</style>
background-color css
<style>
a { background-color: #A37C89; }
a { background-color: rgb(163,124,137); }
div.DivClassName
{
background-color: #A37C89;
}
.BgClassName
{
background-color: #A37C89;
}
</style>
border-color css
<style>
span { border-color: #A37C89; }
span { border-color: rgb(163,124,137); }
td.TdClassName
{
border-color: #A37C89;
}
.TagClassName
{
border-color: #A37C89;
}
</style>