COLOR #A37394

HEX: #A37394
RGB: (163,115,148)

Color info

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

RGB color model

#A37394 color RGB value is (163,115,148).

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

RGB channels and saturation

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

163
115
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 148 = 426 (100%)
R 163 of 426 ~ 38.26%
G 115 of 426 ~ 27%
B 148 of 426 ~ 34.74%

%38.26
%27
%34.74

CMYK color model

#A37394 color CMYK value is (0,29,9,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,29,9,36)
C0M29Y9K36 
(0%,29%,9%,36%)
(0.00/0.29/0.09/0.36)	

CMYK percentages

%0
%29.45
%9.2
%36.08

Codes

Color #A37394 in popluar color models

A37394
RGB163115148
HSL319°20.69%54.51%
HSB/HSV319°29.45%63.92%
CMYK0.00%29.45%9.20%
36.08%

Color #A37394 in popluar number systems.

HEXA37394
Decimal163115148
Binary10100011111001110010100
Octal243163224

Shades and tints

Shades of #A37394

#A37394
(163,115,148)
#956987
(149,105,135)
#875F7A
(135,95,122)
#79556D
(121,85,109)
#6B4B60
(107,75,96)
#5D4153
(93,65,83)
#4F3746
(79,55,70)
#412D39
(65,45,57)
#33232C
(51,35,44)
#25191F
(37,25,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A37394

#A37394
(163,115,148)
#AB7F9D
(171,127,157)
#B38BA6
(179,139,166)
#BB97AF
(187,151,175)
#C3A3B8
(195,163,184)
#CBAFC1
(203,175,193)
#D3BBCA
(211,187,202)
#DBC7D3
(219,199,211)
#E3D3DC
(227,211,220)
#EBDFE5
(235,223,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37394; }

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

This text font color is #A37394.


Background Color

.myBgColor { background-color: #A37394; }

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

This div background color is #A37394.


Border color

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

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

This div border color is #A37394.


Opacity

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

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

Text with #A37394 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 #A37394;}

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

This text has shadow with #A37394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37394 on black background.


Color preview on white background

This text has color #A37394 on white background.



Black color preview on #A37394 background

This text has black color on #A37394 background.


White color preview on #A37394 background

This text has white color on #A37394 background.