COLOR #A46A76

HEX: #A46A76
RGB: (164,106,118)

Color info

#A46A76 contains red, green and blue colors in about the same proportion. Web safe color of #A46A76 is #996666 (or #966).

RGB color model

#A46A76 color RGB value is (164,106,118).

  • red value is 164;
  • green value is 106;
  • blue value is 118.
RGB:
(164,106,118)
(64%,42%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 106 of 255 = 42%
B 118 of 255 = 46%

164
106
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 106 + 118 = 388 (100%)
R 164 of 388 ~ 42.27%
G 106 of 388 ~ 27.32%
B 118 of 388 ~ 30.41%

%42.27
%27.32
%30.41

CMYK color model

#A46A76 color CMYK value is (0,35,28,36).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,35,28,36)
C0M35Y28K36 
(0%,35%,28%,36%)
(0.00/0.35/0.28/0.36)	

CMYK percentages

%0
%35.37
%28.05
%35.69

Codes

Color #A46A76 in popluar color models

A46A76
RGB164106118
HSL348°24.17%52.94%
HSB/HSV348°35.37%64.31%
CMYK0.00%35.37%28.05%
35.69%

Color #A46A76 in popluar number systems.

HEXA46A76
Decimal164106118
Binary1010010011010101110110
Octal244152166

Shades and tints

Shades of #A46A76

#A46A76
(164,106,118)
#96616C
(150,97,108)
#885862
(136,88,98)
#7A4F58
(122,79,88)
#6C464E
(108,70,78)
#5E3D44
(94,61,68)
#50343A
(80,52,58)
#422B30
(66,43,48)
#342226
(52,34,38)
#26191C
(38,25,28)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A46A76

#A46A76
(164,106,118)
#AC7782
(172,119,130)
#B4848E
(180,132,142)
#BC919A
(188,145,154)
#C49EA6
(196,158,166)
#CCABB2
(204,171,178)
#D4B8BE
(212,184,190)
#DCC5CA
(220,197,202)
#E4D2D6
(228,210,214)
#ECDFE2
(236,223,226)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46A76 color. Also use rgb(164,106,118) instead hex code.

Text Font Color

.myTextColor { color: #A46A76; }

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

This text font color is #A46A76.


Background Color

.myBgColor { background-color: #A46A76; }

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

This div background color is #A46A76.


Border color

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

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

This div border color is #A46A76.


Opacity

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

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

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

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

This text has shadow with #A46A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46A76 on black background.


Color preview on white background

This text has color #A46A76 on white background.



Black color preview on #A46A76 background

This text has black color on #A46A76 background.


White color preview on #A46A76 background

This text has white color on #A46A76 background.