#A47282

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

Shades of Tapestry #A47282

Tints of Tapestry #A47282

Color information

#A47282 (or 0xA47282) is unknown color: approx Tapestry. HEX triplet: A4, 72 and 82. RGB value is (164,114,130). Sum of RGB (Red+Green+Blue) = 164+114+130=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47282 is #5B8D7D. Grayscale: #828282. Windows color (decimal): -5999998 or 8549028. OLE color: 8549028.

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

Color convert

RGB164114130-
CMYK00.300.210.36
HSL340.8º21.55%54.51%-
HSV(B)340.8º30.49%64.31%-
XYZ25.3621.5423.94-
YUV130.77127.56151.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=40.20%
G=27.94%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411413000.300.210.36340.821.5554.51
HexA4728201E15241551637
Octal24416220203625445252667
Binary101001001110010100000100111101010110010010101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47282; }

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

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

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

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

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

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

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

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