COLOR #A39471

HEX: #A39471
RGB: (163,148,113)

Color info

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

RGB color model

#A39471 color RGB value is (163,148,113).

  • red value is 163;
  • green value is 148;
  • blue value is 113.
RGB:
(163,148,113)
(64%,58%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 113 of 255 = 44%

163
148
113

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 113 = 424 (100%)
R 163 of 424 ~ 38.44%
G 148 of 424 ~ 34.91%
B 113 of 424 ~ 26.65%

%38.44
%34.91
%26.65

CMYK color model

#A39471 color CMYK value is (0,9,31,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(0,9,31,36)
C0M9Y31K36 
(0%,9%,31%,36%)
(0.00/0.09/0.31/0.36)	

CMYK percentages

%0
%9.2
%30.67
%36.08

Codes

Color #A39471 in popluar color models

A39471
RGB163148113
HSL42°21.37%54.12%
HSB/HSV42°30.67%63.92%
CMYK0.00%9.20%30.67%
36.08%

Color #A39471 in popluar number systems.

HEXA39471
Decimal163148113
Binary10100011100101001110001
Octal243224161

Shades and tints

Shades of #A39471

#A39471
(163,148,113)
#958767
(149,135,103)
#877A5D
(135,122,93)
#796D53
(121,109,83)
#6B6049
(107,96,73)
#5D533F
(93,83,63)
#4F4635
(79,70,53)
#41392B
(65,57,43)
#332C21
(51,44,33)
#251F17
(37,31,23)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #A39471

#A39471
(163,148,113)
#AB9D7D
(171,157,125)
#B3A689
(179,166,137)
#BBAF95
(187,175,149)
#C3B8A1
(195,184,161)
#CBC1AD
(203,193,173)
#D3CAB9
(211,202,185)
#DBD3C5
(219,211,197)
#E3DCD1
(227,220,209)
#EBE5DD
(235,229,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39471 color. Also use rgb(163,148,113) instead hex code.

Text Font Color

.myTextColor { color: #A39471; }

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

This text font color is #A39471.


Background Color

.myBgColor { background-color: #A39471; }

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

This div background color is #A39471.


Border color

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

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

This div border color is #A39471.


Opacity

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

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

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

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

This text has shadow with #A39471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39471 on black background.


Color preview on white background

This text has color #A39471 on white background.



Black color preview on #A39471 background

This text has black color on #A39471 background.


White color preview on #A39471 background

This text has white color on #A39471 background.