COLOR #A19B96

HEX: #A19B96
RGB: (161,155,150)

Color info

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

RGB color model

#A19B96 color RGB value is (161,155,150).

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

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 150 of 255 = 59%

161
155
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 155 + 150 = 466 (100%)
R 161 of 466 ~ 34.55%
G 155 of 466 ~ 33.26%
B 150 of 466 ~ 32.19%

%34.55
%33.26
%32.19

CMYK color model

#A19B96 color CMYK value is (0,4,7,37).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(0,4,7,37)
C0M4Y7K37 
(0%,4%,7%,37%)
(0.00/0.04/0.07/0.37)	

CMYK percentages

%0
%3.73
%6.83
%36.86

Codes

Color #A19B96 in popluar color models

A19B96
RGB161155150
HSL27°5.53%60.98%
HSB/HSV27°6.83%63.14%
CMYK0.00%3.73%6.83%
36.86%

Color #A19B96 in popluar number systems.

HEXA19B96
Decimal161155150
Binary101000011001101110010110
Octal241233226

Shades and tints

Shades of #A19B96

#A19B96
(161,155,150)
#938D89
(147,141,137)
#857F7C
(133,127,124)
#77716F
(119,113,111)
#696362
(105,99,98)
#5B5555
(91,85,85)
#4D4748
(77,71,72)
#3F393B
(63,57,59)
#312B2E
(49,43,46)
#231D21
(35,29,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #A19B96

#A19B96
(161,155,150)
#A9A49F
(169,164,159)
#B1ADA8
(177,173,168)
#B9B6B1
(185,182,177)
#C1BFBA
(193,191,186)
#C9C8C3
(201,200,195)
#D1D1CC
(209,209,204)
#D9DAD5
(217,218,213)
#E1E3DE
(225,227,222)
#E9ECE7
(233,236,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19B96; }

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

This text font color is #A19B96.


Background Color

.myBgColor { background-color: #A19B96; }

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

This div background color is #A19B96.


Border color

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

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

This div border color is #A19B96.


Opacity

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

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

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

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

This text has shadow with #A19B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19B96 on black background.


Color preview on white background

This text has color #A19B96 on white background.



Black color preview on #A19B96 background

This text has black color on #A19B96 background.


White color preview on #A19B96 background

This text has white color on #A19B96 background.