COLOR #A49F8A

HEX: #A49F8A
RGB: (164,159,138)

Color info

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

RGB color model

#A49F8A color RGB value is (164,159,138).

  • red value is 164;
  • green value is 159;
  • blue value is 138.
RGB:
(164,159,138)
(64%,62%,54%)

RGB channels and saturation

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

164
159
138

R + G + B ~ 60%. #A49F8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 159 + 138 = 461 (100%)
R 164 of 461 ~ 35.57%
G 159 of 461 ~ 34.49%
B 138 of 461 ~ 29.93%

%35.57
%34.49
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,3,16,36)
C0M3Y16K36 
(0%,3%,16%,36%)
(0.00/0.03/0.16/0.36)	

CMYK percentages

%0
%3.05
%15.85
%35.69

Codes

Color #A49F8A in popluar color models

A49F8A
RGB164159138
HSL48°12.50%59.22%
HSB/HSV48°15.85%64.31%
CMYK0.00%3.05%15.85%
35.69%

Color #A49F8A in popluar number systems.

HEXA49F8A
Decimal164159138
Binary101001001001111110001010
Octal244237212

Shades and tints

Shades of #A49F8A

#A49F8A
(164,159,138)
#96917E
(150,145,126)
#888372
(136,131,114)
#7A7566
(122,117,102)
#6C675A
(108,103,90)
#5E594E
(94,89,78)
#504B42
(80,75,66)
#423D36
(66,61,54)
#342F2A
(52,47,42)
#26211E
(38,33,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A49F8A

#A49F8A
(164,159,138)
#ACA794
(172,167,148)
#B4AF9E
(180,175,158)
#BCB7A8
(188,183,168)
#C4BFB2
(196,191,178)
#CCC7BC
(204,199,188)
#D4CFC6
(212,207,198)
#DCD7D0
(220,215,208)
#E4DFDA
(228,223,218)
#ECE7E4
(236,231,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F8A; }

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

This text font color is #A49F8A.


Background Color

.myBgColor { background-color: #A49F8A; }

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

This div background color is #A49F8A.


Border color

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

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

This div border color is #A49F8A.


Opacity

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

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

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

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

This text has shadow with #A49F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49F8A on black background.


Color preview on white background

This text has color #A49F8A on white background.



Black color preview on #A49F8A background

This text has black color on #A49F8A background.


White color preview on #A49F8A background

This text has white color on #A49F8A background.