COLOR #A39C83

HEX: #A39C83
RGB: (163,156,131)

Color info

#A39C83 contains red, green and blue colors in about the same proportion. Web safe color of #A39C83 is #999999 (or #999).

RGB color model

#A39C83 color RGB value is (163,156,131).

  • red value is 163;
  • green value is 156;
  • blue value is 131.
RGB:
(163,156,131)
(64%,61%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 131 of 255 = 51%

163
156
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 156 + 131 = 450 (100%)
R 163 of 450 ~ 36.22%
G 156 of 450 ~ 34.67%
B 131 of 450 ~ 29.11%

%36.22
%34.67
%29.11

CMYK color model

#A39C83 color CMYK value is (0,4,20,36).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,4,20,36)
C0M4Y20K36 
(0%,4%,20%,36%)
(0.00/0.04/0.20/0.36)	

CMYK percentages

%0
%4.29
%19.63
%36.08

Codes

Color #A39C83 in popluar color models

A39C83
RGB163156131
HSL47°14.81%57.65%
HSB/HSV47°19.63%63.92%
CMYK0.00%4.29%19.63%
36.08%

Color #A39C83 in popluar number systems.

HEXA39C83
Decimal163156131
Binary101000111001110010000011
Octal243234203

Shades and tints

Shades of #A39C83

#A39C83
(163,156,131)
#958E78
(149,142,120)
#87806D
(135,128,109)
#797262
(121,114,98)
#6B6457
(107,100,87)
#5D564C
(93,86,76)
#4F4841
(79,72,65)
#413A36
(65,58,54)
#332C2B
(51,44,43)
#251E20
(37,30,32)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A39C83

#A39C83
(163,156,131)
#ABA58E
(171,165,142)
#B3AE99
(179,174,153)
#BBB7A4
(187,183,164)
#C3C0AF
(195,192,175)
#CBC9BA
(203,201,186)
#D3D2C5
(211,210,197)
#DBDBD0
(219,219,208)
#E3E4DB
(227,228,219)
#EBEDE6
(235,237,230)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39C83 color. Also use rgb(163,156,131) instead hex code.

Text Font Color

.myTextColor { color: #A39C83; }

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

This text font color is #A39C83.


Background Color

.myBgColor { background-color: #A39C83; }

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

This div background color is #A39C83.


Border color

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

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

This div border color is #A39C83.


Opacity

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

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

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

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

This text has shadow with #A39C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39C83 on black background.


Color preview on white background

This text has color #A39C83 on white background.



Black color preview on #A39C83 background

This text has black color on #A39C83 background.


White color preview on #A39C83 background

This text has white color on #A39C83 background.