#A47388

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

Shades of Tapestry #A47388

Tints of Tapestry #A47388

Color information

#A47388 (or 0xA47388) is unknown color: approx Tapestry. HEX triplet: A4, 73 and 88. RGB value is (164,115,136). Sum of RGB (Red+Green+Blue) = 164+115+136=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47388 is #5B8C77. Grayscale: #848484. Windows color (decimal): -5999736 or 8942500. OLE color: 8942500.

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

Color convert

RGB164115136-
CMYK00.300.170.36
HSL334.29º21.21%54.71%-
HSV(B)334.29º29.88%64.31%-
XYZ25.8821.9326.16-
YUV132.04130.23150.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=39.52%
G=27.71%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411513600.300.170.36334.2921.2154.71
HexA4738801E112414e1537
Octal24416321003621445162567
Binary101001001110011100010000111101000110010010100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47388; }

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

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

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

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

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

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

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

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