#A37186

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

Shades of Tapestry #A37186

Tints of Tapestry #A37186

Color information

#A37186 (or 0xA37186) is unknown color: approx Tapestry. HEX triplet: A3, 71 and 86. RGB value is (163,113,134). Sum of RGB (Red+Green+Blue) = 163+113+134=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37186 is #5C8E79. Grayscale: #828282. Windows color (decimal): -6065786 or 8810915. OLE color: 8810915.

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

Color convert

RGB163113134-
CMYK00.310.180.36
HSL334.8º21.37%54.12%-
HSV(B)334.8º30.67%63.92%-
XYZ25.3121.3225.33-
YUV130.34130.06151.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=39.76%
G=27.56%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311313400.310.180.36334.821.3754.12
HexA3718601F122414f1536
Octal24316120603722445172566
Binary101000111110001100001100111111001010010010100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37186; }

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

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

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

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

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

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

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

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