COLOR #A19494

HEX: #A19494 RGB: (161,148,148)

Color info

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

RGB color model

#A19494 color RGB value is (161,148,148).

RGB: (161,148,148) (63%, 58%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 148 of 255 = 58%
B 148 of 255 = 58%

161
148
148

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

Portions of RGB colors in percentages

R + G + B = 161 + 148 + 148 = 457 (100%)
R 161 of 457 ~ 35.23%
G 148 of 457 ~ 32.39%
B 148 of 457 ~ 32.39'%

%35.23
%32.39
%32.39

CMYK color model

#A19494 color CMYK value is (0,8,8,37).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 8.07%
  • key color value is 36.86%

CMYK: (0,8,8,37)
C0M8Y8K37 (0%, 8%, 8%, 37%)
(0.00 / 0.08 / 0.08 / 0.37)

CMYK percentages

%0
%8.07
%8.07
%36.86

Codes

Color #A19494 in popluar color models

A1 94 94
RGB 161 148 148
HSL 6.47% 60.59%
HSB/HSV 8.07% 63.14%
CMYK 0.00% 8.07% 8.07%
36.86%

Color #A19494 in popluar number systems.

HEX A1 94 94
Decimal 161 148 148
Binary 10100001 10010100 10010100
Octal 241 224 224

Shades and tints

Shades of #A19494

#A19494
(161,148,148)
#938787
(147,135,135)
#857A7A
(133,122,122)
#776D6D
(119,109,109)
#696060
(105,96,96)
#5B5353
(91,83,83)
#4D4646
(77,70,70)
#3F3939
(63,57,57)
#312C2C
(49,44,44)
#231F1F
(35,31,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #A19494

#A19494
(161,148,148)
#A99D9D
(169,157,157)
#B1A6A6
(177,166,166)
#B9AFAF
(185,175,175)
#C1B8B8
(193,184,184)
#C9C1C1
(201,193,193)
#D1CACA
(209,202,202)
#D9D3D3
(217,211,211)
#E1DCDC
(225,220,220)
#E9E5E5
(233,229,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19494 color. Also use rgb(161,148,148) instead hex code.

Text Font Color

.myTextColor { color: #A19494; }

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

This text font color is #A19494.

Background Color

.myBgColor { background-color: #A19494; }

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

This div background color is #A19494.

Border color

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

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

This div border color is #A19494.

Opacity

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

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

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

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

This text has shadow with #A19494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19494.

Preview

Color preview on black background

This text has color #A19494 on black background.


Color preview on white background

This text has color #A19494 on white background.


Black color preview on #A19494 background

This text has black color on #A19494 background.


White color preview on #A19494 background

This text has white color on #A19494 background.


Related colors

Complementary color

Complementary color for #hex is #5E6B6B.


I love getcolorcode.com