COLOR #A49888

HEX: #A49888
RGB: (164,152,136)

Color info

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

RGB color model

#A49888 color RGB value is (164,152,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 136 of 255 = 53%

164
152
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 136 = 452 (100%)
R 164 of 452 ~ 36.28%
G 152 of 452 ~ 33.63%
B 136 of 452 ~ 30.09%

%36.28
%33.63
%30.09

CMYK color model

#A49888 color CMYK value is (0,7,17,36).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,7,17,36)
C0M7Y17K36 
(0%,7%,17%,36%)
(0.00/0.07/0.17/0.36)	

CMYK percentages

%0
%7.32
%17.07
%35.69

Codes

Color #A49888 in popluar color models

A49888
RGB164152136
HSL34°13.33%58.82%
HSB/HSV34°17.07%64.31%
CMYK0.00%7.32%17.07%
35.69%

Color #A49888 in popluar number systems.

HEXA49888
Decimal164152136
Binary101001001001100010001000
Octal244230210

Shades and tints

Shades of #A49888

#A49888
(164,152,136)
#968B7C
(150,139,124)
#887E70
(136,126,112)
#7A7164
(122,113,100)
#6C6458
(108,100,88)
#5E574C
(94,87,76)
#504A40
(80,74,64)
#423D34
(66,61,52)
#343028
(52,48,40)
#26231C
(38,35,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A49888

#A49888
(164,152,136)
#ACA192
(172,161,146)
#B4AA9C
(180,170,156)
#BCB3A6
(188,179,166)
#C4BCB0
(196,188,176)
#CCC5BA
(204,197,186)
#D4CEC4
(212,206,196)
#DCD7CE
(220,215,206)
#E4E0D8
(228,224,216)
#ECE9E2
(236,233,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49888; }

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

This text font color is #A49888.


Background Color

.myBgColor { background-color: #A49888; }

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

This div background color is #A49888.


Border color

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

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

This div border color is #A49888.


Opacity

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

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

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

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

This text has shadow with #A49888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49888 on black background.


Color preview on white background

This text has color #A49888 on white background.



Black color preview on #A49888 background

This text has black color on #A49888 background.


White color preview on #A49888 background

This text has white color on #A49888 background.