COLOR #A39676

HEX: #A39676
RGB: (163,150,118)

Color info

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

RGB color model

#A39676 color RGB value is (163,150,118).

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

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 118 of 255 = 46%

163
150
118

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 118 = 431 (100%)
R 163 of 431 ~ 37.82%
G 150 of 431 ~ 34.8%
B 118 of 431 ~ 27.38%

%37.82
%34.8
%27.38

CMYK color model

#A39676 color CMYK value is (0,8,28,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(0,8,28,36)
C0M8Y28K36 
(0%,8%,28%,36%)
(0.00/0.08/0.28/0.36)	

CMYK percentages

%0
%7.98
%27.61
%36.08

Codes

Color #A39676 in popluar color models

A39676
RGB163150118
HSL43°19.65%55.10%
HSB/HSV43°27.61%63.92%
CMYK0.00%7.98%27.61%
36.08%

Color #A39676 in popluar number systems.

HEXA39676
Decimal163150118
Binary10100011100101101110110
Octal243226166

Shades and tints

Shades of #A39676

#A39676
(163,150,118)
#95896C
(149,137,108)
#877C62
(135,124,98)
#796F58
(121,111,88)
#6B624E
(107,98,78)
#5D5544
(93,85,68)
#4F483A
(79,72,58)
#413B30
(65,59,48)
#332E26
(51,46,38)
#25211C
(37,33,28)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A39676

#A39676
(163,150,118)
#AB9F82
(171,159,130)
#B3A88E
(179,168,142)
#BBB19A
(187,177,154)
#C3BAA6
(195,186,166)
#CBC3B2
(203,195,178)
#D3CCBE
(211,204,190)
#DBD5CA
(219,213,202)
#E3DED6
(227,222,214)
#EBE7E2
(235,231,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39676; }

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

This text font color is #A39676.


Background Color

.myBgColor { background-color: #A39676; }

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

This div background color is #A39676.


Border color

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

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

This div border color is #A39676.


Opacity

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

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

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

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

This text has shadow with #A39676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39676 on black background.


Color preview on white background

This text has color #A39676 on white background.



Black color preview on #A39676 background

This text has black color on #A39676 background.


White color preview on #A39676 background

This text has white color on #A39676 background.