COLOR #A39D63

HEX: #A39D63
RGB: (163,157,99)

Color info

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

RGB color model

#A39D63 color RGB value is (163,157,99).

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

RGB channels and saturation

R 163 of 255 = 64%
G 157 of 255 = 62%
B 99 of 255 = 39%

163
157
99

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

Portions of RGB colors in percentages

R + G + B =
163 + 157 + 99 = 419 (100%)
R 163 of 419 ~ 38.9%
G 157 of 419 ~ 37.47%
B 99 of 419 ~ 23.63%

%38.9
%37.47
%23.63

CMYK color model

#A39D63 color CMYK value is (0,4,39,36).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(0,4,39,36)
C0M4Y39K36 
(0%,4%,39%,36%)
(0.00/0.04/0.39/0.36)	

CMYK percentages

%0
%3.68
%39.26
%36.08

Codes

Color #A39D63 in popluar color models

A39D63
RGB16315799
HSL54°25.81%51.37%
HSB/HSV54°39.26%63.92%
CMYK0.00%3.68%39.26%
36.08%

Color #A39D63 in popluar number systems.

HEXA39D63
Decimal16315799
Binary10100011100111011100011
Octal243235143

Shades and tints

Shades of #A39D63

#A39D63
(163,157,99)
#958F5A
(149,143,90)
#878151
(135,129,81)
#797348
(121,115,72)
#6B653F
(107,101,63)
#5D5736
(93,87,54)
#4F492D
(79,73,45)
#413B24
(65,59,36)
#332D1B
(51,45,27)
#251F12
(37,31,18)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #A39D63

#A39D63
(163,157,99)
#ABA571
(171,165,113)
#B3AD7F
(179,173,127)
#BBB58D
(187,181,141)
#C3BD9B
(195,189,155)
#CBC5A9
(203,197,169)
#D3CDB7
(211,205,183)
#DBD5C5
(219,213,197)
#E3DDD3
(227,221,211)
#EBE5E1
(235,229,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39D63; }

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

This text font color is #A39D63.


Background Color

.myBgColor { background-color: #A39D63; }

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

This div background color is #A39D63.


Border color

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

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

This div border color is #A39D63.


Opacity

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

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

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

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

This text has shadow with #A39D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39D63 on black background.


Color preview on white background

This text has color #A39D63 on white background.



Black color preview on #A39D63 background

This text has black color on #A39D63 background.


White color preview on #A39D63 background

This text has white color on #A39D63 background.