#A77485

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

Shades of Tapestry #A77485

Tints of Tapestry #A77485

Color information

#A77485 (or 0xA77485) is unknown color: approx Tapestry. HEX triplet: A7, 74 and 85. RGB value is (167,116,133). Sum of RGB (Red+Green+Blue) = 167+116+133=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77485 is #588B7A. Grayscale: #858585. Windows color (decimal): -5802875 or 8746151. OLE color: 8746151.

HSL color Cylindrical-coordinate representation of color #A77485: hue angle of 340º 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 #A77485 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167116133-
CMYK00.310.200.35
HSL340º22.47%55.49%-
HSV(B)340º30.54%65.49%-
XYZ26.4222.425.12-
YUV133.19127.9152.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=40.14%
G=27.88%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711613300.310.200.3534022.4755.49
HexA7748501F14231541637
Octal24716420503724435242667
Binary101001111110100100001010111111010010001110101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77485; }

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

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

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

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

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

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

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

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