COLOR #A49D96

HEX: #A49D96 RGB: (164,157,150)

Color info

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

RGB color model

#A49D96 color RGB value is (164,157,150).

RGB: (164,157,150) (64%, 62%, 59%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 150 of 255 = 59%

164
157
150

R + G + B ~ 62%. #A49D96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 157 + 150 = 471 (100%)
R 164 of 471 ~ 34.82%
G 157 of 471 ~ 33.33%
B 150 of 471 ~ 31.85'%

%34.82
%33.33
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 8.54%
  • key color value is 35.69%

CMYK: (0,4,9,36)
C0M4Y9K36 (0%, 4%, 9%, 36%)
(0.00 / 0.04 / 0.09 / 0.36)

CMYK percentages

%0
%4.27
%8.54
%35.69

Codes

Color #A49D96 in popluar color models

A4 9D 96
RGB 164 157 150
HSL 30° 7.14% 61.57%
HSB/HSV 30° 8.54% 64.31%
CMYK 0.00% 4.27% 8.54%
35.69%

Color #A49D96 in popluar number systems.

HEX A4 9D 96
Decimal 164 157 150
Binary 10100100 10011101 10010110
Octal 244 235 226

Shades and tints

Shades of #A49D96

#A49D96
(164,157,150)
#968F89
(150,143,137)
#88817C
(136,129,124)
#7A736F
(122,115,111)
#6C6562
(108,101,98)
#5E5755
(94,87,85)
#504948
(80,73,72)
#423B3B
(66,59,59)
#342D2E
(52,45,46)
#261F21
(38,31,33)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A49D96

#A49D96
(164,157,150)
#ACA59F
(172,165,159)
#B4ADA8
(180,173,168)
#BCB5B1
(188,181,177)
#C4BDBA
(196,189,186)
#CCC5C3
(204,197,195)
#D4CDCC
(212,205,204)
#DCD5D5
(220,213,213)
#E4DDDE
(228,221,222)
#ECE5E7
(236,229,231)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49D96; }

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

This text font color is #A49D96.

Background Color

.myBgColor { background-color: #A49D96; }

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

This div background color is #A49D96.

Border color

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

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

This div border color is #A49D96.

Opacity

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

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

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

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

This text has shadow with #A49D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49D96.

Preview

Color preview on black background

This text has color #A49D96 on black background.


Color preview on white background

This text has color #A49D96 on white background.


Black color preview on #A49D96 background

This text has black color on #A49D96 background.


White color preview on #A49D96 background

This text has white color on #A49D96 background.


Related colors

Complementary color

Complementary color for #hex is #5B6269.


I love getcolorcode.com

Triadic colors

1 #96A49D and #9D96A4 with #A49D96 are triadic colors.

2 #969DA4 and #9DA496 with #A49D96 are triadic colors.