COLOR #A49D99

HEX: #A49D99 RGB: (164,157,153)

Color info

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

RGB color model

#A49D99 color RGB value is (164,157,153).

RGB: (164,157,153) (64%, 62%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 153 of 255 = 60%

164
157
153

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

Portions of RGB colors in percentages

R + G + B = 164 + 157 + 153 = 474 (100%)
R 164 of 474 ~ 34.6%
G 157 of 474 ~ 33.12%
B 153 of 474 ~ 32.28'%

%34.6
%33.12
%32.28

CMYK color model

#A49D99 color CMYK value is (0,4,7,36).

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

CMYK: (0,4,7,36)
C0M4Y7K36 (0%, 4%, 7%, 36%)
(0.00 / 0.04 / 0.07 / 0.36)

CMYK percentages

%0
%4.27
%6.71
%35.69

Codes

Color #A49D99 in popluar color models

A4 9D 99
RGB 164 157 153
HSL 22° 5.70% 62.16%
HSB/HSV 22° 6.71% 64.31%
CMYK 0.00% 4.27% 6.71%
35.69%

Color #A49D99 in popluar number systems.

HEX A4 9D 99
Decimal 164 157 153
Binary 10100100 10011101 10011001
Octal 244 235 231

Shades and tints

Shades of #A49D99

#A49D99
(164,157,153)
#968F8C
(150,143,140)
#88817F
(136,129,127)
#7A7372
(122,115,114)
#6C6565
(108,101,101)
#5E5758
(94,87,88)
#50494B
(80,73,75)
#423B3E
(66,59,62)
#342D31
(52,45,49)
#261F24
(38,31,36)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #A49D99

#A49D99
(164,157,153)
#ACA5A2
(172,165,162)
#B4ADAB
(180,173,171)
#BCB5B4
(188,181,180)
#C4BDBD
(196,189,189)
#CCC5C6
(204,197,198)
#D4CDCF
(212,205,207)
#DCD5D8
(220,213,216)
#E4DDE1
(228,221,225)
#ECE5EA
(236,229,234)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49D99; }

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

This text font color is #A49D99.

Background Color

.myBgColor { background-color: #A49D99; }

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

This div background color is #A49D99.

Border color

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

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

This div border color is #A49D99.

Opacity

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

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

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

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

This text has shadow with #A49D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49D99.

Preview

Color preview on black background

This text has color #A49D99 on black background.


Color preview on white background

This text has color #A49D99 on white background.


Black color preview on #A49D99 background

This text has black color on #A49D99 background.


White color preview on #A49D99 background

This text has white color on #A49D99 background.


Related colors

Complementary color

Complementary color for #hex is #5B6266.


I love getcolorcode.com

Triadic colors

1 #99A49D and #9D99A4 with #A49D99 are triadic colors.

2 #999DA4 and #9DA499 with #A49D99 are triadic colors.