#A77F86

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

Shades of Tapestry #A77F86

Tints of Tapestry #A77F86

Color information

#A77F86 (or 0xA77F86) is unknown color: approx Tapestry. HEX triplet: A7, 7F and 86. RGB value is (167,127,134). Sum of RGB (Red+Green+Blue) = 167+127+134=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F86 is #588079. Grayscale: #8B8B8B. Windows color (decimal): -5800058 or 8814503. OLE color: 8814503.

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

Color convert

RGB167127134-
CMYK00.240.200.35
HSL349.5º18.52%57.65%-
HSV(B)349.5º23.95%65.49%-
XYZ27.8325.1225.94-
YUV139.76124.75147.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=39.02%
G=29.67%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712713400.240.200.35349.518.5257.65
HexA77F86018142315e133a
Octal24717720603024435362372
Binary101001111111111100001100110001010010001110101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F86; }

 p { color: rgb(167,127,134); }

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

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

 a { background-color: rgb(167,127,134); }

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

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

 span { border-color: rgb(167,127,134); }

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