COLOR #A39D74

HEX: #A39D74
RGB: (163,157,116)

Color info

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

RGB color model

#A39D74 color RGB value is (163,157,116).

  • red value is 163;
  • green value is 157;
  • blue value is 116.
RGB:
(163,157,116)
(64%,62%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 157 of 255 = 62%
B 116 of 255 = 45%

163
157
116

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

Portions of RGB colors in percentages

R + G + B =
163 + 157 + 116 = 436 (100%)
R 163 of 436 ~ 37.39%
G 157 of 436 ~ 36.01%
B 116 of 436 ~ 26.61%

%37.39
%36.01
%26.61

CMYK color model

#A39D74 color CMYK value is (0,4,29,36).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 28.83%
  • key color value is 36.08%
CMYK:
(0,4,29,36)
C0M4Y29K36 
(0%,4%,29%,36%)
(0.00/0.04/0.29/0.36)	

CMYK percentages

%0
%3.68
%28.83
%36.08

Codes

Color #A39D74 in popluar color models

A39D74
RGB163157116
HSL52°20.35%54.71%
HSB/HSV52°28.83%63.92%
CMYK0.00%3.68%28.83%
36.08%

Color #A39D74 in popluar number systems.

HEXA39D74
Decimal163157116
Binary10100011100111011110100
Octal243235164

Shades and tints

Shades of #A39D74

#A39D74
(163,157,116)
#958F6A
(149,143,106)
#878160
(135,129,96)
#797356
(121,115,86)
#6B654C
(107,101,76)
#5D5742
(93,87,66)
#4F4938
(79,73,56)
#413B2E
(65,59,46)
#332D24
(51,45,36)
#251F1A
(37,31,26)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A39D74

#A39D74
(163,157,116)
#ABA580
(171,165,128)
#B3AD8C
(179,173,140)
#BBB598
(187,181,152)
#C3BDA4
(195,189,164)
#CBC5B0
(203,197,176)
#D3CDBC
(211,205,188)
#DBD5C8
(219,213,200)
#E3DDD4
(227,221,212)
#EBE5E0
(235,229,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39D74 color. Also use rgb(163,157,116) instead hex code.

Text Font Color

.myTextColor { color: #A39D74; }

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

This text font color is #A39D74.


Background Color

.myBgColor { background-color: #A39D74; }

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

This div background color is #A39D74.


Border color

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

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

This div border color is #A39D74.


Opacity

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

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

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

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

This text has shadow with #A39D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39D74 on black background.


Color preview on white background

This text has color #A39D74 on white background.



Black color preview on #A39D74 background

This text has black color on #A39D74 background.


White color preview on #A39D74 background

This text has white color on #A39D74 background.