#A77E8E

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

Shades of Tapestry #A77E8E

Tints of Tapestry #A77E8E

Color information

#A77E8E (or 0xA77E8E) is unknown color: approx Tapestry. HEX triplet: A7, 7E and 8E. RGB value is (167,126,142). Sum of RGB (Red+Green+Blue) = 167+126+142=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E8E is #588171. Grayscale: #8C8C8C. Windows color (decimal): -5800306 or 9338535. OLE color: 9338535.

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

Color convert

RGB167126142-
CMYK00.250.150.35
HSL336.59º18.89%57.45%-
HSV(B)336.59º24.55%65.49%-
XYZ28.2825.0928.94-
YUV140.08129.08147.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=38.39%
G=28.97%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712614200.250.150.35336.5918.8957.45
HexA77E8E019F231511339
Octal24717621603117435212371
Binary10100111111111010001110011001111110001110101000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E8E; }

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

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

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

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

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

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

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

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