COLOR #A46D95

HEX: #A46D95
RGB: (164,109,149)

Color info

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

RGB color model

#A46D95 color RGB value is (164,109,149).

  • red value is 164;
  • green value is 109;
  • blue value is 149.
RGB:
(164,109,149)
(64%,43%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 109 of 255 = 43%
B 149 of 255 = 58%

164
109
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 109 + 149 = 422 (100%)
R 164 of 422 ~ 38.86%
G 109 of 422 ~ 25.83%
B 149 of 422 ~ 35.31%

%38.86
%25.83
%35.31

CMYK color model

#A46D95 color CMYK value is (0,34,9,36).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,34,9,36)
C0M34Y9K36 
(0%,34%,9%,36%)
(0.00/0.34/0.09/0.36)	

CMYK percentages

%0
%33.54
%9.15
%35.69

Codes

Color #A46D95 in popluar color models

A46D95
RGB164109149
HSL316°23.21%53.53%
HSB/HSV316°33.54%64.31%
CMYK0.00%33.54%9.15%
35.69%

Color #A46D95 in popluar number systems.

HEXA46D95
Decimal164109149
Binary10100100110110110010101
Octal244155225

Shades and tints

Shades of #A46D95

#A46D95
(164,109,149)
#966488
(150,100,136)
#885B7B
(136,91,123)
#7A526E
(122,82,110)
#6C4961
(108,73,97)
#5E4054
(94,64,84)
#503747
(80,55,71)
#422E3A
(66,46,58)
#34252D
(52,37,45)
#261C20
(38,28,32)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A46D95

#A46D95
(164,109,149)
#AC7A9E
(172,122,158)
#B487A7
(180,135,167)
#BC94B0
(188,148,176)
#C4A1B9
(196,161,185)
#CCAEC2
(204,174,194)
#D4BBCB
(212,187,203)
#DCC8D4
(220,200,212)
#E4D5DD
(228,213,221)
#ECE2E6
(236,226,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46D95 color. Also use rgb(164,109,149) instead hex code.

Text Font Color

.myTextColor { color: #A46D95; }

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

This text font color is #A46D95.


Background Color

.myBgColor { background-color: #A46D95; }

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

This div background color is #A46D95.


Border color

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

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

This div border color is #A46D95.


Opacity

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

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

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

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

This text has shadow with #A46D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46D95 on black background.


Color preview on white background

This text has color #A46D95 on white background.



Black color preview on #A46D95 background

This text has black color on #A46D95 background.


White color preview on #A46D95 background

This text has white color on #A46D95 background.