#A37986

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

Shades of Tapestry #A37986

Tints of Tapestry #A37986

Color information

#A37986 (or 0xA37986) is unknown color: approx Tapestry. HEX triplet: A3, 79 and 86. RGB value is (163,121,134). Sum of RGB (Red+Green+Blue) = 163+121+134=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A37986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37986 is #5C8679. Grayscale: #878787. Windows color (decimal): -6063738 or 8812963. OLE color: 8812963.

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

Color convert

RGB163121134-
CMYK00.260.180.36
HSL341.43º18.58%55.69%-
HSV(B)341.43º25.77%63.92%-
XYZ26.2423.1825.65-
YUV135.04127.41147.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 134 (52.73% from 255) = 32.06%
R=39.00%
G=28.95%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312113400.260.180.36341.4318.5855.69
HexA3798601A12241551338
Octal24317120603222445252370
Binary101000111111001100001100110101001010010010101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37986; }

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

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

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

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

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

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

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

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