COLOR #A46E4E

HEX: #A46E4E
RGB: (164,110,78)

Color info

#A46E4E contains mainly red and green colors. Web safe color of #A46E4E is #996666 (or #966).

RGB color model

#A46E4E color RGB value is (164,110,78).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 78 of 255 = 31%

164
110
78

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 78 = 352 (100%)
R 164 of 352 ~ 46.59%
G 110 of 352 ~ 31.25%
B 78 of 352 ~ 22.16%

%46.59
%31.25
%22.16

CMYK color model

#A46E4E color CMYK value is (0,33,52,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 52.44%
  • key color value is 35.69%
CMYK:
(0,33,52,36)
C0M33Y52K36 
(0%,33%,52%,36%)
(0.00/0.33/0.52/0.36)	

CMYK percentages

%0
%32.93
%52.44
%35.69

Codes

Color #A46E4E in popluar color models

A46E4E
RGB16411078
HSL22°35.54%47.45%
HSB/HSV22°52.44%64.31%
CMYK0.00%32.93%52.44%
35.69%

Color #A46E4E in popluar number systems.

HEXA46E4E
Decimal16411078
Binary1010010011011101001110
Octal244156116

Shades and tints

Shades of #A46E4E

#A46E4E
(164,110,78)
#966447
(150,100,71)
#885A40
(136,90,64)
#7A5039
(122,80,57)
#6C4632
(108,70,50)
#5E3C2B
(94,60,43)
#503224
(80,50,36)
#42281D
(66,40,29)
#341E16
(52,30,22)
#26140F
(38,20,15)
#180A08
(24,10,8)
#000000
(0,0,0)

Tints of #A46E4E

#A46E4E
(164,110,78)
#AC7B5E
(172,123,94)
#B4886E
(180,136,110)
#BC957E
(188,149,126)
#C4A28E
(196,162,142)
#CCAF9E
(204,175,158)
#D4BCAE
(212,188,174)
#DCC9BE
(220,201,190)
#E4D6CE
(228,214,206)
#ECE3DE
(236,227,222)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E4E; }

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

This text font color is #A46E4E.


Background Color

.myBgColor { background-color: #A46E4E; }

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

This div background color is #A46E4E.


Border color

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

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

This div border color is #A46E4E.


Opacity

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

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

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

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

This text has shadow with #A46E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E4E on black background.


Color preview on white background

This text has color #A46E4E on white background.



Black color preview on #A46E4E background

This text has black color on #A46E4E background.


White color preview on #A46E4E background

This text has white color on #A46E4E background.