COLOR #A19496

HEX: #A19496
RGB: (161,148,150)

Color info

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

RGB color model

#A19496 color RGB value is (161,148,150).

  • red value is 161;
  • green value is 148;
  • blue value is 150.
RGB:
(161,148,150)
(63%,58%,59%)

RGB channels and saturation

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

161
148
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 148 + 150 = 459 (100%)
R 161 of 459 ~ 35.08%
G 148 of 459 ~ 32.24%
B 150 of 459 ~ 32.68%

%35.08
%32.24
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(0,8,7,37)
C0M8Y7K37 
(0%,8%,7%,37%)
(0.00/0.08/0.07/0.37)	

CMYK percentages

%0
%8.07
%6.83
%36.86

Codes

Color #A19496 in popluar color models

A19496
RGB161148150
HSL351°6.47%60.59%
HSB/HSV351°8.07%63.14%
CMYK0.00%8.07%6.83%
36.86%

Color #A19496 in popluar number systems.

HEXA19496
Decimal161148150
Binary101000011001010010010110
Octal241224226

Shades and tints

Shades of #A19496

#A19496
(161,148,150)
#938789
(147,135,137)
#857A7C
(133,122,124)
#776D6F
(119,109,111)
#696062
(105,96,98)
#5B5355
(91,83,85)
#4D4648
(77,70,72)
#3F393B
(63,57,59)
#312C2E
(49,44,46)
#231F21
(35,31,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #A19496

#A19496
(161,148,150)
#A99D9F
(169,157,159)
#B1A6A8
(177,166,168)
#B9AFB1
(185,175,177)
#C1B8BA
(193,184,186)
#C9C1C3
(201,193,195)
#D1CACC
(209,202,204)
#D9D3D5
(217,211,213)
#E1DCDE
(225,220,222)
#E9E5E7
(233,229,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19496; }

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

This text font color is #A19496.


Background Color

.myBgColor { background-color: #A19496; }

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

This div background color is #A19496.


Border color

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

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

This div border color is #A19496.


Opacity

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

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

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

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

This text has shadow with #A19496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19496 on black background.


Color preview on white background

This text has color #A19496 on white background.



Black color preview on #A19496 background

This text has black color on #A19496 background.


White color preview on #A19496 background

This text has white color on #A19496 background.