COLOR #A47E91

HEX: #A47E91
RGB: (164,126,145)

Color info

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

RGB color model

#A47E91 color RGB value is (164,126,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 145 of 255 = 57%

164
126
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 145 = 435 (100%)
R 164 of 435 ~ 37.7%
G 126 of 435 ~ 28.97%
B 145 of 435 ~ 33.33%

%37.7
%28.97
%33.33

CMYK color model

#A47E91 color CMYK value is (0,23,12,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(0,23,12,36)
C0M23Y12K36 
(0%,23%,12%,36%)
(0.00/0.23/0.12/0.36)	

CMYK percentages

%0
%23.17
%11.59
%35.69

Codes

Color #A47E91 in popluar color models

A47E91
RGB164126145
HSL330°17.27%56.86%
HSB/HSV330°23.17%64.31%
CMYK0.00%23.17%11.59%
35.69%

Color #A47E91 in popluar number systems.

HEXA47E91
Decimal164126145
Binary10100100111111010010001
Octal244176221

Shades and tints

Shades of #A47E91

#A47E91
(164,126,145)
#967384
(150,115,132)
#886877
(136,104,119)
#7A5D6A
(122,93,106)
#6C525D
(108,82,93)
#5E4750
(94,71,80)
#503C43
(80,60,67)
#423136
(66,49,54)
#342629
(52,38,41)
#261B1C
(38,27,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A47E91

#A47E91
(164,126,145)
#AC899B
(172,137,155)
#B494A5
(180,148,165)
#BC9FAF
(188,159,175)
#C4AAB9
(196,170,185)
#CCB5C3
(204,181,195)
#D4C0CD
(212,192,205)
#DCCBD7
(220,203,215)
#E4D6E1
(228,214,225)
#ECE1EB
(236,225,235)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E91 color. Also use rgb(164,126,145) instead hex code.

Text Font Color

.myTextColor { color: #A47E91; }

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

This text font color is #A47E91.


Background Color

.myBgColor { background-color: #A47E91; }

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

This div background color is #A47E91.


Border color

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

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

This div border color is #A47E91.


Opacity

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

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

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

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

This text has shadow with #A47E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E91 on black background.


Color preview on white background

This text has color #A47E91 on white background.



Black color preview on #A47E91 background

This text has black color on #A47E91 background.


White color preview on #A47E91 background

This text has white color on #A47E91 background.