Shades of Tapestry #A2848A
Tints of Tapestry #A2848A
RGB
CMYK
RGB Variations
Color information
#A2848A (or 0xA2848A) is known color: Tapestry. HEX triplet: A2, 84 and 8A. RGB value is (162,132,138). Sum of RGB (Red+Green+Blue) = 162+132+138=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A2848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2848A is #5D7B75. Grayscale: #8D8D8D. Windows color (decimal): -6126454 or 9077922. OLE color: 9077922.
HSL color Cylindrical-coordinate representation of color #A2848A: hue angle of 348º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2848A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 138 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.36 |
| HSL | 348º | 0.14% | 0.58% | - |
| HSV(B) | 348º | 0.19% | 0.64% | - |
| XYZ | 27.74 | 26.02 | 27.6 | - |
| YUV | 141.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 138 | 0 | 0.19 | 0.15 | 0.36 | 348 | 0.14 | 0.58 |
| Hex | A2 | 84 | 8A | 0 | 13 | F | 24 | 15C | E | 3A |
| Octal | 242 | 204 | 212 | 0 | 23 | 17 | 44 | 534 | 16 | 72 |
| Binary | 10100010 | 10000100 | 10001010 | 0 | 10011 | 1111 | 100100 | 101011100 | 1110 | 111010 |
Color Harmonies of #A2848A
Complementary color
Monochromatic Colors of #A2848A
Black with #A2848A
Text Example
Text Example
White with #A2848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2848A; }
p { color: rgb(162,132,138); }
H1.HeaderClassName
{
color: #A2848A;
}
.AnyTagClassName
{
color: #A2848A;
}
</style>
background-color css
<style>
a { background-color: #A2848A; }
a { background-color: rgb(162,132,138); }
div.DivClassName
{
background-color: #A2848A;
}
.BgClassName
{
background-color: #A2848A;
}
</style>
border-color css
<style>
span { border-color: #A2848A; }
span { border-color: rgb(162,132,138); }
td.TdClassName
{
border-color: #A2848A;
}
.TagClassName
{
border-color: #A2848A;
}
</style>