COLOR #A49997

HEX: #A49997 RGB: (164,153,151)

Color info

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

RGB color model

#A49997 color RGB value is (164,153,151).

RGB: (164,153,151) (64%, 60%, 59%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 151 of 255 = 59%

164
153
151

R + G + B ~ 61%. #A49997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 151 = 468 (100%)
R 164 of 468 ~ 35.04%
G 153 of 468 ~ 32.69%
B 151 of 468 ~ 32.26'%

%35.04
%32.69
%32.26

CMYK color model

#A49997 color CMYK value is (0,7,8,36).

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

CMYK: (0,7,8,36)
C0M7Y8K36 (0%, 7%, 8%, 36%)
(0.00 / 0.07 / 0.08 / 0.36)

CMYK percentages

%0
%6.71
%7.93
%35.69

Codes

Color #A49997 in popluar color models

A4 99 97
RGB 164 153 151
HSL 6.67% 61.76%
HSB/HSV 7.93% 64.31%
CMYK 0.00% 6.71% 7.93%
35.69%

Color #A49997 in popluar number systems.

HEX A4 99 97
Decimal 164 153 151
Binary 10100100 10011001 10010111
Octal 244 231 227

Shades and tints

Shades of #A49997

#A49997
(164,153,151)
#968C8A
(150,140,138)
#887F7D
(136,127,125)
#7A7270
(122,114,112)
#6C6563
(108,101,99)
#5E5856
(94,88,86)
#504B49
(80,75,73)
#423E3C
(66,62,60)
#34312F
(52,49,47)
#262422
(38,36,34)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A49997

#A49997
(164,153,151)
#ACA2A0
(172,162,160)
#B4ABA9
(180,171,169)
#BCB4B2
(188,180,178)
#C4BDBB
(196,189,187)
#CCC6C4
(204,198,196)
#D4CFCD
(212,207,205)
#DCD8D6
(220,216,214)
#E4E1DF
(228,225,223)
#ECEAE8
(236,234,232)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49997; }

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

This text font color is #A49997.

Background Color

.myBgColor { background-color: #A49997; }

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

This div background color is #A49997.

Border color

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

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

This div border color is #A49997.

Opacity

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

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

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

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

This text has shadow with #A49997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49997.

Preview

Color preview on black background

This text has color #A49997 on black background.


Color preview on white background

This text has color #A49997 on white background.


Black color preview on #A49997 background

This text has black color on #A49997 background.


White color preview on #A49997 background

This text has white color on #A49997 background.


Related colors

Complementary color

Complementary color for #hex is #5B6668.


I love getcolorcode.com

Triadic colors

1 #97A499 and #9997A4 with #A49997 are triadic colors.

2 #9799A4 and #99A497 with #A49997 are triadic colors.