COLOR #A49883

HEX: #A49883
RGB: (164,152,131)

Color info

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

RGB color model

#A49883 color RGB value is (164,152,131).

  • red value is 164;
  • green value is 152;
  • blue value is 131.
RGB:
(164,152,131)
(64%,60%,51%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 131 of 255 = 51%

164
152
131

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 131 = 447 (100%)
R 164 of 447 ~ 36.69%
G 152 of 447 ~ 34%
B 131 of 447 ~ 29.31%

%36.69
%34
%29.31

CMYK color model

#A49883 color CMYK value is (0,7,20,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 20.12%
  • key color value is 35.69%
CMYK:
(0,7,20,36)
C0M7Y20K36 
(0%,7%,20%,36%)
(0.00/0.07/0.20/0.36)	

CMYK percentages

%0
%7.32
%20.12
%35.69

Codes

Color #A49883 in popluar color models

A49883
RGB164152131
HSL38°15.35%57.84%
HSB/HSV38°20.12%64.31%
CMYK0.00%7.32%20.12%
35.69%

Color #A49883 in popluar number systems.

HEXA49883
Decimal164152131
Binary101001001001100010000011
Octal244230203

Shades and tints

Shades of #A49883

#A49883
(164,152,131)
#968B78
(150,139,120)
#887E6D
(136,126,109)
#7A7162
(122,113,98)
#6C6457
(108,100,87)
#5E574C
(94,87,76)
#504A41
(80,74,65)
#423D36
(66,61,54)
#34302B
(52,48,43)
#262320
(38,35,32)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A49883

#A49883
(164,152,131)
#ACA18E
(172,161,142)
#B4AA99
(180,170,153)
#BCB3A4
(188,179,164)
#C4BCAF
(196,188,175)
#CCC5BA
(204,197,186)
#D4CEC5
(212,206,197)
#DCD7D0
(220,215,208)
#E4E0DB
(228,224,219)
#ECE9E6
(236,233,230)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49883 color. Also use rgb(164,152,131) instead hex code.

Text Font Color

.myTextColor { color: #A49883; }

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

This text font color is #A49883.


Background Color

.myBgColor { background-color: #A49883; }

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

This div background color is #A49883.


Border color

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

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

This div border color is #A49883.


Opacity

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

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

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

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

This text has shadow with #A49883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49883 on black background.


Color preview on white background

This text has color #A49883 on white background.



Black color preview on #A49883 background

This text has black color on #A49883 background.


White color preview on #A49883 background

This text has white color on #A49883 background.