COLOR #A46E6A

HEX: #A46E6A
RGB: (164,110,106)

Color info

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

RGB color model

#A46E6A color RGB value is (164,110,106).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 106 of 255 = 42%

164
110
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 106 = 380 (100%)
R 164 of 380 ~ 43.16%
G 110 of 380 ~ 28.95%
B 106 of 380 ~ 27.89%

%43.16
%28.95
%27.89

CMYK color model

#A46E6A color CMYK value is (0,33,35,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,33,35,36)
C0M33Y35K36 
(0%,33%,35%,36%)
(0.00/0.33/0.35/0.36)	

CMYK percentages

%0
%32.93
%35.37
%35.69

Codes

Color #A46E6A in popluar color models

A46E6A
RGB164110106
HSL24.17%52.94%
HSB/HSV35.37%64.31%
CMYK0.00%32.93%35.37%
35.69%

Color #A46E6A in popluar number systems.

HEXA46E6A
Decimal164110106
Binary1010010011011101101010
Octal244156152

Shades and tints

Shades of #A46E6A

#A46E6A
(164,110,106)
#966461
(150,100,97)
#885A58
(136,90,88)
#7A504F
(122,80,79)
#6C4646
(108,70,70)
#5E3C3D
(94,60,61)
#503234
(80,50,52)
#42282B
(66,40,43)
#341E22
(52,30,34)
#261419
(38,20,25)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #A46E6A

#A46E6A
(164,110,106)
#AC7B77
(172,123,119)
#B48884
(180,136,132)
#BC9591
(188,149,145)
#C4A29E
(196,162,158)
#CCAFAB
(204,175,171)
#D4BCB8
(212,188,184)
#DCC9C5
(220,201,197)
#E4D6D2
(228,214,210)
#ECE3DF
(236,227,223)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E6A; }

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

This text font color is #A46E6A.


Background Color

.myBgColor { background-color: #A46E6A; }

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

This div background color is #A46E6A.


Border color

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

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

This div border color is #A46E6A.


Opacity

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

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

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

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

This text has shadow with #A46E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E6A on black background.


Color preview on white background

This text has color #A46E6A on white background.



Black color preview on #A46E6A background

This text has black color on #A46E6A background.


White color preview on #A46E6A background

This text has white color on #A46E6A background.