COLOR #A37F91

HEX: #A37F91
RGB: (163,127,145)

Color info

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

RGB color model

#A37F91 color RGB value is (163,127,145).

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

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 145 of 255 = 57%

163
127
145

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 145 = 435 (100%)
R 163 of 435 ~ 37.47%
G 127 of 435 ~ 29.2%
B 145 of 435 ~ 33.33%

%37.47
%29.2
%33.33

CMYK color model

#A37F91 color CMYK value is (0,22,11,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(0,22,11,36)
C0M22Y11K36 
(0%,22%,11%,36%)
(0.00/0.22/0.11/0.36)	

CMYK percentages

%0
%22.09
%11.04
%36.08

Codes

Color #A37F91 in popluar color models

A37F91
RGB163127145
HSL330°16.36%56.86%
HSB/HSV330°22.09%63.92%
CMYK0.00%22.09%11.04%
36.08%

Color #A37F91 in popluar number systems.

HEXA37F91
Decimal163127145
Binary10100011111111110010001
Octal243177221

Shades and tints

Shades of #A37F91

#A37F91
(163,127,145)
#957484
(149,116,132)
#876977
(135,105,119)
#795E6A
(121,94,106)
#6B535D
(107,83,93)
#5D4850
(93,72,80)
#4F3D43
(79,61,67)
#413236
(65,50,54)
#332729
(51,39,41)
#251C1C
(37,28,28)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A37F91

#A37F91
(163,127,145)
#AB8A9B
(171,138,155)
#B395A5
(179,149,165)
#BBA0AF
(187,160,175)
#C3ABB9
(195,171,185)
#CBB6C3
(203,182,195)
#D3C1CD
(211,193,205)
#DBCCD7
(219,204,215)
#E3D7E1
(227,215,225)
#EBE2EB
(235,226,235)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F91; }

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

This text font color is #A37F91.


Background Color

.myBgColor { background-color: #A37F91; }

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

This div background color is #A37F91.


Border color

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

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

This div border color is #A37F91.


Opacity

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

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

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

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

This text has shadow with #A37F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F91 on black background.


Color preview on white background

This text has color #A37F91 on white background.



Black color preview on #A37F91 background

This text has black color on #A37F91 background.


White color preview on #A37F91 background

This text has white color on #A37F91 background.