#A47380

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

Shades of Tapestry #A47380

Tints of Tapestry #A47380

Color information

#A47380 (or 0xA47380) is unknown color: approx Tapestry. HEX triplet: A4, 73 and 80. RGB value is (164,115,128). Sum of RGB (Red+Green+Blue) = 164+115+128=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47380 is #5B8C7F. Grayscale: #838383. Windows color (decimal): -5999744 or 8418212. OLE color: 8418212.

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

Color convert

RGB164115128-
CMYK00.300.220.36
HSL344.08º21.21%54.71%-
HSV(B)344.08º29.88%64.31%-
XYZ25.3421.7123.28-
YUV131.13126.23151.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=40.29%
G=28.26%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411512800.300.220.36344.0821.2154.71
HexA4738001E16241581537
Octal24416320003626445302567
Binary101001001110011100000000111101011010010010101100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47380; }

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

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

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

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

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

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

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

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