COLOR #A39179

HEX: #A39179
RGB: (163,145,121)

Color info

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

RGB color model

#A39179 color RGB value is (163,145,121).

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

RGB channels and saturation

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

163
145
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 121 = 429 (100%)
R 163 of 429 ~ 38%
G 145 of 429 ~ 33.8%
B 121 of 429 ~ 28.21%

%38
%33.8
%28.21

CMYK color model

#A39179 color CMYK value is (0,11,26,36).

  • cyan value is 0.00%
  • magenta value is 11.04%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,11,26,36)
C0M11Y26K36 
(0%,11%,26%,36%)
(0.00/0.11/0.26/0.36)	

CMYK percentages

%0
%11.04
%25.77
%36.08

Codes

Color #A39179 in popluar color models

A39179
RGB163145121
HSL34°18.58%55.69%
HSB/HSV34°25.77%63.92%
CMYK0.00%11.04%25.77%
36.08%

Color #A39179 in popluar number systems.

HEXA39179
Decimal163145121
Binary10100011100100011111001
Octal243221171

Shades and tints

Shades of #A39179

#A39179
(163,145,121)
#95846E
(149,132,110)
#877763
(135,119,99)
#796A58
(121,106,88)
#6B5D4D
(107,93,77)
#5D5042
(93,80,66)
#4F4337
(79,67,55)
#41362C
(65,54,44)
#332921
(51,41,33)
#251C16
(37,28,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A39179

#A39179
(163,145,121)
#AB9B85
(171,155,133)
#B3A591
(179,165,145)
#BBAF9D
(187,175,157)
#C3B9A9
(195,185,169)
#CBC3B5
(203,195,181)
#D3CDC1
(211,205,193)
#DBD7CD
(219,215,205)
#E3E1D9
(227,225,217)
#EBEBE5
(235,235,229)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39179; }

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

This text font color is #A39179.


Background Color

.myBgColor { background-color: #A39179; }

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

This div background color is #A39179.


Border color

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

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

This div border color is #A39179.


Opacity

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

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

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

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

This text has shadow with #A39179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39179 on black background.


Color preview on white background

This text has color #A39179 on white background.



Black color preview on #A39179 background

This text has black color on #A39179 background.


White color preview on #A39179 background

This text has white color on #A39179 background.