COLOR #A49797

HEX: #A49797 RGB: (164,151,151)

Color info

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

RGB color model

#A49797 color RGB value is (164,151,151).

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

RGB channels and saturation

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

164
151
151

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

Portions of RGB colors in percentages

R + G + B = 164 + 151 + 151 = 466 (100%)
R 164 of 466 ~ 35.19%
G 151 of 466 ~ 32.4%
B 151 of 466 ~ 32.4'%

%35.19
%32.4
%32.4

CMYK color model

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

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

CMYK: (0,8,8,36)
C0M8Y8K36 (0%, 8%, 8%, 36%)
(0.00 / 0.08 / 0.08 / 0.36)

CMYK percentages

%0
%7.93
%7.93
%35.69

Codes

Color #A49797 in popluar color models

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

Color #A49797 in popluar number systems.

HEX A4 97 97
Decimal 164 151 151
Binary 10100100 10010111 10010111
Octal 244 227 227

Shades and tints

Shades of #A49797

#A49797
(164,151,151)
#968A8A
(150,138,138)
#887D7D
(136,125,125)
#7A7070
(122,112,112)
#6C6363
(108,99,99)
#5E5656
(94,86,86)
#504949
(80,73,73)
#423C3C
(66,60,60)
#342F2F
(52,47,47)
#262222
(38,34,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A49797

#A49797
(164,151,151)
#ACA0A0
(172,160,160)
#B4A9A9
(180,169,169)
#BCB2B2
(188,178,178)
#C4BBBB
(196,187,187)
#CCC4C4
(204,196,196)
#D4CDCD
(212,205,205)
#DCD6D6
(220,214,214)
#E4DFDF
(228,223,223)
#ECE8E8
(236,232,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49797; }

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

This text font color is #A49797.

Background Color

.myBgColor { background-color: #A49797; }

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

This div background color is #A49797.

Border color

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

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

This div border color is #A49797.

Opacity

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

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

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

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

This text has shadow with #A49797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49797.

Preview

Color preview on black background

This text has color #A49797 on black background.


Color preview on white background

This text has color #A49797 on white background.


Black color preview on #A49797 background

This text has black color on #A49797 background.


White color preview on #A49797 background

This text has white color on #A49797 background.


Related colors

Complementary color

Complementary color for #hex is #5B6868.


I love getcolorcode.com