#A47180

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

Shades of Tapestry #A47180

Tints of Tapestry #A47180

Color information

#A47180 (or 0xA47180) is unknown color: approx Tapestry. HEX triplet: A4, 71 and 80. RGB value is (164,113,128). Sum of RGB (Red+Green+Blue) = 164+113+128=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47180 is #5B8E7F. Grayscale: #818181. Windows color (decimal): -6000256 or 8417700. OLE color: 8417700.

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

Color convert

RGB164113128-
CMYK00.310.220.36
HSL342.35º21.89%54.31%-
HSV(B)342.35º31.1%64.31%-
XYZ25.1121.2623.2-
YUV129.96126.9152.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=40.49%
G=27.90%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411312800.310.220.36342.3521.8954.31
HexA4718001F16241561636
Octal24416120003726445262666
Binary101001001110001100000000111111011010010010101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47180; }

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

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

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

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

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

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

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

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