#A47483

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

Shades of Tapestry #A47483

Tints of Tapestry #A47483

Color information

#A47483 (or 0xA47483) is unknown color: approx Tapestry. HEX triplet: A4, 74 and 83. RGB value is (164,116,131). Sum of RGB (Red+Green+Blue) = 164+116+131=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47483 is #5B8B7C. Grayscale: #848484. Windows color (decimal): -5999485 or 8615076. OLE color: 8615076.

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

Color convert

RGB164116131-
CMYK00.290.200.36
HSL341.25º20.87%54.9%-
HSV(B)341.25º29.27%64.31%-
XYZ25.6522.0224.37-
YUV132.06127.4150.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=39.90%
G=28.22%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411613100.290.200.36341.2520.8754.9
HexA4748301D14241551537
Octal24416420303524445252567
Binary101001001110100100000110111011010010010010101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47483; }

 p { color: rgb(164,116,131); }

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

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

 a { background-color: rgb(164,116,131); }

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

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

 span { border-color: rgb(164,116,131); }

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