COLOR #A39477

HEX: #A39477
RGB: (163,148,119)

Color info

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

RGB color model

#A39477 color RGB value is (163,148,119).

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

RGB channels and saturation

R 163 of 255 = 64%
G 148 of 255 = 58%
B 119 of 255 = 47%

163
148
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 119 = 430 (100%)
R 163 of 430 ~ 37.91%
G 148 of 430 ~ 34.42%
B 119 of 430 ~ 27.67%

%37.91
%34.42
%27.67

CMYK color model

#A39477 color CMYK value is (0,9,27,36).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,9,27,36)
C0M9Y27K36 
(0%,9%,27%,36%)
(0.00/0.09/0.27/0.36)	

CMYK percentages

%0
%9.2
%26.99
%36.08

Codes

Color #A39477 in popluar color models

A39477
RGB163148119
HSL40°19.30%55.29%
HSB/HSV40°26.99%63.92%
CMYK0.00%9.20%26.99%
36.08%

Color #A39477 in popluar number systems.

HEXA39477
Decimal163148119
Binary10100011100101001110111
Octal243224167

Shades and tints

Shades of #A39477

#A39477
(163,148,119)
#95876D
(149,135,109)
#877A63
(135,122,99)
#796D59
(121,109,89)
#6B604F
(107,96,79)
#5D5345
(93,83,69)
#4F463B
(79,70,59)
#413931
(65,57,49)
#332C27
(51,44,39)
#251F1D
(37,31,29)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A39477

#A39477
(163,148,119)
#AB9D83
(171,157,131)
#B3A68F
(179,166,143)
#BBAF9B
(187,175,155)
#C3B8A7
(195,184,167)
#CBC1B3
(203,193,179)
#D3CABF
(211,202,191)
#DBD3CB
(219,211,203)
#E3DCD7
(227,220,215)
#EBE5E3
(235,229,227)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39477; }

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

This text font color is #A39477.


Background Color

.myBgColor { background-color: #A39477; }

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

This div background color is #A39477.


Border color

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

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

This div border color is #A39477.


Opacity

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

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

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

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

This text has shadow with #A39477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39477 on black background.


Color preview on white background

This text has color #A39477 on white background.



Black color preview on #A39477 background

This text has black color on #A39477 background.


White color preview on #A39477 background

This text has white color on #A39477 background.