COLOR #A37C91

HEX: #A37C91
RGB: (163,124,145)

Color info

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

RGB color model

#A37C91 color RGB value is (163,124,145).

  • red value is 163;
  • green value is 124;
  • blue value is 145.
RGB:
(163,124,145)
(64%,49%,57%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 145 of 255 = 57%

163
124
145

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 145 = 432 (100%)
R 163 of 432 ~ 37.73%
G 124 of 432 ~ 28.7%
B 145 of 432 ~ 33.56%

%37.73
%28.7
%33.56

CMYK color model

#A37C91 color CMYK value is (0,24,11,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(0,24,11,36)
C0M24Y11K36 
(0%,24%,11%,36%)
(0.00/0.24/0.11/0.36)	

CMYK percentages

%0
%23.93
%11.04
%36.08

Codes

Color #A37C91 in popluar color models

A37C91
RGB163124145
HSL328°17.49%56.27%
HSB/HSV328°23.93%63.92%
CMYK0.00%23.93%11.04%
36.08%

Color #A37C91 in popluar number systems.

HEXA37C91
Decimal163124145
Binary10100011111110010010001
Octal243174221

Shades and tints

Shades of #A37C91

#A37C91
(163,124,145)
#957184
(149,113,132)
#876677
(135,102,119)
#795B6A
(121,91,106)
#6B505D
(107,80,93)
#5D4550
(93,69,80)
#4F3A43
(79,58,67)
#412F36
(65,47,54)
#332429
(51,36,41)
#25191C
(37,25,28)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A37C91

#A37C91
(163,124,145)
#AB879B
(171,135,155)
#B392A5
(179,146,165)
#BB9DAF
(187,157,175)
#C3A8B9
(195,168,185)
#CBB3C3
(203,179,195)
#D3BECD
(211,190,205)
#DBC9D7
(219,201,215)
#E3D4E1
(227,212,225)
#EBDFEB
(235,223,235)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C91 color. Also use rgb(163,124,145) instead hex code.

Text Font Color

.myTextColor { color: #A37C91; }

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

This text font color is #A37C91.


Background Color

.myBgColor { background-color: #A37C91; }

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

This div background color is #A37C91.


Border color

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

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

This div border color is #A37C91.


Opacity

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

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

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

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

This text has shadow with #A37C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C91 on black background.


Color preview on white background

This text has color #A37C91 on white background.



Black color preview on #A37C91 background

This text has black color on #A37C91 background.


White color preview on #A37C91 background

This text has white color on #A37C91 background.