#A2848A

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

Shades of Tapestry #A2848A

Tints of Tapestry #A2848A

Color information

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

RGB162132138-
CMYK00.190.150.36
HSL348º13.89%57.65%-
HSV(B)348º18.52%63.53%-
XYZ27.7426.0227.6-
YUV141.65125.94142.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=37.5%
G=30.56%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213213800.190.150.3634813.8957.65
HexA2848A013F2415ce3a
Octal24220421202317445341672
Binary10100010100001001000101001001111111001001010111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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