COLOR #A49695

HEX: #A49695
RGB: (164,150,149)

Color info

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

RGB color model

#A49695 color RGB value is (164,150,149).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 149 of 255 = 58%

164
150
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 149 = 463 (100%)
R 164 of 463 ~ 35.42%
G 150 of 463 ~ 32.4%
B 149 of 463 ~ 32.18%

%35.42
%32.4
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,9,9,36)
C0M9Y9K36 
(0%,9%,9%,36%)
(0.00/0.09/0.09/0.36)	

CMYK percentages

%0
%8.54
%9.15
%35.69

Codes

Color #A49695 in popluar color models

A49695
RGB164150149
HSL7.61%61.37%
HSB/HSV9.15%64.31%
CMYK0.00%8.54%9.15%
35.69%

Color #A49695 in popluar number systems.

HEXA49695
Decimal164150149
Binary101001001001011010010101
Octal244226225

Shades and tints

Shades of #A49695

#A49695
(164,150,149)
#968988
(150,137,136)
#887C7B
(136,124,123)
#7A6F6E
(122,111,110)
#6C6261
(108,98,97)
#5E5554
(94,85,84)
#504847
(80,72,71)
#423B3A
(66,59,58)
#342E2D
(52,46,45)
#262120
(38,33,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A49695

#A49695
(164,150,149)
#AC9F9E
(172,159,158)
#B4A8A7
(180,168,167)
#BCB1B0
(188,177,176)
#C4BAB9
(196,186,185)
#CCC3C2
(204,195,194)
#D4CCCB
(212,204,203)
#DCD5D4
(220,213,212)
#E4DEDD
(228,222,221)
#ECE7E6
(236,231,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49695; }

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

This text font color is #A49695.


Background Color

.myBgColor { background-color: #A49695; }

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

This div background color is #A49695.


Border color

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

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

This div border color is #A49695.


Opacity

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

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

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

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

This text has shadow with #A49695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49695 on black background.


Color preview on white background

This text has color #A49695 on white background.



Black color preview on #A49695 background

This text has black color on #A49695 background.


White color preview on #A49695 background

This text has white color on #A49695 background.