#A77481

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

Shades of Tapestry #A77481

Tints of Tapestry #A77481

Color information

#A77481 (or 0xA77481) is unknown color: approx Tapestry. HEX triplet: A7, 74 and 81. RGB value is (167,116,129). Sum of RGB (Red+Green+Blue) = 167+116+129=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A77481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77481 is #588B7E. Grayscale: #848484. Windows color (decimal): -5802879 or 8484007. OLE color: 8484007.

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

Color convert

RGB167116129-
CMYK00.310.230.35
HSL344.71º22.47%55.49%-
HSV(B)344.71º30.54%65.49%-
XYZ26.1422.2923.69-
YUV132.73125.9152.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=40.53%
G=28.16%
B=31.31%

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
Decimal16711612900.310.230.35344.7122.4755.49
HexA7748101F17231591637
Octal24716420103727435312667
Binary101001111110100100000010111111011110001110101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77481; }

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

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

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

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

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

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

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

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