#A47686

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

Shades of Tapestry #A47686

Tints of Tapestry #A47686

Color information

#A47686 (or 0xA47686) is unknown color: approx Tapestry. HEX triplet: A4, 76 and 86. RGB value is (164,118,134). Sum of RGB (Red+Green+Blue) = 164+118+134=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47686 is #5B8979. Grayscale: #858585. Windows color (decimal): -5998970 or 8812196. OLE color: 8812196.

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

Color convert

RGB164118134-
CMYK00.280.180.36
HSL339.13º20.18%55.29%-
HSV(B)339.13º28.05%64.31%-
XYZ26.0922.5725.54-
YUV133.58128.24149.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=39.42%
G=28.37%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411813400.280.180.36339.1320.1855.29
HexA4768601C12241531437
Octal24416620603422445232467
Binary101001001110110100001100111001001010010010101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47686; }

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

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

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

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

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

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

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

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