#A77180

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

Shades of Tapestry #A77180

Tints of Tapestry #A77180

Color information

#A77180 (or 0xA77180) is unknown color: approx Tapestry. HEX triplet: A7, 71 and 80. RGB value is (167,113,128). Sum of RGB (Red+Green+Blue) = 167+113+128=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A77180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77180 is #588E7F. Grayscale: #828282. Windows color (decimal): -5803648 or 8417703. OLE color: 8417703.

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

Color convert

RGB167113128-
CMYK00.320.230.35
HSL343.33º23.48%54.9%-
HSV(B)343.33º32.34%65.49%-
XYZ25.7421.5823.23-
YUV130.86126.39153.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=40.93%
G=27.70%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711312800.320.230.35343.3323.4854.9
HexA7718002017231571737
Octal24716120004027435272767
Binary1010011111100011000000001000001011110001110101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77180; }

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

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

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

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

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

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

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

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