COLOR #A46E83

HEX: #A46E83
RGB: (164,110,131)

Color info

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

RGB color model

#A46E83 color RGB value is (164,110,131).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 131 of 255 = 51%

164
110
131

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 131 = 405 (100%)
R 164 of 405 ~ 40.49%
G 110 of 405 ~ 27.16%
B 131 of 405 ~ 32.35%

%40.49
%27.16
%32.35

CMYK color model

#A46E83 color CMYK value is (0,33,20,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(0,33,20,36)
C0M33Y20K36 
(0%,33%,20%,36%)
(0.00/0.33/0.20/0.36)	

CMYK percentages

%0
%32.93
%20.12
%35.69

Codes

Color #A46E83 in popluar color models

A46E83
RGB164110131
HSL337°22.88%53.73%
HSB/HSV337°32.93%64.31%
CMYK0.00%32.93%20.12%
35.69%

Color #A46E83 in popluar number systems.

HEXA46E83
Decimal164110131
Binary10100100110111010000011
Octal244156203

Shades and tints

Shades of #A46E83

#A46E83
(164,110,131)
#966478
(150,100,120)
#885A6D
(136,90,109)
#7A5062
(122,80,98)
#6C4657
(108,70,87)
#5E3C4C
(94,60,76)
#503241
(80,50,65)
#422836
(66,40,54)
#341E2B
(52,30,43)
#261420
(38,20,32)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #A46E83

#A46E83
(164,110,131)
#AC7B8E
(172,123,142)
#B48899
(180,136,153)
#BC95A4
(188,149,164)
#C4A2AF
(196,162,175)
#CCAFBA
(204,175,186)
#D4BCC5
(212,188,197)
#DCC9D0
(220,201,208)
#E4D6DB
(228,214,219)
#ECE3E6
(236,227,230)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E83; }

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

This text font color is #A46E83.


Background Color

.myBgColor { background-color: #A46E83; }

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

This div background color is #A46E83.


Border color

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

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

This div border color is #A46E83.


Opacity

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

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

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

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

This text has shadow with #A46E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E83 on black background.


Color preview on white background

This text has color #A46E83 on white background.



Black color preview on #A46E83 background

This text has black color on #A46E83 background.


White color preview on #A46E83 background

This text has white color on #A46E83 background.