#A77381

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

Shades of Tapestry #A77381

Tints of Tapestry #A77381

Color information

#A77381 (or 0xA77381) is unknown color: approx Tapestry. HEX triplet: A7, 73 and 81. RGB value is (167,115,129). Sum of RGB (Red+Green+Blue) = 167+115+129=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A77381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77381 is #588C7E. Grayscale: #848484. Windows color (decimal): -5803135 or 8483751. OLE color: 8483751.

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

Color convert

RGB167115129-
CMYK00.310.230.35
HSL343.85º22.81%55.29%-
HSV(B)343.85º31.14%65.49%-
XYZ26.0322.0623.66-
YUV132.14126.23152.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=40.63%
G=27.98%
B=31.39%

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
Decimal16711512900.310.230.35343.8522.8155.29
HexA7738101F17231581737
Octal24716320103727435302767
Binary101001111110011100000010111111011110001110101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77381; }

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

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

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

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

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

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

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

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