COLOR #A19D96

HEX: #A19D96
RGB: (161,157,150)

Color info

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

RGB color model

#A19D96 color RGB value is (161,157,150).

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

RGB channels and saturation

R 161 of 255 = 63%
G 157 of 255 = 62%
B 150 of 255 = 59%

161
157
150

R + G + B ~ 61%. #A19D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 157 + 150 = 468 (100%)
R 161 of 468 ~ 34.4%
G 157 of 468 ~ 33.55%
B 150 of 468 ~ 32.05%

%34.4
%33.55
%32.05

CMYK color model

#A19D96 color CMYK value is (0,2,7,37).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(0,2,7,37)
C0M2Y7K37 
(0%,2%,7%,37%)
(0.00/0.02/0.07/0.37)	

CMYK percentages

%0
%2.48
%6.83
%36.86

Codes

Color #A19D96 in popluar color models

A19D96
RGB161157150
HSL38°5.53%60.98%
HSB/HSV38°6.83%63.14%
CMYK0.00%2.48%6.83%
36.86%

Color #A19D96 in popluar number systems.

HEXA19D96
Decimal161157150
Binary101000011001110110010110
Octal241235226

Shades and tints

Shades of #A19D96

#A19D96
(161,157,150)
#938F89
(147,143,137)
#85817C
(133,129,124)
#77736F
(119,115,111)
#696562
(105,101,98)
#5B5755
(91,87,85)
#4D4948
(77,73,72)
#3F3B3B
(63,59,59)
#312D2E
(49,45,46)
#231F21
(35,31,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #A19D96

#A19D96
(161,157,150)
#A9A59F
(169,165,159)
#B1ADA8
(177,173,168)
#B9B5B1
(185,181,177)
#C1BDBA
(193,189,186)
#C9C5C3
(201,197,195)
#D1CDCC
(209,205,204)
#D9D5D5
(217,213,213)
#E1DDDE
(225,221,222)
#E9E5E7
(233,229,231)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19D96; }

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

This text font color is #A19D96.


Background Color

.myBgColor { background-color: #A19D96; }

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

This div background color is #A19D96.


Border color

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

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

This div border color is #A19D96.


Opacity

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

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

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

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

This text has shadow with #A19D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19D96 on black background.


Color preview on white background

This text has color #A19D96 on white background.



Black color preview on #A19D96 background

This text has black color on #A19D96 background.


White color preview on #A19D96 background

This text has white color on #A19D96 background.