COLOR #A46B86

HEX: #A46B86
RGB: (164,107,134)

Color info

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

RGB color model

#A46B86 color RGB value is (164,107,134).

  • red value is 164;
  • green value is 107;
  • blue value is 134.
RGB:
(164,107,134)
(64%,42%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 107 of 255 = 42%
B 134 of 255 = 53%

164
107
134

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

Portions of RGB colors in percentages

R + G + B =
164 + 107 + 134 = 405 (100%)
R 164 of 405 ~ 40.49%
G 107 of 405 ~ 26.42%
B 134 of 405 ~ 33.09%

%40.49
%26.42
%33.09

CMYK color model

#A46B86 color CMYK value is (0,35,18,36).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(0,35,18,36)
C0M35Y18K36 
(0%,35%,18%,36%)
(0.00/0.35/0.18/0.36)	

CMYK percentages

%0
%34.76
%18.29
%35.69

Codes

Color #A46B86 in popluar color models

A46B86
RGB164107134
HSL332°23.85%53.14%
HSB/HSV332°34.76%64.31%
CMYK0.00%34.76%18.29%
35.69%

Color #A46B86 in popluar number systems.

HEXA46B86
Decimal164107134
Binary10100100110101110000110
Octal244153206

Shades and tints

Shades of #A46B86

#A46B86
(164,107,134)
#96627A
(150,98,122)
#88596E
(136,89,110)
#7A5062
(122,80,98)
#6C4756
(108,71,86)
#5E3E4A
(94,62,74)
#50353E
(80,53,62)
#422C32
(66,44,50)
#342326
(52,35,38)
#261A1A
(38,26,26)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A46B86

#A46B86
(164,107,134)
#AC7891
(172,120,145)
#B4859C
(180,133,156)
#BC92A7
(188,146,167)
#C49FB2
(196,159,178)
#CCACBD
(204,172,189)
#D4B9C8
(212,185,200)
#DCC6D3
(220,198,211)
#E4D3DE
(228,211,222)
#ECE0E9
(236,224,233)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46B86 color. Also use rgb(164,107,134) instead hex code.

Text Font Color

.myTextColor { color: #A46B86; }

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

This text font color is #A46B86.


Background Color

.myBgColor { background-color: #A46B86; }

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

This div background color is #A46B86.


Border color

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

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

This div border color is #A46B86.


Opacity

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

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

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

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

This text has shadow with #A46B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46B86 on black background.


Color preview on white background

This text has color #A46B86 on white background.



Black color preview on #A46B86 background

This text has black color on #A46B86 background.


White color preview on #A46B86 background

This text has white color on #A46B86 background.