COLOR #A49F95

HEX: #A49F95 RGB: (164,159,149)

Color info

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

RGB color model

#A49F95 color RGB value is (164,159,149).

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

RGB channels and saturation

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

164
159
149

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 149 = 472 (100%)
R 164 of 472 ~ 34.75%
G 159 of 472 ~ 33.69%
B 149 of 472 ~ 31.57'%

%34.75
%33.69
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK: (0,3,9,36) C0M3Y9K36 (0%,3%,9%,36%) (0.00/0.03/0.09/0.36) 

CMYK percentages

%0
%3.05
%9.15
%35.69

Codes

Color #A49F95 in popluar color models

A4 9F 95
RGB 164 159 149
HSL 40° 7.61% 61.37%
HSB/HSV 40° 9.15% 64.31%
CMYK 0.00% 3.05% 9.15%
35.69%

Color #A49F95 in popluar number systems.

HEX A4 9F 95
Decimal 164 159 149
Binary 10100100 10011111 10010101
Octal 244 237 225

Shades and tints

Shades of #A49F95

#A49F95
(164,159,149)
#969188
(150,145,136)
#88837B
(136,131,123)
#7A756E
(122,117,110)
#6C6761
(108,103,97)
#5E5954
(94,89,84)
#504B47
(80,75,71)
#423D3A
(66,61,58)
#342F2D
(52,47,45)
#262120
(38,33,32)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A49F95

#A49F95
(164,159,149)
#ACA79E
(172,167,158)
#B4AFA7
(180,175,167)
#BCB7B0
(188,183,176)
#C4BFB9
(196,191,185)
#CCC7C2
(204,199,194)
#D4CFCB
(212,207,203)
#DCD7D4
(220,215,212)
#E4DFDD
(228,223,221)
#ECE7E6
(236,231,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F95; }

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

This text font color is #A49F95.

Background Color

.myBgColor { background-color: #A49F95; }

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

This div background color is #A49F95.

Border color

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

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

This div border color is #A49F95.

Opacity

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

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

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

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

This text has shadow with #A49F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49F95.

Preview

Color preview on black background

This text has color #A49F95 on black background.


Color preview on white background

This text has color #A49F95 on white background.


Black color preview on #A49F95 background

This text has black color on #A49F95 background.


White color preview on #A49F95 background

This text has white color on #A49F95 background.


Related colors

Complementary color

Complementary color for #hex is #5B606A.


I love getcolorcode.com

Triadic colors

1 #95A49F and #9F95A4 with #A49F95 are triadic colors.

2 #959FA4 and #9FA495 with #A49F95 are triadic colors.