#A77280

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

Shades of Tapestry #A77280

Tints of Tapestry #A77280

Color information

#A77280 (or 0xA77280) is unknown color: approx Tapestry. HEX triplet: A7, 72 and 80. RGB value is (167,114,128). Sum of RGB (Red+Green+Blue) = 167+114+128=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A77280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77280 is #588D7F. Grayscale: #838383. Windows color (decimal): -5803392 or 8417959. OLE color: 8417959.

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

Color convert

RGB167114128-
CMYK00.320.230.35
HSL344.15º23.14%55.1%-
HSV(B)344.15º31.74%65.49%-
XYZ25.8521.8123.27-
YUV131.44126.06153.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=40.83%
G=27.87%
B=31.30%

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
Decimal16711412800.320.230.35344.1523.1455.1
HexA7728002017231581737
Octal24716220004027435302767
Binary1010011111100101000000001000001011110001110101100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77280; }

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

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

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

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

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

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

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

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