COLOR #A39F70

HEX: #A39F70
RGB: (163,159,112)

Color info

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

RGB color model

#A39F70 color RGB value is (163,159,112).

  • red value is 163;
  • green value is 159;
  • blue value is 112.
RGB:
(163,159,112)
(64%,62%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 112 of 255 = 44%

163
159
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 159 + 112 = 434 (100%)
R 163 of 434 ~ 37.56%
G 159 of 434 ~ 36.64%
B 112 of 434 ~ 25.81%

%37.56
%36.64
%25.81

CMYK color model

#A39F70 color CMYK value is (0,2,31,36).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK:
(0,2,31,36)
C0M2Y31K36 
(0%,2%,31%,36%)
(0.00/0.02/0.31/0.36)	

CMYK percentages

%0
%2.45
%31.29
%36.08

Codes

Color #A39F70 in popluar color models

A39F70
RGB163159112
HSL55°21.70%53.92%
HSB/HSV55°31.29%63.92%
CMYK0.00%2.45%31.29%
36.08%

Color #A39F70 in popluar number systems.

HEXA39F70
Decimal163159112
Binary10100011100111111110000
Octal243237160

Shades and tints

Shades of #A39F70

#A39F70
(163,159,112)
#959166
(149,145,102)
#87835C
(135,131,92)
#797552
(121,117,82)
#6B6748
(107,103,72)
#5D593E
(93,89,62)
#4F4B34
(79,75,52)
#413D2A
(65,61,42)
#332F20
(51,47,32)
#252116
(37,33,22)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #A39F70

#A39F70
(163,159,112)
#ABA77D
(171,167,125)
#B3AF8A
(179,175,138)
#BBB797
(187,183,151)
#C3BFA4
(195,191,164)
#CBC7B1
(203,199,177)
#D3CFBE
(211,207,190)
#DBD7CB
(219,215,203)
#E3DFD8
(227,223,216)
#EBE7E5
(235,231,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39F70; }

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

This text font color is #A39F70.


Background Color

.myBgColor { background-color: #A39F70; }

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

This div background color is #A39F70.


Border color

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

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

This div border color is #A39F70.


Opacity

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

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

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

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

This text has shadow with #A39F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39F70 on black background.


Color preview on white background

This text has color #A39F70 on white background.



Black color preview on #A39F70 background

This text has black color on #A39F70 background.


White color preview on #A39F70 background

This text has white color on #A39F70 background.