COLOR #A19384

HEX: #A19384
RGB: (161,147,132)

Color info

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

RGB color model

#A19384 color RGB value is (161,147,132).

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

RGB channels and saturation

R 161 of 255 = 63%
G 147 of 255 = 58%
B 132 of 255 = 52%

161
147
132

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

Portions of RGB colors in percentages

R + G + B =
161 + 147 + 132 = 440 (100%)
R 161 of 440 ~ 36.59%
G 147 of 440 ~ 33.41%
B 132 of 440 ~ 30%

%36.59
%33.41
%30

CMYK color model

#A19384 color CMYK value is (0,9,18,37).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(0,9,18,37)
C0M9Y18K37 
(0%,9%,18%,37%)
(0.00/0.09/0.18/0.37)	

CMYK percentages

%0
%8.7
%18.01
%36.86

Codes

Color #A19384 in popluar color models

A19384
RGB161147132
HSL31°13.36%57.45%
HSB/HSV31°18.01%63.14%
CMYK0.00%8.70%18.01%
36.86%

Color #A19384 in popluar number systems.

HEXA19384
Decimal161147132
Binary101000011001001110000100
Octal241223204

Shades and tints

Shades of #A19384

#A19384
(161,147,132)
#938678
(147,134,120)
#85796C
(133,121,108)
#776C60
(119,108,96)
#695F54
(105,95,84)
#5B5248
(91,82,72)
#4D453C
(77,69,60)
#3F3830
(63,56,48)
#312B24
(49,43,36)
#231E18
(35,30,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #A19384

#A19384
(161,147,132)
#A99C8F
(169,156,143)
#B1A59A
(177,165,154)
#B9AEA5
(185,174,165)
#C1B7B0
(193,183,176)
#C9C0BB
(201,192,187)
#D1C9C6
(209,201,198)
#D9D2D1
(217,210,209)
#E1DBDC
(225,219,220)
#E9E4E7
(233,228,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19384; }

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

This text font color is #A19384.


Background Color

.myBgColor { background-color: #A19384; }

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

This div background color is #A19384.


Border color

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

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

This div border color is #A19384.


Opacity

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

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

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

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

This text has shadow with #A19384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19384 on black background.


Color preview on white background

This text has color #A19384 on white background.



Black color preview on #A19384 background

This text has black color on #A19384 background.


White color preview on #A19384 background

This text has white color on #A19384 background.