COLOR #A19C95

HEX: #A19C95
RGB: (161,156,149)

Color info

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

RGB color model

#A19C95 color RGB value is (161,156,149).

  • red value is 161;
  • green value is 156;
  • blue value is 149.
RGB:
(161,156,149)
(63%,61%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 156 of 255 = 61%
B 149 of 255 = 58%

161
156
149

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

Portions of RGB colors in percentages

R + G + B =
161 + 156 + 149 = 466 (100%)
R 161 of 466 ~ 34.55%
G 156 of 466 ~ 33.48%
B 149 of 466 ~ 31.97%

%34.55
%33.48
%31.97

CMYK color model

#A19C95 color CMYK value is (0,3,7,37).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(0,3,7,37)
C0M3Y7K37 
(0%,3%,7%,37%)
(0.00/0.03/0.07/0.37)	

CMYK percentages

%0
%3.11
%7.45
%36.86

Codes

Color #A19C95 in popluar color models

A19C95
RGB161156149
HSL35°6.00%60.78%
HSB/HSV35°7.45%63.14%
CMYK0.00%3.11%7.45%
36.86%

Color #A19C95 in popluar number systems.

HEXA19C95
Decimal161156149
Binary101000011001110010010101
Octal241234225

Shades and tints

Shades of #A19C95

#A19C95
(161,156,149)
#938E88
(147,142,136)
#85807B
(133,128,123)
#77726E
(119,114,110)
#696461
(105,100,97)
#5B5654
(91,86,84)
#4D4847
(77,72,71)
#3F3A3A
(63,58,58)
#312C2D
(49,44,45)
#231E20
(35,30,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #A19C95

#A19C95
(161,156,149)
#A9A59E
(169,165,158)
#B1AEA7
(177,174,167)
#B9B7B0
(185,183,176)
#C1C0B9
(193,192,185)
#C9C9C2
(201,201,194)
#D1D2CB
(209,210,203)
#D9DBD4
(217,219,212)
#E1E4DD
(225,228,221)
#E9EDE6
(233,237,230)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19C95; }

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

This text font color is #A19C95.


Background Color

.myBgColor { background-color: #A19C95; }

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

This div background color is #A19C95.


Border color

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

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

This div border color is #A19C95.


Opacity

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

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

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

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

This text has shadow with #A19C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19C95 on black background.


Color preview on white background

This text has color #A19C95 on white background.



Black color preview on #A19C95 background

This text has black color on #A19C95 background.


White color preview on #A19C95 background

This text has white color on #A19C95 background.