COLOR #A19594

HEX: #A19594
RGB: (161,149,148)

Color info

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

RGB color model

#A19594 color RGB value is (161,149,148).

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

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 148 of 255 = 58%

161
149
148

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

Portions of RGB colors in percentages

R + G + B =
161 + 149 + 148 = 458 (100%)
R 161 of 458 ~ 35.15%
G 149 of 458 ~ 32.53%
B 148 of 458 ~ 32.31%

%35.15
%32.53
%32.31

CMYK color model

#A19594 color CMYK value is (0,7,8,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 8.07%
  • key color value is 36.86%
CMYK:
(0,7,8,37)
C0M7Y8K37 
(0%,7%,8%,37%)
(0.00/0.07/0.08/0.37)	

CMYK percentages

%0
%7.45
%8.07
%36.86

Codes

Color #A19594 in popluar color models

A19594
RGB161149148
HSL6.47%60.59%
HSB/HSV8.07%63.14%
CMYK0.00%7.45%8.07%
36.86%

Color #A19594 in popluar number systems.

HEXA19594
Decimal161149148
Binary101000011001010110010100
Octal241225224

Shades and tints

Shades of #A19594

#A19594
(161,149,148)
#938887
(147,136,135)
#857B7A
(133,123,122)
#776E6D
(119,110,109)
#696160
(105,97,96)
#5B5453
(91,84,83)
#4D4746
(77,71,70)
#3F3A39
(63,58,57)
#312D2C
(49,45,44)
#23201F
(35,32,31)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A19594

#A19594
(161,149,148)
#A99E9D
(169,158,157)
#B1A7A6
(177,167,166)
#B9B0AF
(185,176,175)
#C1B9B8
(193,185,184)
#C9C2C1
(201,194,193)
#D1CBCA
(209,203,202)
#D9D4D3
(217,212,211)
#E1DDDC
(225,221,220)
#E9E6E5
(233,230,229)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19594; }

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

This text font color is #A19594.


Background Color

.myBgColor { background-color: #A19594; }

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

This div background color is #A19594.


Border color

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

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

This div border color is #A19594.


Opacity

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

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

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

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

This text has shadow with #A19594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19594 on black background.


Color preview on white background

This text has color #A19594 on white background.



Black color preview on #A19594 background

This text has black color on #A19594 background.


White color preview on #A19594 background

This text has white color on #A19594 background.