COLOR #A49675

HEX: #A49675
RGB: (164,150,117)

Color info

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

RGB color model

#A49675 color RGB value is (164,150,117).

  • red value is 164;
  • green value is 150;
  • blue value is 117.
RGB:
(164,150,117)
(64%,59%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 117 of 255 = 46%

164
150
117

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 117 = 431 (100%)
R 164 of 431 ~ 38.05%
G 150 of 431 ~ 34.8%
B 117 of 431 ~ 27.15%

%38.05
%34.8
%27.15

CMYK color model

#A49675 color CMYK value is (0,9,29,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 28.66%
  • key color value is 35.69%
CMYK:
(0,9,29,36)
C0M9Y29K36 
(0%,9%,29%,36%)
(0.00/0.09/0.29/0.36)	

CMYK percentages

%0
%8.54
%28.66
%35.69

Codes

Color #A49675 in popluar color models

A49675
RGB164150117
HSL42°20.52%55.10%
HSB/HSV42°28.66%64.31%
CMYK0.00%8.54%28.66%
35.69%

Color #A49675 in popluar number systems.

HEXA49675
Decimal164150117
Binary10100100100101101110101
Octal244226165

Shades and tints

Shades of #A49675

#A49675
(164,150,117)
#96896B
(150,137,107)
#887C61
(136,124,97)
#7A6F57
(122,111,87)
#6C624D
(108,98,77)
#5E5543
(94,85,67)
#504839
(80,72,57)
#423B2F
(66,59,47)
#342E25
(52,46,37)
#26211B
(38,33,27)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A49675

#A49675
(164,150,117)
#AC9F81
(172,159,129)
#B4A88D
(180,168,141)
#BCB199
(188,177,153)
#C4BAA5
(196,186,165)
#CCC3B1
(204,195,177)
#D4CCBD
(212,204,189)
#DCD5C9
(220,213,201)
#E4DED5
(228,222,213)
#ECE7E1
(236,231,225)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49675 color. Also use rgb(164,150,117) instead hex code.

Text Font Color

.myTextColor { color: #A49675; }

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

This text font color is #A49675.


Background Color

.myBgColor { background-color: #A49675; }

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

This div background color is #A49675.


Border color

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

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

This div border color is #A49675.


Opacity

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

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

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

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

This text has shadow with #A49675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49675 on black background.


Color preview on white background

This text has color #A49675 on white background.



Black color preview on #A49675 background

This text has black color on #A49675 background.


White color preview on #A49675 background

This text has white color on #A49675 background.