#A37786

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

Shades of Tapestry #A37786

Tints of Tapestry #A37786

Color information

#A37786 (or 0xA37786) is unknown color: approx Tapestry. HEX triplet: A3, 77 and 86. RGB value is (163,119,134). Sum of RGB (Red+Green+Blue) = 163+119+134=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A37786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37786 is #5C8879. Grayscale: #858585. Windows color (decimal): -6064250 or 8812451. OLE color: 8812451.

HSL color Cylindrical-coordinate representation of color #A37786: hue angle of 339.55º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37786 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163119134-
CMYK00.270.180.36
HSL339.55º19.3%55.29%-
HSV(B)339.55º26.99%63.92%-
XYZ2622.725.57-
YUV133.87128.08148.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=39.18%
G=28.61%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311913400.270.180.36339.5519.355.29
HexA3778601B12241541337
Octal24316720603322445242367
Binary101000111110111100001100110111001010010010101010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37786; }

 p { color: rgb(163,119,134); }

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

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

 a { background-color: rgb(163,119,134); }

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

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

 span { border-color: rgb(163,119,134); }

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