COLOR #A46E67

HEX: #A46E67
RGB: (164,110,103)

Color info

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

RGB color model

#A46E67 color RGB value is (164,110,103).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 103 of 255 = 40%

164
110
103

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 103 = 377 (100%)
R 164 of 377 ~ 43.5%
G 110 of 377 ~ 29.18%
B 103 of 377 ~ 27.32%

%43.5
%29.18
%27.32

CMYK color model

#A46E67 color CMYK value is (0,33,37,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 37.20%
  • key color value is 35.69%
CMYK:
(0,33,37,36)
C0M33Y37K36 
(0%,33%,37%,36%)
(0.00/0.33/0.37/0.36)	

CMYK percentages

%0
%32.93
%37.2
%35.69

Codes

Color #A46E67 in popluar color models

A46E67
RGB164110103
HSL25.10%52.35%
HSB/HSV37.20%64.31%
CMYK0.00%32.93%37.20%
35.69%

Color #A46E67 in popluar number systems.

HEXA46E67
Decimal164110103
Binary1010010011011101100111
Octal244156147

Shades and tints

Shades of #A46E67

#A46E67
(164,110,103)
#96645E
(150,100,94)
#885A55
(136,90,85)
#7A504C
(122,80,76)
#6C4643
(108,70,67)
#5E3C3A
(94,60,58)
#503231
(80,50,49)
#422828
(66,40,40)
#341E1F
(52,30,31)
#261416
(38,20,22)
#180A0D
(24,10,13)
#000000
(0,0,0)

Tints of #A46E67

#A46E67
(164,110,103)
#AC7B74
(172,123,116)
#B48881
(180,136,129)
#BC958E
(188,149,142)
#C4A29B
(196,162,155)
#CCAFA8
(204,175,168)
#D4BCB5
(212,188,181)
#DCC9C2
(220,201,194)
#E4D6CF
(228,214,207)
#ECE3DC
(236,227,220)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E67; }

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

This text font color is #A46E67.


Background Color

.myBgColor { background-color: #A46E67; }

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

This div background color is #A46E67.


Border color

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

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

This div border color is #A46E67.


Opacity

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

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

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

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

This text has shadow with #A46E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E67 on black background.


Color preview on white background

This text has color #A46E67 on white background.



Black color preview on #A46E67 background

This text has black color on #A46E67 background.


White color preview on #A46E67 background

This text has white color on #A46E67 background.