COLOR #A19388

HEX: #A19388
RGB: (161,147,136)

Color info

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

RGB color model

#A19388 color RGB value is (161,147,136).

  • red value is 161;
  • green value is 147;
  • blue value is 136.
RGB:
(161,147,136)
(63%,58%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 147 of 255 = 58%
B 136 of 255 = 53%

161
147
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 147 + 136 = 444 (100%)
R 161 of 444 ~ 36.26%
G 147 of 444 ~ 33.11%
B 136 of 444 ~ 30.63%

%36.26
%33.11
%30.63

CMYK color model

#A19388 color CMYK value is (0,9,16,37).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(0,9,16,37)
C0M9Y16K37 
(0%,9%,16%,37%)
(0.00/0.09/0.16/0.37)	

CMYK percentages

%0
%8.7
%15.53
%36.86

Codes

Color #A19388 in popluar color models

A19388
RGB161147136
HSL26°11.74%58.24%
HSB/HSV26°15.53%63.14%
CMYK0.00%8.70%15.53%
36.86%

Color #A19388 in popluar number systems.

HEXA19388
Decimal161147136
Binary101000011001001110001000
Octal241223210

Shades and tints

Shades of #A19388

#A19388
(161,147,136)
#93867C
(147,134,124)
#857970
(133,121,112)
#776C64
(119,108,100)
#695F58
(105,95,88)
#5B524C
(91,82,76)
#4D4540
(77,69,64)
#3F3834
(63,56,52)
#312B28
(49,43,40)
#231E1C
(35,30,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A19388

#A19388
(161,147,136)
#A99C92
(169,156,146)
#B1A59C
(177,165,156)
#B9AEA6
(185,174,166)
#C1B7B0
(193,183,176)
#C9C0BA
(201,192,186)
#D1C9C4
(209,201,196)
#D9D2CE
(217,210,206)
#E1DBD8
(225,219,216)
#E9E4E2
(233,228,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19388 color. Also use rgb(161,147,136) instead hex code.

Text Font Color

.myTextColor { color: #A19388; }

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

This text font color is #A19388.


Background Color

.myBgColor { background-color: #A19388; }

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

This div background color is #A19388.


Border color

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

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

This div border color is #A19388.


Opacity

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

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

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

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

This text has shadow with #A19388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19388 on black background.


Color preview on white background

This text has color #A19388 on white background.



Black color preview on #A19388 background

This text has black color on #A19388 background.


White color preview on #A19388 background

This text has white color on #A19388 background.