COLOR #A39E5E

HEX: #A39E5E RGB: (163,158,94)

Color info

#A39E5E contains mainly red and green colors. Web safe color of #A39E5E is #999966 (or #996).

RGB color model

#A39E5E color RGB value is (163,158,94).

RGB: (163,158,94) (64%, 62%, 37%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 94 of 255 = 37%

163
158
94

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

Portions of RGB colors in percentages

R + G + B = 163 + 158 + 94 = 415 (100%)
R 163 of 415 ~ 39.28%
G 158 of 415 ~ 38.07%
B 94 of 415 ~ 22.65'%

%39.28
%38.07
%22.65

CMYK color model

#A39E5E color CMYK value is (0,3,42,36).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 42.33%
  • key color value is 36.08%
CMYK: (0,3,42,36) C0M3Y42K36 (0%,3%,42%,36%) (0.00/0.03/0.42/0.36) 

CMYK percentages

%0
%3.07
%42.33
%36.08

Codes

Color #A39E5E in popluar color models

A3 9E 5E
RGB 163 158 94
HSL 56° 27.27% 50.39%
HSB/HSV 56° 42.33% 63.92%
CMYK 0.00% 3.07% 42.33%
36.08%

Color #A39E5E in popluar number systems.

HEX A3 9E 5E
Decimal 163 158 94
Binary 10100011 10011110 1011110
Octal 243 236 136

Shades and tints

Shades of #A39E5E

#A39E5E
(163,158,94)
#959056
(149,144,86)
#87824E
(135,130,78)
#797446
(121,116,70)
#6B663E
(107,102,62)
#5D5836
(93,88,54)
#4F4A2E
(79,74,46)
#413C26
(65,60,38)
#332E1E
(51,46,30)
#252016
(37,32,22)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A39E5E

#A39E5E
(163,158,94)
#ABA66C
(171,166,108)
#B3AE7A
(179,174,122)
#BBB688
(187,182,136)
#C3BE96
(195,190,150)
#CBC6A4
(203,198,164)
#D3CEB2
(211,206,178)
#DBD6C0
(219,214,192)
#E3DECE
(227,222,206)
#EBE6DC
(235,230,220)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39E5E color. Also use rgb(163,158,94) instead hex code.

Text Font Color

.myTextColor { color: #A39E5E; }

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

This text font color is #A39E5E.

Background Color

.myBgColor { background-color: #A39E5E; }

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

This div background color is #A39E5E.

Border color

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

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

This div border color is #A39E5E.

Opacity

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

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

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

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

This text has shadow with #A39E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39E5E.

Preview

Color preview on black background

This text has color #A39E5E on black background.


Color preview on white background

This text has color #A39E5E on white background.


Black color preview on #A39E5E background

This text has black color on #A39E5E background.


White color preview on #A39E5E background

This text has white color on #A39E5E background.


Related colors

Complementary color

Complementary color for #hex is #5C61A1.


I love getcolorcode.com

Triadic colors

1 #5EA39E and #9E5EA3 with #A39E5E are triadic colors.

2 #5E9EA3 and #9EA35E with #A39E5E are triadic colors.