#A47481

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

Shades of Tapestry #A47481

Tints of Tapestry #A47481

Color information

#A47481 (or 0xA47481) is unknown color: approx Tapestry. HEX triplet: A4, 74 and 81. RGB value is (164,116,129). Sum of RGB (Red+Green+Blue) = 164+116+129=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47481 is #5B8B7E. Grayscale: #838383. Windows color (decimal): -5999487 or 8484004. OLE color: 8484004.

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

Color convert

RGB164116129-
CMYK00.290.210.36
HSL343.75º20.87%54.9%-
HSV(B)343.75º29.27%64.31%-
XYZ25.5221.9723.66-
YUV131.83126.4150.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=40.10%
G=28.36%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411612900.290.210.36343.7520.8754.9
HexA4748101D15241581537
Octal24416420103525445302567
Binary101001001110100100000010111011010110010010101100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47481; }

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

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

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

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

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

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

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

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