Shades of Tapestry #A37081
Tints of Tapestry #A37081
RGB
CMYK
RGB Variations
Color information
#A37081 (or 0xA37081) is known color: Tapestry. HEX triplet: A3, 70 and 81. RGB value is (163,112,129). Sum of RGB (Red+Green+Blue) = 163+112+129=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37081 is #5C8F7E. Grayscale: #818181. Windows color (decimal): -6066047 or 8482979. OLE color: 8482979.
HSL color Cylindrical-coordinate representation of color #A37081: hue angle of 340º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37081 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 129 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.36 |
| HSL | 340º | 0.22% | 0.54% | - |
| HSV(B) | 340º | 0.31% | 0.64% | - |
| XYZ | 24.86 | 20.96 | 23.5 | - |
| YUV | 129.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 129 | 0 | 0.31 | 0.21 | 0.36 | 340 | 0.22 | 0.54 |
| Hex | A3 | 70 | 81 | 0 | 1F | 15 | 24 | 154 | 16 | 36 |
| Octal | 243 | 160 | 201 | 0 | 37 | 25 | 44 | 524 | 26 | 66 |
| Binary | 10100011 | 1110000 | 10000001 | 0 | 11111 | 10101 | 100100 | 101010100 | 10110 | 110110 |
Color Harmonies of #A37081
Complementary color
Monochromatic Colors of #A37081
Black with #A37081
Text Example
Text Example
White with #A37081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37081; }
p { color: rgb(163,112,129); }
H1.HeaderClassName
{
color: #A37081;
}
.AnyTagClassName
{
color: #A37081;
}
</style>
background-color css
<style>
a { background-color: #A37081; }
a { background-color: rgb(163,112,129); }
div.DivClassName
{
background-color: #A37081;
}
.BgClassName
{
background-color: #A37081;
}
</style>
border-color css
<style>
span { border-color: #A37081; }
span { border-color: rgb(163,112,129); }
td.TdClassName
{
border-color: #A37081;
}
.TagClassName
{
border-color: #A37081;
}
</style>