#A47185

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

Shades of Tapestry #A47185

Tints of Tapestry #A47185

Color information

#A47185 (or 0xA47185) is unknown color: approx Tapestry. HEX triplet: A4, 71 and 85. RGB value is (164,113,133). Sum of RGB (Red+Green+Blue) = 164+113+133=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47185 is #5B8E7A. Grayscale: #828282. Windows color (decimal): -6000251 or 8745380. OLE color: 8745380.

HSL color Cylindrical-coordinate representation of color #A47185: hue angle of 336.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47185 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB164113133-
CMYK00.310.190.36
HSL336.47º21.89%54.31%-
HSV(B)336.47º31.1%64.31%-
XYZ25.4521.424.98-
YUV130.53129.4151.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=40%
G=27.56%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411313300.310.190.36336.4721.8954.31
HexA4718501F13241501636
Octal24416120503723445202666
Binary101001001110001100001010111111001110010010101000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47185; }

 p { color: rgb(164,113,133); }

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

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

 a { background-color: rgb(164,113,133); }

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

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

 span { border-color: rgb(164,113,133); }

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