COLOR #A49191

HEX: #A49191
RGB: (164,145,145)

Color info

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

RGB color model

#A49191 color RGB value is (164,145,145).

  • red value is 164;
  • green value is 145;
  • blue value is 145.
RGB:
(164,145,145)
(64%,57%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 145 of 255 = 57%

164
145
145

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 145 = 454 (100%)
R 164 of 454 ~ 36.12%
G 145 of 454 ~ 31.94%
B 145 of 454 ~ 31.94%

%36.12
%31.94
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(0,12,12,36)
C0M12Y12K36 
(0%,12%,12%,36%)
(0.00/0.12/0.12/0.36)	

CMYK percentages

%0
%11.59
%11.59
%35.69

Codes

Color #A49191 in popluar color models

A49191
RGB164145145
HSL9.45%60.59%
HSB/HSV11.59%64.31%
CMYK0.00%11.59%11.59%
35.69%

Color #A49191 in popluar number systems.

HEXA49191
Decimal164145145
Binary101001001001000110010001
Octal244221221

Shades and tints

Shades of #A49191

#A49191
(164,145,145)
#968484
(150,132,132)
#887777
(136,119,119)
#7A6A6A
(122,106,106)
#6C5D5D
(108,93,93)
#5E5050
(94,80,80)
#504343
(80,67,67)
#423636
(66,54,54)
#342929
(52,41,41)
#261C1C
(38,28,28)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A49191

#A49191
(164,145,145)
#AC9B9B
(172,155,155)
#B4A5A5
(180,165,165)
#BCAFAF
(188,175,175)
#C4B9B9
(196,185,185)
#CCC3C3
(204,195,195)
#D4CDCD
(212,205,205)
#DCD7D7
(220,215,215)
#E4E1E1
(228,225,225)
#ECEBEB
(236,235,235)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49191; }

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

This text font color is #A49191.


Background Color

.myBgColor { background-color: #A49191; }

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

This div background color is #A49191.


Border color

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

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

This div border color is #A49191.


Opacity

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

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

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

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

This text has shadow with #A49191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49191 on black background.


Color preview on white background

This text has color #A49191 on white background.



Black color preview on #A49191 background

This text has black color on #A49191 background.


White color preview on #A49191 background

This text has white color on #A49191 background.