COLOR #A49185

HEX: #A49185
RGB: (164,145,133)

Color info

#A49185 contains red, green and blue colors in about the same proportion. Web safe color of #A49185 is #999999 (or #999).

RGB color model

#A49185 color RGB value is (164,145,133).

  • red value is 164;
  • green value is 145;
  • blue value is 133.
RGB:
(164,145,133)
(64%,57%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 133 of 255 = 52%

164
145
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 133 = 442 (100%)
R 164 of 442 ~ 37.1%
G 145 of 442 ~ 32.81%
B 133 of 442 ~ 30.09%

%37.1
%32.81
%30.09

CMYK color model

#A49185 color CMYK value is (0,12,19,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(0,12,19,36)
C0M12Y19K36 
(0%,12%,19%,36%)
(0.00/0.12/0.19/0.36)	

CMYK percentages

%0
%11.59
%18.9
%35.69

Codes

Color #A49185 in popluar color models

A49185
RGB164145133
HSL23°14.55%58.24%
HSB/HSV23°18.90%64.31%
CMYK0.00%11.59%18.90%
35.69%

Color #A49185 in popluar number systems.

HEXA49185
Decimal164145133
Binary101001001001000110000101
Octal244221205

Shades and tints

Shades of #A49185

#A49185
(164,145,133)
#968479
(150,132,121)
#88776D
(136,119,109)
#7A6A61
(122,106,97)
#6C5D55
(108,93,85)
#5E5049
(94,80,73)
#50433D
(80,67,61)
#423631
(66,54,49)
#342925
(52,41,37)
#261C19
(38,28,25)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #A49185

#A49185
(164,145,133)
#AC9B90
(172,155,144)
#B4A59B
(180,165,155)
#BCAFA6
(188,175,166)
#C4B9B1
(196,185,177)
#CCC3BC
(204,195,188)
#D4CDC7
(212,205,199)
#DCD7D2
(220,215,210)
#E4E1DD
(228,225,221)
#ECEBE8
(236,235,232)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49185 color. Also use rgb(164,145,133) instead hex code.

Text Font Color

.myTextColor { color: #A49185; }

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

This text font color is #A49185.


Background Color

.myBgColor { background-color: #A49185; }

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

This div background color is #A49185.


Border color

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

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

This div border color is #A49185.


Opacity

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

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

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

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

This text has shadow with #A49185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49185 on black background.


Color preview on white background

This text has color #A49185 on white background.



Black color preview on #A49185 background

This text has black color on #A49185 background.


White color preview on #A49185 background

This text has white color on #A49185 background.