#A47685

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

Shades of Tapestry #A47685

Tints of Tapestry #A47685

Color information

#A47685 (or 0xA47685) is unknown color: approx Tapestry. HEX triplet: A4, 76 and 85. RGB value is (164,118,133). Sum of RGB (Red+Green+Blue) = 164+118+133=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47685 is #5B897A. Grayscale: #858585. Windows color (decimal): -5998971 or 8746660. OLE color: 8746660.

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

Color convert

RGB164118133-
CMYK00.280.190.36
HSL340.43º20.18%55.29%-
HSV(B)340.43º28.05%64.31%-
XYZ26.0222.5425.17-
YUV133.46127.74149.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=39.52%
G=28.43%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411813300.280.190.36340.4320.1855.29
HexA4768501C13241541437
Octal24416620503423445242467
Binary101001001110110100001010111001001110010010101010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47685; }

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

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

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

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

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

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

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

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