COLOR #A49F9F

HEX: #A49F9F RGB: (164,159,159)

Color info

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

RGB color model

#A49F9F color RGB value is (164,159,159).

RGB: (164,159,159) (64%, 62%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 159 of 255 = 62%

164
159
159

R + G + B ~ 63%. #A49F9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 159 = 482 (100%)
R 164 of 482 ~ 34.02%
G 159 of 482 ~ 32.99%
B 159 of 482 ~ 32.99'%

%34.02
%32.99
%32.99

CMYK color model

#A49F9F color CMYK value is (0,3,3,36).

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

CMYK: (0,3,3,36)
C0M3Y3K36 (0%, 3%, 3%, 36%)
(0.00 / 0.03 / 0.03 / 0.36)

CMYK percentages

%0
%3.05
%3.05
%35.69

Codes

Color #A49F9F in popluar color models

A4 9F 9F
RGB 164 159 159
HSL 2.67% 63.33%
HSB/HSV 3.05% 64.31%
CMYK 0.00% 3.05% 3.05%
35.69%

Color #A49F9F in popluar number systems.

HEX A4 9F 9F
Decimal 164 159 159
Binary 10100100 10011111 10011111
Octal 244 237 237

Shades and tints

Shades of #A49F9F

#A49F9F
(164,159,159)
#969191
(150,145,145)
#888383
(136,131,131)
#7A7575
(122,117,117)
#6C6767
(108,103,103)
#5E5959
(94,89,89)
#504B4B
(80,75,75)
#423D3D
(66,61,61)
#342F2F
(52,47,47)
#262121
(38,33,33)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A49F9F

#A49F9F
(164,159,159)
#ACA7A7
(172,167,167)
#B4AFAF
(180,175,175)
#BCB7B7
(188,183,183)
#C4BFBF
(196,191,191)
#CCC7C7
(204,199,199)
#D4CFCF
(212,207,207)
#DCD7D7
(220,215,215)
#E4DFDF
(228,223,223)
#ECE7E7
(236,231,231)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F9F; }

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

This text font color is #A49F9F.

Background Color

.myBgColor { background-color: #A49F9F; }

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

This div background color is #A49F9F.

Border color

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

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

This div border color is #A49F9F.

Opacity

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

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

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

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

This text has shadow with #A49F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49F9F.

Preview

Color preview on black background

This text has color #A49F9F on black background.


Color preview on white background

This text has color #A49F9F on white background.


Black color preview on #A49F9F background

This text has black color on #A49F9F background.


White color preview on #A49F9F background

This text has white color on #A49F9F background.


Related colors

Complementary color

Complementary color for #hex is #5B6060.


I love getcolorcode.com