#A47382

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

Shades of Tapestry #A47382

Tints of Tapestry #A47382

Color information

#A47382 (or 0xA47382) is unknown color: approx Tapestry. HEX triplet: A4, 73 and 82. RGB value is (164,115,130). Sum of RGB (Red+Green+Blue) = 164+115+130=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47382 is #5B8C7D. Grayscale: #838383. Windows color (decimal): -5999742 or 8549284. OLE color: 8549284.

HSL color Cylindrical-coordinate representation of color #A47382: hue angle of 341.63º 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 #A47382 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164115130-
CMYK00.300.210.36
HSL341.63º21.21%54.71%-
HSV(B)341.63º29.88%64.31%-
XYZ25.4721.7723.98-
YUV131.36127.23151.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=40.10%
G=28.12%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411513000.300.210.36341.6321.2154.71
HexA4738201E15241561537
Octal24416320203625445262567
Binary101001001110011100000100111101010110010010101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47382; }

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

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

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

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

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

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

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

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