COLOR #A49C90

HEX: #A49C90
RGB: (164,156,144)

Color info

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

RGB color model

#A49C90 color RGB value is (164,156,144).

  • red value is 164;
  • green value is 156;
  • blue value is 144.
RGB:
(164,156,144)
(64%,61%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 144 of 255 = 56%

164
156
144

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 144 = 464 (100%)
R 164 of 464 ~ 35.34%
G 156 of 464 ~ 33.62%
B 144 of 464 ~ 31.03%

%35.34
%33.62
%31.03

CMYK color model

#A49C90 color CMYK value is (0,5,12,36).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 12.20%
  • key color value is 35.69%
CMYK:
(0,5,12,36)
C0M5Y12K36 
(0%,5%,12%,36%)
(0.00/0.05/0.12/0.36)	

CMYK percentages

%0
%4.88
%12.2
%35.69

Codes

Color #A49C90 in popluar color models

A49C90
RGB164156144
HSL36°9.90%60.39%
HSB/HSV36°12.20%64.31%
CMYK0.00%4.88%12.20%
35.69%

Color #A49C90 in popluar number systems.

HEXA49C90
Decimal164156144
Binary101001001001110010010000
Octal244234220

Shades and tints

Shades of #A49C90

#A49C90
(164,156,144)
#968E83
(150,142,131)
#888076
(136,128,118)
#7A7269
(122,114,105)
#6C645C
(108,100,92)
#5E564F
(94,86,79)
#504842
(80,72,66)
#423A35
(66,58,53)
#342C28
(52,44,40)
#261E1B
(38,30,27)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A49C90

#A49C90
(164,156,144)
#ACA59A
(172,165,154)
#B4AEA4
(180,174,164)
#BCB7AE
(188,183,174)
#C4C0B8
(196,192,184)
#CCC9C2
(204,201,194)
#D4D2CC
(212,210,204)
#DCDBD6
(220,219,214)
#E4E4E0
(228,228,224)
#ECEDEA
(236,237,234)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49C90; }

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

This text font color is #A49C90.


Background Color

.myBgColor { background-color: #A49C90; }

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

This div background color is #A49C90.


Border color

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

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

This div border color is #A49C90.


Opacity

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

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

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

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

This text has shadow with #A49C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49C90 on black background.


Color preview on white background

This text has color #A49C90 on white background.



Black color preview on #A49C90 background

This text has black color on #A49C90 background.


White color preview on #A49C90 background

This text has white color on #A49C90 background.