COLOR #A46D88

HEX: #A46D88
RGB: (164,109,136)

Color info

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

RGB color model

#A46D88 color RGB value is (164,109,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 109 of 255 = 43%
B 136 of 255 = 53%

164
109
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 109 + 136 = 409 (100%)
R 164 of 409 ~ 40.1%
G 109 of 409 ~ 26.65%
B 136 of 409 ~ 33.25%

%40.1
%26.65
%33.25

CMYK color model

#A46D88 color CMYK value is (0,34,17,36).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,34,17,36)
C0M34Y17K36 
(0%,34%,17%,36%)
(0.00/0.34/0.17/0.36)	

CMYK percentages

%0
%33.54
%17.07
%35.69

Codes

Color #A46D88 in popluar color models

A46D88
RGB164109136
HSL331°23.21%53.53%
HSB/HSV331°33.54%64.31%
CMYK0.00%33.54%17.07%
35.69%

Color #A46D88 in popluar number systems.

HEXA46D88
Decimal164109136
Binary10100100110110110001000
Octal244155210

Shades and tints

Shades of #A46D88

#A46D88
(164,109,136)
#96647C
(150,100,124)
#885B70
(136,91,112)
#7A5264
(122,82,100)
#6C4958
(108,73,88)
#5E404C
(94,64,76)
#503740
(80,55,64)
#422E34
(66,46,52)
#342528
(52,37,40)
#261C1C
(38,28,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A46D88

#A46D88
(164,109,136)
#AC7A92
(172,122,146)
#B4879C
(180,135,156)
#BC94A6
(188,148,166)
#C4A1B0
(196,161,176)
#CCAEBA
(204,174,186)
#D4BBC4
(212,187,196)
#DCC8CE
(220,200,206)
#E4D5D8
(228,213,216)
#ECE2E2
(236,226,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46D88; }

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

This text font color is #A46D88.


Background Color

.myBgColor { background-color: #A46D88; }

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

This div background color is #A46D88.


Border color

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

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

This div border color is #A46D88.


Opacity

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

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

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

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

This text has shadow with #A46D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46D88 on black background.


Color preview on white background

This text has color #A46D88 on white background.



Black color preview on #A46D88 background

This text has black color on #A46D88 background.


White color preview on #A46D88 background

This text has white color on #A46D88 background.