COLOR #A49688

HEX: #A49688
RGB: (164,150,136)

Color info

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

RGB color model

#A49688 color RGB value is (164,150,136).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 136 of 255 = 53%

164
150
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 136 = 450 (100%)
R 164 of 450 ~ 36.44%
G 150 of 450 ~ 33.33%
B 136 of 450 ~ 30.22%

%36.44
%33.33
%30.22

CMYK color model

#A49688 color CMYK value is (0,9,17,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,9,17,36)
C0M9Y17K36 
(0%,9%,17%,36%)
(0.00/0.09/0.17/0.36)	

CMYK percentages

%0
%8.54
%17.07
%35.69

Codes

Color #A49688 in popluar color models

A49688
RGB164150136
HSL30°13.33%58.82%
HSB/HSV30°17.07%64.31%
CMYK0.00%8.54%17.07%
35.69%

Color #A49688 in popluar number systems.

HEXA49688
Decimal164150136
Binary101001001001011010001000
Octal244226210

Shades and tints

Shades of #A49688

#A49688
(164,150,136)
#96897C
(150,137,124)
#887C70
(136,124,112)
#7A6F64
(122,111,100)
#6C6258
(108,98,88)
#5E554C
(94,85,76)
#504840
(80,72,64)
#423B34
(66,59,52)
#342E28
(52,46,40)
#26211C
(38,33,28)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A49688

#A49688
(164,150,136)
#AC9F92
(172,159,146)
#B4A89C
(180,168,156)
#BCB1A6
(188,177,166)
#C4BAB0
(196,186,176)
#CCC3BA
(204,195,186)
#D4CCC4
(212,204,196)
#DCD5CE
(220,213,206)
#E4DED8
(228,222,216)
#ECE7E2
(236,231,226)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49688; }

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

This text font color is #A49688.


Background Color

.myBgColor { background-color: #A49688; }

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

This div background color is #A49688.


Border color

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

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

This div border color is #A49688.


Opacity

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

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

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

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

This text has shadow with #A49688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49688 on black background.


Color preview on white background

This text has color #A49688 on white background.



Black color preview on #A49688 background

This text has black color on #A49688 background.


White color preview on #A49688 background

This text has white color on #A49688 background.