#A77480

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

Shades of Tapestry #A77480

Tints of Tapestry #A77480

Color information

#A77480 (or 0xA77480) is unknown color: approx Tapestry. HEX triplet: A7, 74 and 80. RGB value is (167,116,128). Sum of RGB (Red+Green+Blue) = 167+116+128=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A77480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77480 is #588B7F. Grayscale: #848484. Windows color (decimal): -5802880 or 8418471. OLE color: 8418471.

HSL color Cylindrical-coordinate representation of color #A77480: hue angle of 345.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77480 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167116128-
CMYK00.310.230.35
HSL345.88º22.47%55.49%-
HSV(B)345.88º30.54%65.49%-
XYZ26.0822.2623.35-
YUV132.62125.4152.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=40.63%
G=28.22%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711612800.310.230.35345.8822.4755.49
HexA7748001F172315a1637
Octal24716420003727435322667
Binary101001111110100100000000111111011110001110101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77480; }

 p { color: rgb(167,116,128); }

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

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

 a { background-color: rgb(167,116,128); }

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

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

 span { border-color: rgb(167,116,128); }

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