#A3878D

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

Shades of Tapestry #A3878D

Tints of Tapestry #A3878D

Color information

#A3878D (or 0xA3878D) is unknown color: approx Tapestry. HEX triplet: A3, 87 and 8D. RGB value is (163,135,141). Sum of RGB (Red+Green+Blue) = 163+135+141=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3878D is #5C7872. Grayscale: #909090. Windows color (decimal): -6060147 or 9275299. OLE color: 9275299.

HSL color Cylindrical-coordinate representation of color #A3878D: hue angle of 347.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3878D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163135141-
CMYK00.170.130.36
HSL347.14º13.21%58.43%-
HSV(B)347.14º17.18%63.92%-
XYZ28.5827.0428.91-
YUV144.06126.28141.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=37.13%
G=30.75%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313514100.170.130.36347.1413.2158.43
HexA3878D011D2415bd3a
Octal24320721502115445331572
Binary10100011100001111000110101000111011001001010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3878D; }

 p { color: rgb(163,135,141); }

 H1.HeaderClassName
 {
   color: #A3878D;
 }
 .AnyTagClassName
 {
   color: #A3878D;
 }
</style>
background-color css

<style>
 a { background-color: #A3878D; }

 a { background-color: rgb(163,135,141); }

 div.DivClassName
 {
   background-color: #A3878D;
 }
 .BgClassName
 {
   background-color: #A3878D;
 }
</style>
border-color css

<style>
 span { border-color: #A3878D; }

 span { border-color: rgb(163,135,141); }

 td.TdClassName
 {
   border-color: #A3878D;
 }
 .TagClassName
 {
   border-color: #A3878D;
 }
</style>