#A77E8D

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

Shades of Tapestry #A77E8D

Tints of Tapestry #A77E8D

Color information

#A77E8D (or 0xA77E8D) is unknown color: approx Tapestry. HEX triplet: A7, 7E and 8D. RGB value is (167,126,141). Sum of RGB (Red+Green+Blue) = 167+126+141=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E8D is #588172. Grayscale: #8B8B8B. Windows color (decimal): -5800307 or 9272999. OLE color: 9272999.

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

Color convert

RGB167126141-
CMYK00.250.160.35
HSL338.05º18.89%57.45%-
HSV(B)338.05º24.55%65.49%-
XYZ28.225.0628.55-
YUV139.97128.58147.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=38.48%
G=29.03%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712614100.250.160.35338.0518.8957.45
HexA77E8D01910231521339
Octal24717621503120435222371
Binary101001111111110100011010110011000010001110101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E8D; }

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

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

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

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

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

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

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

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