COLOR #A19995

HEX: #A19995
RGB: (161,153,149)

Color info

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

RGB color model

#A19995 color RGB value is (161,153,149).

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

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 149 of 255 = 58%

161
153
149

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

Portions of RGB colors in percentages

R + G + B =
161 + 153 + 149 = 463 (100%)
R 161 of 463 ~ 34.77%
G 153 of 463 ~ 33.05%
B 149 of 463 ~ 32.18%

%34.77
%33.05
%32.18

CMYK color model

#A19995 color CMYK value is (0,5,7,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(0,5,7,37)
C0M5Y7K37 
(0%,5%,7%,37%)
(0.00/0.05/0.07/0.37)	

CMYK percentages

%0
%4.97
%7.45
%36.86

Codes

Color #A19995 in popluar color models

A19995
RGB161153149
HSL20°6.00%60.78%
HSB/HSV20°7.45%63.14%
CMYK0.00%4.97%7.45%
36.86%

Color #A19995 in popluar number systems.

HEXA19995
Decimal161153149
Binary101000011001100110010101
Octal241231225

Shades and tints

Shades of #A19995

#A19995
(161,153,149)
#938C88
(147,140,136)
#857F7B
(133,127,123)
#77726E
(119,114,110)
#696561
(105,101,97)
#5B5854
(91,88,84)
#4D4B47
(77,75,71)
#3F3E3A
(63,62,58)
#31312D
(49,49,45)
#232420
(35,36,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A19995

#A19995
(161,153,149)
#A9A29E
(169,162,158)
#B1ABA7
(177,171,167)
#B9B4B0
(185,180,176)
#C1BDB9
(193,189,185)
#C9C6C2
(201,198,194)
#D1CFCB
(209,207,203)
#D9D8D4
(217,216,212)
#E1E1DD
(225,225,221)
#E9EAE6
(233,234,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19995; }

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

This text font color is #A19995.


Background Color

.myBgColor { background-color: #A19995; }

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

This div background color is #A19995.


Border color

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

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

This div border color is #A19995.


Opacity

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

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

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

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

This text has shadow with #A19995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19995 on black background.


Color preview on white background

This text has color #A19995 on white background.



Black color preview on #A19995 background

This text has black color on #A19995 background.


White color preview on #A19995 background

This text has white color on #A19995 background.