COLOR #A49F7C

HEX: #A49F7C
RGB: (164,159,124)

Color info

#A49F7C contains red, green and blue colors in about the same proportion. Web safe color of #A49F7C is #999966 (or #996).

RGB color model

#A49F7C color RGB value is (164,159,124).

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

RGB channels and saturation

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

164
159
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 159 + 124 = 447 (100%)
R 164 of 447 ~ 36.69%
G 159 of 447 ~ 35.57%
B 124 of 447 ~ 27.74%

%36.69
%35.57
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,3,24,36)
C0M3Y24K36 
(0%,3%,24%,36%)
(0.00/0.03/0.24/0.36)	

CMYK percentages

%0
%3.05
%24.39
%35.69

Codes

Color #A49F7C in popluar color models

A49F7C
RGB164159124
HSL53°18.02%56.47%
HSB/HSV53°24.39%64.31%
CMYK0.00%3.05%24.39%
35.69%

Color #A49F7C in popluar number systems.

HEXA49F7C
Decimal164159124
Binary10100100100111111111100
Octal244237174

Shades and tints

Shades of #A49F7C

#A49F7C
(164,159,124)
#969171
(150,145,113)
#888366
(136,131,102)
#7A755B
(122,117,91)
#6C6750
(108,103,80)
#5E5945
(94,89,69)
#504B3A
(80,75,58)
#423D2F
(66,61,47)
#342F24
(52,47,36)
#262119
(38,33,25)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A49F7C

#A49F7C
(164,159,124)
#ACA787
(172,167,135)
#B4AF92
(180,175,146)
#BCB79D
(188,183,157)
#C4BFA8
(196,191,168)
#CCC7B3
(204,199,179)
#D4CFBE
(212,207,190)
#DCD7C9
(220,215,201)
#E4DFD4
(228,223,212)
#ECE7DF
(236,231,223)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F7C; }

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

This text font color is #A49F7C.


Background Color

.myBgColor { background-color: #A49F7C; }

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

This div background color is #A49F7C.


Border color

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

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

This div border color is #A49F7C.


Opacity

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

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

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

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

This text has shadow with #A49F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49F7C on black background.


Color preview on white background

This text has color #A49F7C on white background.



Black color preview on #A49F7C background

This text has black color on #A49F7C background.


White color preview on #A49F7C background

This text has white color on #A49F7C background.