COLOR #A39F79

HEX: #A39F79 RGB: (163,159,121)

Color info

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

RGB color model

#A39F79 color RGB value is (163,159,121).

RGB: (163,159,121) (64%, 62%, 47%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 121 of 255 = 47%

163
159
121

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

Portions of RGB colors in percentages

R + G + B = 163 + 159 + 121 = 443 (100%)
R 163 of 443 ~ 36.79%
G 159 of 443 ~ 35.89%
B 121 of 443 ~ 27.31'%

%36.79
%35.89
%27.31

CMYK color model

#A39F79 color CMYK value is (0,2,26,36).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 25.77%
  • key color value is 36.08%

CMYK: (0,2,26,36)
C0M2Y26K36 (0%, 2%, 26%, 36%)
(0.00 / 0.02 / 0.26 / 0.36)

CMYK percentages

%0
%2.45
%25.77
%36.08

Codes

Color #A39F79 in popluar color models

A3 9F 79
RGB 163 159 121
HSL 54° 18.58% 55.69%
HSB/HSV 54° 25.77% 63.92%
CMYK 0.00% 2.45% 25.77%
36.08%

Color #A39F79 in popluar number systems.

HEX A3 9F 79
Decimal 163 159 121
Binary 10100011 10011111 1111001
Octal 243 237 171

Shades and tints

Shades of #A39F79

#A39F79
(163,159,121)
#95916E
(149,145,110)
#878363
(135,131,99)
#797558
(121,117,88)
#6B674D
(107,103,77)
#5D5942
(93,89,66)
#4F4B37
(79,75,55)
#413D2C
(65,61,44)
#332F21
(51,47,33)
#252116
(37,33,22)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #A39F79

#A39F79
(163,159,121)
#ABA785
(171,167,133)
#B3AF91
(179,175,145)
#BBB79D
(187,183,157)
#C3BFA9
(195,191,169)
#CBC7B5
(203,199,181)
#D3CFC1
(211,207,193)
#DBD7CD
(219,215,205)
#E3DFD9
(227,223,217)
#EBE7E5
(235,231,229)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39F79; }

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

This text font color is #A39F79.

Background Color

.myBgColor { background-color: #A39F79; }

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

This div background color is #A39F79.

Border color

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

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

This div border color is #A39F79.

Opacity

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

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

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

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

This text has shadow with #A39F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39F79.

Preview

Color preview on black background

This text has color #A39F79 on black background.


Color preview on white background

This text has color #A39F79 on white background.


Black color preview on #A39F79 background

This text has black color on #A39F79 background.


White color preview on #A39F79 background

This text has white color on #A39F79 background.


Related colors

Complementary color

Complementary color for #hex is #5C6086.


I love getcolorcode.com

Triadic colors

1 #79A39F and #9F79A3 with #A39F79 are triadic colors.

2 #799FA3 and #9FA379 with #A39F79 are triadic colors.