COLOR #A39683

HEX: #A39683
RGB: (163,150,131)

Color info

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

RGB color model

#A39683 color RGB value is (163,150,131).

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

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 131 of 255 = 51%

163
150
131

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 131 = 444 (100%)
R 163 of 444 ~ 36.71%
G 150 of 444 ~ 33.78%
B 131 of 444 ~ 29.5%

%36.71
%33.78
%29.5

CMYK color model

#A39683 color CMYK value is (0,8,20,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(0,8,20,36)
C0M8Y20K36 
(0%,8%,20%,36%)
(0.00/0.08/0.20/0.36)	

CMYK percentages

%0
%7.98
%19.63
%36.08

Codes

Color #A39683 in popluar color models

A39683
RGB163150131
HSL36°14.81%57.65%
HSB/HSV36°19.63%63.92%
CMYK0.00%7.98%19.63%
36.08%

Color #A39683 in popluar number systems.

HEXA39683
Decimal163150131
Binary101000111001011010000011
Octal243226203

Shades and tints

Shades of #A39683

#A39683
(163,150,131)
#958978
(149,137,120)
#877C6D
(135,124,109)
#796F62
(121,111,98)
#6B6257
(107,98,87)
#5D554C
(93,85,76)
#4F4841
(79,72,65)
#413B36
(65,59,54)
#332E2B
(51,46,43)
#252120
(37,33,32)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A39683

#A39683
(163,150,131)
#AB9F8E
(171,159,142)
#B3A899
(179,168,153)
#BBB1A4
(187,177,164)
#C3BAAF
(195,186,175)
#CBC3BA
(203,195,186)
#D3CCC5
(211,204,197)
#DBD5D0
(219,213,208)
#E3DEDB
(227,222,219)
#EBE7E6
(235,231,230)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39683; }

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

This text font color is #A39683.


Background Color

.myBgColor { background-color: #A39683; }

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

This div background color is #A39683.


Border color

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

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

This div border color is #A39683.


Opacity

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

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

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

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

This text has shadow with #A39683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39683 on black background.


Color preview on white background

This text has color #A39683 on white background.



Black color preview on #A39683 background

This text has black color on #A39683 background.


White color preview on #A39683 background

This text has white color on #A39683 background.