COLOR #A39A79

HEX: #A39A79
RGB: (163,154,121)

Color info

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

RGB color model

#A39A79 color RGB value is (163,154,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 154 of 255 = 60%
B 121 of 255 = 47%

163
154
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 154 + 121 = 438 (100%)
R 163 of 438 ~ 37.21%
G 154 of 438 ~ 35.16%
B 121 of 438 ~ 27.63%

%37.21
%35.16
%27.63

CMYK color model

#A39A79 color CMYK value is (0,6,26,36).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,6,26,36)
C0M6Y26K36 
(0%,6%,26%,36%)
(0.00/0.06/0.26/0.36)	

CMYK percentages

%0
%5.52
%25.77
%36.08

Codes

Color #A39A79 in popluar color models

A39A79
RGB163154121
HSL47°18.58%55.69%
HSB/HSV47°25.77%63.92%
CMYK0.00%5.52%25.77%
36.08%

Color #A39A79 in popluar number systems.

HEXA39A79
Decimal163154121
Binary10100011100110101111001
Octal243232171

Shades and tints

Shades of #A39A79

#A39A79
(163,154,121)
#958C6E
(149,140,110)
#877E63
(135,126,99)
#797058
(121,112,88)
#6B624D
(107,98,77)
#5D5442
(93,84,66)
#4F4637
(79,70,55)
#41382C
(65,56,44)
#332A21
(51,42,33)
#251C16
(37,28,22)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #A39A79

#A39A79
(163,154,121)
#ABA385
(171,163,133)
#B3AC91
(179,172,145)
#BBB59D
(187,181,157)
#C3BEA9
(195,190,169)
#CBC7B5
(203,199,181)
#D3D0C1
(211,208,193)
#DBD9CD
(219,217,205)
#E3E2D9
(227,226,217)
#EBEBE5
(235,235,229)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39A79; }

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

This text font color is #A39A79.


Background Color

.myBgColor { background-color: #A39A79; }

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

This div background color is #A39A79.


Border color

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

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

This div border color is #A39A79.


Opacity

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

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

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

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

This text has shadow with #A39A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39A79 on black background.


Color preview on white background

This text has color #A39A79 on white background.



Black color preview on #A39A79 background

This text has black color on #A39A79 background.


White color preview on #A39A79 background

This text has white color on #A39A79 background.