#A77E8A

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

Shades of Tapestry #A77E8A

Tints of Tapestry #A77E8A

Color information

#A77E8A (or 0xA77E8A) is unknown color: approx Tapestry. HEX triplet: A7, 7E and 8A. RGB value is (167,126,138). Sum of RGB (Red+Green+Blue) = 167+126+138=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E8A is #588175. Grayscale: #8B8B8B. Windows color (decimal): -5800310 or 9076391. OLE color: 9076391.

HSL color Cylindrical-coordinate representation of color #A77E8A: hue angle of 342.44º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E8A is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167126138-
CMYK00.250.170.35
HSL342.44º18.89%57.45%-
HSV(B)342.44º24.55%65.49%-
XYZ27.9824.9727.39-
YUV139.63127.08147.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=38.75%
G=29.23%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712613800.250.170.35342.4418.8957.45
HexA77E8A01911231561339
Octal24717621203121435262371
Binary101001111111110100010100110011000110001110101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E8A; }

 p { color: rgb(167,126,138); }

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

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

 a { background-color: rgb(167,126,138); }

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

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

 span { border-color: rgb(167,126,138); }

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