COLOR #A46E91

HEX: #A46E91
RGB: (164,110,145)

Color info

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

RGB color model

#A46E91 color RGB value is (164,110,145).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 145 of 255 = 57%

164
110
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 145 = 419 (100%)
R 164 of 419 ~ 39.14%
G 110 of 419 ~ 26.25%
B 145 of 419 ~ 34.61%

%39.14
%26.25
%34.61

CMYK color model

#A46E91 color CMYK value is (0,33,12,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(0,33,12,36)
C0M33Y12K36 
(0%,33%,12%,36%)
(0.00/0.33/0.12/0.36)	

CMYK percentages

%0
%32.93
%11.59
%35.69

Codes

Color #A46E91 in popluar color models

A46E91
RGB164110145
HSL321°22.88%53.73%
HSB/HSV321°32.93%64.31%
CMYK0.00%32.93%11.59%
35.69%

Color #A46E91 in popluar number systems.

HEXA46E91
Decimal164110145
Binary10100100110111010010001
Octal244156221

Shades and tints

Shades of #A46E91

#A46E91
(164,110,145)
#966484
(150,100,132)
#885A77
(136,90,119)
#7A506A
(122,80,106)
#6C465D
(108,70,93)
#5E3C50
(94,60,80)
#503243
(80,50,67)
#422836
(66,40,54)
#341E29
(52,30,41)
#26141C
(38,20,28)
#180A0F
(24,10,15)
#000000
(0,0,0)

Tints of #A46E91

#A46E91
(164,110,145)
#AC7B9B
(172,123,155)
#B488A5
(180,136,165)
#BC95AF
(188,149,175)
#C4A2B9
(196,162,185)
#CCAFC3
(204,175,195)
#D4BCCD
(212,188,205)
#DCC9D7
(220,201,215)
#E4D6E1
(228,214,225)
#ECE3EB
(236,227,235)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E91; }

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

This text font color is #A46E91.


Background Color

.myBgColor { background-color: #A46E91; }

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

This div background color is #A46E91.


Border color

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

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

This div border color is #A46E91.


Opacity

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

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

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

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

This text has shadow with #A46E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E91 on black background.


Color preview on white background

This text has color #A46E91 on white background.



Black color preview on #A46E91 background

This text has black color on #A46E91 background.


White color preview on #A46E91 background

This text has white color on #A46E91 background.