#A47182

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

Shades of Tapestry #A47182

Tints of Tapestry #A47182

Color information

#A47182 (or 0xA47182) is unknown color: approx Tapestry. HEX triplet: A4, 71 and 82. RGB value is (164,113,130). Sum of RGB (Red+Green+Blue) = 164+113+130=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47182 is #5B8E7D. Grayscale: #828282. Windows color (decimal): -6000254 or 8548772. OLE color: 8548772.

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

Color convert

RGB164113130-
CMYK00.310.210.36
HSL340º21.89%54.31%-
HSV(B)340º31.1%64.31%-
XYZ25.2421.3123.9-
YUV130.19127.9152.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=40.29%
G=27.76%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411313000.310.210.3634021.8954.31
HexA4718201F15241541636
Octal24416120203725445242666
Binary101001001110001100000100111111010110010010101010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47182; }

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

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

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

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

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

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

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

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