Shades of Tapestry #A2838B
Tints of Tapestry #A2838B
RGB
CMYK
RGB Variations
Color information
#A2838B (or 0xA2838B) is known color: Tapestry. HEX triplet: A2, 83 and 8B. RGB value is (162,131,139). Sum of RGB (Red+Green+Blue) = 162+131+139=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2838B is #5D7C74. Grayscale: #8D8D8D. Windows color (decimal): -6126709 or 9143202. OLE color: 9143202.
HSL color Cylindrical-coordinate representation of color #A2838B: hue angle of 344.52º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2838B is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 139 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.36 |
| HSL | 344.52º | 0.14% | 0.57% | - |
| HSV(B) | 344.52º | 0.19% | 0.64% | - |
| XYZ | 27.68 | 25.78 | 27.94 | - |
| YUV | 141.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 139 | 0 | 0.19 | 0.14 | 0.36 | 344.52 | 0.14 | 0.57 |
| Hex | A2 | 83 | 8B | 0 | 13 | E | 24 | 159 | E | 39 |
| Octal | 242 | 203 | 213 | 0 | 23 | 16 | 44 | 531 | 16 | 71 |
| Binary | 10100010 | 10000011 | 10001011 | 0 | 10011 | 1110 | 100100 | 101011001 | 1110 | 111001 |
Color Harmonies of #A2838B
Complementary color
Monochromatic Colors of #A2838B
Black with #A2838B
Text Example
Text Example
White with #A2838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2838B; }
p { color: rgb(162,131,139); }
H1.HeaderClassName
{
color: #A2838B;
}
.AnyTagClassName
{
color: #A2838B;
}
</style>
background-color css
<style>
a { background-color: #A2838B; }
a { background-color: rgb(162,131,139); }
div.DivClassName
{
background-color: #A2838B;
}
.BgClassName
{
background-color: #A2838B;
}
</style>
border-color css
<style>
span { border-color: #A2838B; }
span { border-color: rgb(162,131,139); }
td.TdClassName
{
border-color: #A2838B;
}
.TagClassName
{
border-color: #A2838B;
}
</style>