#A47280

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

Shades of Tapestry #A47280

Tints of Tapestry #A47280

Color information

#A47280 (or 0xA47280) is unknown color: approx Tapestry. HEX triplet: A4, 72 and 80. RGB value is (164,114,128). Sum of RGB (Red+Green+Blue) = 164+114+128=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47280 is #5B8D7F. Grayscale: #828282. Windows color (decimal): -6000000 or 8417956. OLE color: 8417956.

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

Color convert

RGB164114128-
CMYK00.300.220.36
HSL343.2º21.55%54.51%-
HSV(B)343.2º30.49%64.31%-
XYZ25.2221.4923.24-
YUV130.55126.56151.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=40.39%
G=28.08%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411412800.300.220.36343.221.5554.51
HexA4728001E16241571637
Octal24416220003626445272667
Binary101001001110010100000000111101011010010010101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47280; }

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

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

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

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

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

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

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

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