COLOR #A19E96

HEX: #A19E96
RGB: (161,158,150)

Color info

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

RGB color model

#A19E96 color RGB value is (161,158,150).

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

RGB channels and saturation

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

161
158
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 158 + 150 = 469 (100%)
R 161 of 469 ~ 34.33%
G 158 of 469 ~ 33.69%
B 150 of 469 ~ 31.98%

%34.33
%33.69
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.86%
  • 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
%1.86
%6.83
%36.86

Codes

Color #A19E96 in popluar color models

A19E96
RGB161158150
HSL44°5.53%60.98%
HSB/HSV44°6.83%63.14%
CMYK0.00%1.86%6.83%
36.86%

Color #A19E96 in popluar number systems.

HEXA19E96
Decimal161158150
Binary101000011001111010010110
Octal241236226

Shades and tints

Shades of #A19E96

#A19E96
(161,158,150)
#939089
(147,144,137)
#85827C
(133,130,124)
#77746F
(119,116,111)
#696662
(105,102,98)
#5B5855
(91,88,85)
#4D4A48
(77,74,72)
#3F3C3B
(63,60,59)
#312E2E
(49,46,46)
#232021
(35,32,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #A19E96

#A19E96
(161,158,150)
#A9A69F
(169,166,159)
#B1AEA8
(177,174,168)
#B9B6B1
(185,182,177)
#C1BEBA
(193,190,186)
#C9C6C3
(201,198,195)
#D1CECC
(209,206,204)
#D9D6D5
(217,214,213)
#E1DEDE
(225,222,222)
#E9E6E7
(233,230,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19E96; }

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

This text font color is #A19E96.


Background Color

.myBgColor { background-color: #A19E96; }

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

This div background color is #A19E96.


Border color

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

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

This div border color is #A19E96.


Opacity

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

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

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

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

This text has shadow with #A19E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19E96 on black background.


Color preview on white background

This text has color #A19E96 on white background.



Black color preview on #A19E96 background

This text has black color on #A19E96 background.


White color preview on #A19E96 background

This text has white color on #A19E96 background.