COLOR #A37393

HEX: #A37393
RGB: (163,115,147)

Color info

#A37393 contains red, green and blue colors in about the same proportion. Web safe color of #A37393 is #996699 (or #969).

RGB color model

#A37393 color RGB value is (163,115,147).

  • red value is 163;
  • green value is 115;
  • blue value is 147.
RGB:
(163,115,147)
(64%,45%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 147 of 255 = 58%

163
115
147

R + G + B ~ 56%. #A37393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 147 = 425 (100%)
R 163 of 425 ~ 38.35%
G 115 of 425 ~ 27.06%
B 147 of 425 ~ 34.59%

%38.35
%27.06
%34.59

CMYK color model

#A37393 color CMYK value is (0,29,10,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 9.82%
  • key color value is 36.08%
CMYK:
(0,29,10,36)
C0M29Y10K36 
(0%,29%,10%,36%)
(0.00/0.29/0.10/0.36)	

CMYK percentages

%0
%29.45
%9.82
%36.08

Codes

Color #A37393 in popluar color models

A37393
RGB163115147
HSL320°20.69%54.51%
HSB/HSV320°29.45%63.92%
CMYK0.00%29.45%9.82%
36.08%

Color #A37393 in popluar number systems.

HEXA37393
Decimal163115147
Binary10100011111001110010011
Octal243163223

Shades and tints

Shades of #A37393

#A37393
(163,115,147)
#956986
(149,105,134)
#875F79
(135,95,121)
#79556C
(121,85,108)
#6B4B5F
(107,75,95)
#5D4152
(93,65,82)
#4F3745
(79,55,69)
#412D38
(65,45,56)
#33232B
(51,35,43)
#25191E
(37,25,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A37393

#A37393
(163,115,147)
#AB7F9C
(171,127,156)
#B38BA5
(179,139,165)
#BB97AE
(187,151,174)
#C3A3B7
(195,163,183)
#CBAFC0
(203,175,192)
#D3BBC9
(211,187,201)
#DBC7D2
(219,199,210)
#E3D3DB
(227,211,219)
#EBDFE4
(235,223,228)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37393 color. Also use rgb(163,115,147) instead hex code.

Text Font Color

.myTextColor { color: #A37393; }

<p style="color:#A37393">This sample text font color is #A37393.</p>

This text font color is #A37393.


Background Color

.myBgColor { background-color: #A37393; }

<div style="background-color:#A37393">Inner text</div>

This div background color is #A37393.


Border color

.myBorderColor { border: 1px solid #A37393; }

<div style="border:3px solid #A37393">Div</div>

This div border color is #A37393.


Opacity

.myOpacity80 { color: #A37393; opacity: 0.8; }

<p style="color:#A37393;opacity:0.8;">80%</p>

Text with #A37393 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A37393;}

<p style="text-shadow: 3px 3px 1px #A37393">Text here.</p>

This text has shadow with #A37393 color.

.textShadow {text-shadow: 3px 3px 1px #A37393, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A37393, 5px 5px 20px red">Text here.</p>

This text has shadow with #A37393 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37393, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A37393, Direction=45, Strength=4)">Text</p>

This text has shadow with #A37393 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A37393;
  -webkit-box-shadow:	1px 1px 3px 2px #A37393;
  box-shadow:		1px 1px 3px 2px #A37393;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37393;
-webkit-box-shadow: 1px 1px 3px 2px #A37393;
box-shadow:1px 1px 3px 2px #A37393;">
Div content here</div>
This div box has shadow with color #A37393.

Preview

Color preview on black background

This text has color #A37393 on black background.


Color preview on white background

This text has color #A37393 on white background.



Black color preview on #A37393 background

This text has black color on #A37393 background.


White color preview on #A37393 background

This text has white color on #A37393 background.