COLOR #A39177

HEX: #A39177
RGB: (163,145,119)

Color info

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

RGB color model

#A39177 color RGB value is (163,145,119).

  • red value is 163;
  • green value is 145;
  • blue value is 119.
RGB:
(163,145,119)
(64%,57%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 119 of 255 = 47%

163
145
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 119 = 427 (100%)
R 163 of 427 ~ 38.17%
G 145 of 427 ~ 33.96%
B 119 of 427 ~ 27.87%

%38.17
%33.96
%27.87

CMYK color model

#A39177 color CMYK value is (0,11,27,36).

  • cyan value is 0.00%
  • magenta value is 11.04%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,11,27,36)
C0M11Y27K36 
(0%,11%,27%,36%)
(0.00/0.11/0.27/0.36)	

CMYK percentages

%0
%11.04
%26.99
%36.08

Codes

Color #A39177 in popluar color models

A39177
RGB163145119
HSL35°19.30%55.29%
HSB/HSV35°26.99%63.92%
CMYK0.00%11.04%26.99%
36.08%

Color #A39177 in popluar number systems.

HEXA39177
Decimal163145119
Binary10100011100100011110111
Octal243221167

Shades and tints

Shades of #A39177

#A39177
(163,145,119)
#95846D
(149,132,109)
#877763
(135,119,99)
#796A59
(121,106,89)
#6B5D4F
(107,93,79)
#5D5045
(93,80,69)
#4F433B
(79,67,59)
#413631
(65,54,49)
#332927
(51,41,39)
#251C1D
(37,28,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A39177

#A39177
(163,145,119)
#AB9B83
(171,155,131)
#B3A58F
(179,165,143)
#BBAF9B
(187,175,155)
#C3B9A7
(195,185,167)
#CBC3B3
(203,195,179)
#D3CDBF
(211,205,191)
#DBD7CB
(219,215,203)
#E3E1D7
(227,225,215)
#EBEBE3
(235,235,227)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39177 color. Also use rgb(163,145,119) instead hex code.

Text Font Color

.myTextColor { color: #A39177; }

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

This text font color is #A39177.


Background Color

.myBgColor { background-color: #A39177; }

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

This div background color is #A39177.


Border color

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

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

This div border color is #A39177.


Opacity

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

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

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

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

This text has shadow with #A39177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39177 on black background.


Color preview on white background

This text has color #A39177 on white background.



Black color preview on #A39177 background

This text has black color on #A39177 background.


White color preview on #A39177 background

This text has white color on #A39177 background.