COLOR #A46E38

HEX: #A46E38 RGB: (164,110,56)

Color info

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

RGB color model

#A46E38 color RGB value is (164,110,56).

RGB: (164,110,56) (64%, 43%, 22%)

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 56 of 255 = 22%

164
110
56

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

Portions of RGB colors in percentages

R + G + B = 164 + 110 + 56 = 330 (100%)
R 164 of 330 ~ 49.7%
G 110 of 330 ~ 33.33%
B 56 of 330 ~ 16.97'%

%49.7
%33.33
%16.97

CMYK color model

#A46E38 color CMYK value is (0,33,66,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 65.85%
  • key color value is 35.69%

CMYK: (0,33,66,36)
C0M33Y66K36 (0%, 33%, 66%, 36%)
(0.00 / 0.33 / 0.66 / 0.36)

CMYK percentages

%0
%32.93
%65.85
%35.69

Codes

Color #A46E38 in popluar color models

A4 6E 38
RGB 164 110 56
HSL 30° 49.09% 43.14%
HSB/HSV 30° 65.85% 64.31%
CMYK 0.00% 32.93% 65.85%
35.69%

Color #A46E38 in popluar number systems.

HEX A4 6E 38
Decimal 164 110 56
Binary 10100100 1101110 111000
Octal 244 156 70

Shades and tints

Shades of #A46E38

#A46E38
(164,110,56)
#966433
(150,100,51)
#885A2E
(136,90,46)
#7A5029
(122,80,41)
#6C4624
(108,70,36)
#5E3C1F
(94,60,31)
#50321A
(80,50,26)
#422815
(66,40,21)
#341E10
(52,30,16)
#26140B
(38,20,11)
#180A06
(24,10,6)
#000000
(0,0,0)

Tints of #A46E38

#A46E38
(164,110,56)
#AC7B4A
(172,123,74)
#B4885C
(180,136,92)
#BC956E
(188,149,110)
#C4A280
(196,162,128)
#CCAF92
(204,175,146)
#D4BCA4
(212,188,164)
#DCC9B6
(220,201,182)
#E4D6C8
(228,214,200)
#ECE3DA
(236,227,218)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46E38; }

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

This text font color is #A46E38.

Background Color

.myBgColor { background-color: #A46E38; }

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

This div background color is #A46E38.

Border color

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

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

This div border color is #A46E38.

Opacity

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

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

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

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

This text has shadow with #A46E38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46E38.

Preview

Color preview on black background

This text has color #A46E38 on black background.


Color preview on white background

This text has color #A46E38 on white background.


Black color preview on #A46E38 background

This text has black color on #A46E38 background.


White color preview on #A46E38 background

This text has white color on #A46E38 background.


Related colors

Complementary color

Complementary color for #hex is #5B91C7.


I love getcolorcode.com

Triadic colors

1 #38A46E and #6E38A4 with #A46E38 are triadic colors.

2 #386EA4 and #6EA438 with #A46E38 are triadic colors.