#A47184

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

Shades of Tapestry #A47184

Tints of Tapestry #A47184

Color information

#A47184 (or 0xA47184) is unknown color: approx Tapestry. HEX triplet: A4, 71 and 84. RGB value is (164,113,132). Sum of RGB (Red+Green+Blue) = 164+113+132=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47184 is #5B8E7B. Grayscale: #828282. Windows color (decimal): -6000252 or 8679844. OLE color: 8679844.

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

Color convert

RGB164113132-
CMYK00.310.200.36
HSL337.65º21.89%54.31%-
HSV(B)337.65º31.1%64.31%-
XYZ25.3821.3724.62-
YUV130.42128.9151.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=40.10%
G=27.63%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411313200.310.200.36337.6521.8954.31
HexA4718401F14241521636
Octal24416120403724445222666
Binary101001001110001100001000111111010010010010101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47184; }

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

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

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

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

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

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

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

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