COLOR #A46D3A

HEX: #A46D3A
RGB: (164,109,58)

Color info

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

RGB color model

#A46D3A color RGB value is (164,109,58).

  • red value is 164;
  • green value is 109;
  • blue value is 58.
RGB:
(164,109,58)
(64%,43%,23%)

RGB channels and saturation

R 164 of 255 = 64%
G 109 of 255 = 43%
B 58 of 255 = 23%

164
109
58

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

Portions of RGB colors in percentages

R + G + B =
164 + 109 + 58 = 331 (100%)
R 164 of 331 ~ 49.55%
G 109 of 331 ~ 32.93%
B 58 of 331 ~ 17.52%

%49.55
%32.93
%17.52

CMYK color model

#A46D3A color CMYK value is (0,34,65,36).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 64.63%
  • key color value is 35.69%
CMYK:
(0,34,65,36)
C0M34Y65K36 
(0%,34%,65%,36%)
(0.00/0.34/0.65/0.36)	

CMYK percentages

%0
%33.54
%64.63
%35.69

Codes

Color #A46D3A in popluar color models

A46D3A
RGB16410958
HSL29°47.75%43.53%
HSB/HSV29°64.63%64.31%
CMYK0.00%33.54%64.63%
35.69%

Color #A46D3A in popluar number systems.

HEXA46D3A
Decimal16410958
Binary101001001101101111010
Octal24415572

Shades and tints

Shades of #A46D3A

#A46D3A
(164,109,58)
#966435
(150,100,53)
#885B30
(136,91,48)
#7A522B
(122,82,43)
#6C4926
(108,73,38)
#5E4021
(94,64,33)
#50371C
(80,55,28)
#422E17
(66,46,23)
#342512
(52,37,18)
#261C0D
(38,28,13)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #A46D3A

#A46D3A
(164,109,58)
#AC7A4B
(172,122,75)
#B4875C
(180,135,92)
#BC946D
(188,148,109)
#C4A17E
(196,161,126)
#CCAE8F
(204,174,143)
#D4BBA0
(212,187,160)
#DCC8B1
(220,200,177)
#E4D5C2
(228,213,194)
#ECE2D3
(236,226,211)
#F4EFE4
(244,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46D3A color. Also use rgb(164,109,58) instead hex code.

Text Font Color

.myTextColor { color: #A46D3A; }

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

This text font color is #A46D3A.


Background Color

.myBgColor { background-color: #A46D3A; }

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

This div background color is #A46D3A.


Border color

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

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

This div border color is #A46D3A.


Opacity

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

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

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

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

This text has shadow with #A46D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46D3A on black background.


Color preview on white background

This text has color #A46D3A on white background.



Black color preview on #A46D3A background

This text has black color on #A46D3A background.


White color preview on #A46D3A background

This text has white color on #A46D3A background.