#A2838B

Color #A2838B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A2838B

Tints of Tapestry #A2838B

Color information

#A2838B (or 0xA2838B) is unknown color: approx 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

RGB162131139-
CMYK00.190.140.36
HSL344.52º14.29%57.45%-
HSV(B)344.52º19.14%63.53%-
XYZ27.6825.7827.94-
YUV141.18126.77142.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=37.5%
G=30.32%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113900.190.140.36344.5214.2957.45
HexA2838B013E24159e39
Octal24220321302316445311671
Binary10100010100000111000101101001111101001001010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>