#A47485

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

Shades of Tapestry #A47485

Tints of Tapestry #A47485

Color information

#A47485 (or 0xA47485) is unknown color: approx Tapestry. HEX triplet: A4, 74 and 85. RGB value is (164,116,133). Sum of RGB (Red+Green+Blue) = 164+116+133=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47485 is #5B8B7A. Grayscale: #848484. Windows color (decimal): -5999483 or 8746148. OLE color: 8746148.

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

Color convert

RGB164116133-
CMYK00.290.190.36
HSL338.75º20.87%54.9%-
HSV(B)338.75º29.27%64.31%-
XYZ25.7922.0825.09-
YUV132.29128.4150.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=39.71%
G=28.09%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411613300.290.190.36338.7520.8754.9
HexA4748501D13241531537
Octal24416420503523445232567
Binary101001001110100100001010111011001110010010101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47485; }

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

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

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

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

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

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

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

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