#A47086

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

Shades of Tapestry #A47086

Tints of Tapestry #A47086

Color information

#A47086 (or 0xA47086) is unknown color: approx Tapestry. HEX triplet: A4, 70 and 86. RGB value is (164,112,134). Sum of RGB (Red+Green+Blue) = 164+112+134=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47086 is #5B8F79. Grayscale: #828282. Windows color (decimal): -6000506 or 8810660. OLE color: 8810660.

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

Color convert

RGB164112134-
CMYK00.320.180.36
HSL334.62º22.22%54.12%-
HSV(B)334.62º31.71%64.31%-
XYZ25.4121.225.31-
YUV130.06130.23152.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=40%
G=27.32%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411213400.320.180.36334.6222.2254.12
HexA47086020122414f1636
Octal24416020604022445172666
Binary1010010011100001000011001000001001010010010100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47086; }

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

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

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

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

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

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

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

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