#A47386

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

Shades of Tapestry #A47386

Tints of Tapestry #A47386

Color information

#A47386 (or 0xA47386) is unknown color: approx Tapestry. HEX triplet: A4, 73 and 86. RGB value is (164,115,134). Sum of RGB (Red+Green+Blue) = 164+115+134=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47386 is #5B8C79. Grayscale: #838383. Windows color (decimal): -5999738 or 8811428. OLE color: 8811428.

HSL color Cylindrical-coordinate representation of color #A47386: hue angle of 336.73º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47386 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164115134-
CMYK00.300.180.36
HSL336.73º21.21%54.71%-
HSV(B)336.73º29.88%64.31%-
XYZ25.7421.8825.42-
YUV131.82129.23150.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=39.71%
G=27.85%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411513400.300.180.36336.7321.2154.71
HexA4738601E12241511537
Octal24416320603622445212567
Binary101001001110011100001100111101001010010010101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47386; }

 p { color: rgb(164,115,134); }

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

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

 a { background-color: rgb(164,115,134); }

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

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

 span { border-color: rgb(164,115,134); }

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