COLOR #A49B7C

HEX: #A49B7C
RGB: (164,155,124)

Color info

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

RGB color model

#A49B7C color RGB value is (164,155,124).

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

RGB channels and saturation

R 164 of 255 = 64%
G 155 of 255 = 61%
B 124 of 255 = 49%

164
155
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 155 + 124 = 443 (100%)
R 164 of 443 ~ 37.02%
G 155 of 443 ~ 34.99%
B 124 of 443 ~ 27.99%

%37.02
%34.99
%27.99

CMYK color model

#A49B7C color CMYK value is (0,5,24,36).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 24.39%
  • key color value is 35.69%
CMYK:
(0,5,24,36)
C0M5Y24K36 
(0%,5%,24%,36%)
(0.00/0.05/0.24/0.36)	

CMYK percentages

%0
%5.49
%24.39
%35.69

Codes

Color #A49B7C in popluar color models

A49B7C
RGB164155124
HSL47°18.02%56.47%
HSB/HSV47°24.39%64.31%
CMYK0.00%5.49%24.39%
35.69%

Color #A49B7C in popluar number systems.

HEXA49B7C
Decimal164155124
Binary10100100100110111111100
Octal244233174

Shades and tints

Shades of #A49B7C

#A49B7C
(164,155,124)
#968D71
(150,141,113)
#887F66
(136,127,102)
#7A715B
(122,113,91)
#6C6350
(108,99,80)
#5E5545
(94,85,69)
#50473A
(80,71,58)
#42392F
(66,57,47)
#342B24
(52,43,36)
#261D19
(38,29,25)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A49B7C

#A49B7C
(164,155,124)
#ACA487
(172,164,135)
#B4AD92
(180,173,146)
#BCB69D
(188,182,157)
#C4BFA8
(196,191,168)
#CCC8B3
(204,200,179)
#D4D1BE
(212,209,190)
#DCDAC9
(220,218,201)
#E4E3D4
(228,227,212)
#ECECDF
(236,236,223)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49B7C; }

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

This text font color is #A49B7C.


Background Color

.myBgColor { background-color: #A49B7C; }

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

This div background color is #A49B7C.


Border color

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

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

This div border color is #A49B7C.


Opacity

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

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

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

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

This text has shadow with #A49B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49B7C on black background.


Color preview on white background

This text has color #A49B7C on white background.



Black color preview on #A49B7C background

This text has black color on #A49B7C background.


White color preview on #A49B7C background

This text has white color on #A49B7C background.