#A47484

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

Shades of Tapestry #A47484

Tints of Tapestry #A47484

Color information

#A47484 (or 0xA47484) is unknown color: approx Tapestry. HEX triplet: A4, 74 and 84. RGB value is (164,116,132). Sum of RGB (Red+Green+Blue) = 164+116+132=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47484 is #5B8B7B. Grayscale: #848484. Windows color (decimal): -5999484 or 8680612. OLE color: 8680612.

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

Color convert

RGB164116132-
CMYK00.290.200.36
HSL340º20.87%54.9%-
HSV(B)340º29.27%64.31%-
XYZ25.7222.0524.73-
YUV132.18127.9150.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=39.81%
G=28.16%
B=32.04%

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
Decimal16411613200.290.200.3634020.8754.9
HexA4748401D14241541537
Octal24416420403524445242567
Binary101001001110100100001000111011010010010010101010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47484; }

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

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

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

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

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

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

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

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