COLOR #A39D73

HEX: #A39D73
RGB: (163,157,115)

Color info

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

RGB color model

#A39D73 color RGB value is (163,157,115).

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

RGB channels and saturation

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

163
157
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 157 + 115 = 435 (100%)
R 163 of 435 ~ 37.47%
G 157 of 435 ~ 36.09%
B 115 of 435 ~ 26.44%

%37.47
%36.09
%26.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 29.45%
  • 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
%29.45
%36.08

Codes

Color #A39D73 in popluar color models

A39D73
RGB163157115
HSL53°20.69%54.51%
HSB/HSV53°29.45%63.92%
CMYK0.00%3.68%29.45%
36.08%

Color #A39D73 in popluar number systems.

HEXA39D73
Decimal163157115
Binary10100011100111011110011
Octal243235163

Shades and tints

Shades of #A39D73

#A39D73
(163,157,115)
#958F69
(149,143,105)
#87815F
(135,129,95)
#797355
(121,115,85)
#6B654B
(107,101,75)
#5D5741
(93,87,65)
#4F4937
(79,73,55)
#413B2D
(65,59,45)
#332D23
(51,45,35)
#251F19
(37,31,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A39D73

#A39D73
(163,157,115)
#ABA57F
(171,165,127)
#B3AD8B
(179,173,139)
#BBB597
(187,181,151)
#C3BDA3
(195,189,163)
#CBC5AF
(203,197,175)
#D3CDBB
(211,205,187)
#DBD5C7
(219,213,199)
#E3DDD3
(227,221,211)
#EBE5DF
(235,229,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39D73; }

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

This text font color is #A39D73.


Background Color

.myBgColor { background-color: #A39D73; }

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

This div background color is #A39D73.


Border color

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

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

This div border color is #A39D73.


Opacity

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

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

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

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

This text has shadow with #A39D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39D73 on black background.


Color preview on white background

This text has color #A39D73 on white background.



Black color preview on #A39D73 background

This text has black color on #A39D73 background.


White color preview on #A39D73 background

This text has white color on #A39D73 background.