COLOR #A39472

HEX: #A39472
RGB: (163,148,114)

Color info

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

RGB color model

#A39472 color RGB value is (163,148,114).

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

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 114 of 255 = 45%

163
148
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 114 = 425 (100%)
R 163 of 425 ~ 38.35%
G 148 of 425 ~ 34.82%
B 114 of 425 ~ 26.82%

%38.35
%34.82
%26.82

CMYK color model

#A39472 color CMYK value is (0,9,30,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(0,9,30,36)
C0M9Y30K36 
(0%,9%,30%,36%)
(0.00/0.09/0.30/0.36)	

CMYK percentages

%0
%9.2
%30.06
%36.08

Codes

Color #A39472 in popluar color models

A39472
RGB163148114
HSL42°21.03%54.31%
HSB/HSV42°30.06%63.92%
CMYK0.00%9.20%30.06%
36.08%

Color #A39472 in popluar number systems.

HEXA39472
Decimal163148114
Binary10100011100101001110010
Octal243224162

Shades and tints

Shades of #A39472

#A39472
(163,148,114)
#958768
(149,135,104)
#877A5E
(135,122,94)
#796D54
(121,109,84)
#6B604A
(107,96,74)
#5D5340
(93,83,64)
#4F4636
(79,70,54)
#41392C
(65,57,44)
#332C22
(51,44,34)
#251F18
(37,31,24)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A39472

#A39472
(163,148,114)
#AB9D7E
(171,157,126)
#B3A68A
(179,166,138)
#BBAF96
(187,175,150)
#C3B8A2
(195,184,162)
#CBC1AE
(203,193,174)
#D3CABA
(211,202,186)
#DBD3C6
(219,211,198)
#E3DCD2
(227,220,210)
#EBE5DE
(235,229,222)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39472; }

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

This text font color is #A39472.


Background Color

.myBgColor { background-color: #A39472; }

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

This div background color is #A39472.


Border color

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

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

This div border color is #A39472.


Opacity

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

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

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

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

This text has shadow with #A39472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39472 on black background.


Color preview on white background

This text has color #A39472 on white background.



Black color preview on #A39472 background

This text has black color on #A39472 background.


White color preview on #A39472 background

This text has white color on #A39472 background.