COLOR #A46E36

HEX: #A46E36
RGB: (164,110,54)

Color info

#A46E36 contains mainly red and green colors. Web safe color of #A46E36 is #996633 (or #963).

RGB color model

#A46E36 color RGB value is (164,110,54).

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

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 54 of 255 = 21%

164
110
54

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 54 = 328 (100%)
R 164 of 328 ~ 50%
G 110 of 328 ~ 33.54%
B 54 of 328 ~ 16.46%

%50
%33.54
%16.46

CMYK color model

#A46E36 color CMYK value is (0,33,67,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 67.07%
  • key color value is 35.69%
CMYK:
(0,33,67,36)
C0M33Y67K36 
(0%,33%,67%,36%)
(0.00/0.33/0.67/0.36)	

CMYK percentages

%0
%32.93
%67.07
%35.69

Codes

Color #A46E36 in popluar color models

A46E36
RGB16411054
HSL31°50.46%42.75%
HSB/HSV31°67.07%64.31%
CMYK0.00%32.93%67.07%
35.69%

Color #A46E36 in popluar number systems.

HEXA46E36
Decimal16411054
Binary101001001101110110110
Octal24415666

Shades and tints

Shades of #A46E36

#A46E36
(164,110,54)
#966432
(150,100,50)
#885A2E
(136,90,46)
#7A502A
(122,80,42)
#6C4626
(108,70,38)
#5E3C22
(94,60,34)
#50321E
(80,50,30)
#42281A
(66,40,26)
#341E16
(52,30,22)
#261412
(38,20,18)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #A46E36

#A46E36
(164,110,54)
#AC7B48
(172,123,72)
#B4885A
(180,136,90)
#BC956C
(188,149,108)
#C4A27E
(196,162,126)
#CCAF90
(204,175,144)
#D4BCA2
(212,188,162)
#DCC9B4
(220,201,180)
#E4D6C6
(228,214,198)
#ECE3D8
(236,227,216)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E36; }

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

This text font color is #A46E36.


Background Color

.myBgColor { background-color: #A46E36; }

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

This div background color is #A46E36.


Border color

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

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

This div border color is #A46E36.


Opacity

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

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

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

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

This text has shadow with #A46E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E36 on black background.


Color preview on white background

This text has color #A46E36 on white background.



Black color preview on #A46E36 background

This text has black color on #A46E36 background.


White color preview on #A46E36 background

This text has white color on #A46E36 background.