COLOR #A39E6D

HEX: #A39E6D
RGB: (163,158,109)

Color info

#A39E6D contains red, green and blue colors in about the same proportion. Web safe color of #A39E6D is #999966 (or #996).

RGB color model

#A39E6D color RGB value is (163,158,109).

  • red value is 163;
  • green value is 158;
  • blue value is 109.
RGB:
(163,158,109)
(64%,62%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 109 of 255 = 43%

163
158
109

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

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 109 = 430 (100%)
R 163 of 430 ~ 37.91%
G 158 of 430 ~ 36.74%
B 109 of 430 ~ 25.35%

%37.91
%36.74
%25.35

CMYK color model

#A39E6D color CMYK value is (0,3,33,36).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(0,3,33,36)
C0M3Y33K36 
(0%,3%,33%,36%)
(0.00/0.03/0.33/0.36)	

CMYK percentages

%0
%3.07
%33.13
%36.08

Codes

Color #A39E6D in popluar color models

A39E6D
RGB163158109
HSL54°22.69%53.33%
HSB/HSV54°33.13%63.92%
CMYK0.00%3.07%33.13%
36.08%

Color #A39E6D in popluar number systems.

HEXA39E6D
Decimal163158109
Binary10100011100111101101101
Octal243236155

Shades and tints

Shades of #A39E6D

#A39E6D
(163,158,109)
#959064
(149,144,100)
#87825B
(135,130,91)
#797452
(121,116,82)
#6B6649
(107,102,73)
#5D5840
(93,88,64)
#4F4A37
(79,74,55)
#413C2E
(65,60,46)
#332E25
(51,46,37)
#25201C
(37,32,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A39E6D

#A39E6D
(163,158,109)
#ABA67A
(171,166,122)
#B3AE87
(179,174,135)
#BBB694
(187,182,148)
#C3BEA1
(195,190,161)
#CBC6AE
(203,198,174)
#D3CEBB
(211,206,187)
#DBD6C8
(219,214,200)
#E3DED5
(227,222,213)
#EBE6E2
(235,230,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39E6D; }

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

This text font color is #A39E6D.


Background Color

.myBgColor { background-color: #A39E6D; }

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

This div background color is #A39E6D.


Border color

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

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

This div border color is #A39E6D.


Opacity

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

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

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

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

This text has shadow with #A39E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39E6D on black background.


Color preview on white background

This text has color #A39E6D on white background.



Black color preview on #A39E6D background

This text has black color on #A39E6D background.


White color preview on #A39E6D background

This text has white color on #A39E6D background.