COLOR #A19387

HEX: #A19387 RGB: (161,147,135)

Color info

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

RGB color model

#A19387 color RGB value is (161,147,135).

RGB: (161,147,135) (63%, 58%, 53%)

RGB channels and saturation

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

161
147
135

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

Portions of RGB colors in percentages

R + G + B = 161 + 147 + 135 = 443 (100%)
R 161 of 443 ~ 36.34%
G 147 of 443 ~ 33.18%
B 135 of 443 ~ 30.47'%

%36.34
%33.18
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 16.15%
  • 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
%16.15
%36.86

Codes

Color #A19387 in popluar color models

A1 93 87
RGB 161 147 135
HSL 28° 12.15% 58.04%
HSB/HSV 28° 16.15% 63.14%
CMYK 0.00% 8.70% 16.15%
36.86%

Color #A19387 in popluar number systems.

HEX A1 93 87
Decimal 161 147 135
Binary 10100001 10010011 10000111
Octal 241 223 207

Shades and tints

Shades of #A19387

#A19387
(161,147,135)
#93867B
(147,134,123)
#85796F
(133,121,111)
#776C63
(119,108,99)
#695F57
(105,95,87)
#5B524B
(91,82,75)
#4D453F
(77,69,63)
#3F3833
(63,56,51)
#312B27
(49,43,39)
#231E1B
(35,30,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A19387

#A19387
(161,147,135)
#A99C91
(169,156,145)
#B1A59B
(177,165,155)
#B9AEA5
(185,174,165)
#C1B7AF
(193,183,175)
#C9C0B9
(201,192,185)
#D1C9C3
(209,201,195)
#D9D2CD
(217,210,205)
#E1DBD7
(225,219,215)
#E9E4E1
(233,228,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19387; }

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

This text font color is #A19387.

Background Color

.myBgColor { background-color: #A19387; }

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

This div background color is #A19387.

Border color

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

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

This div border color is #A19387.

Opacity

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

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

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

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

This text has shadow with #A19387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19387.

Preview

Color preview on black background

This text has color #A19387 on black background.


Color preview on white background

This text has color #A19387 on white background.


Black color preview on #A19387 background

This text has black color on #A19387 background.


White color preview on #A19387 background

This text has white color on #A19387 background.


Related colors

Complementary color

Complementary color for #hex is #5E6C78.


I love getcolorcode.com

Triadic colors

1 #87A193 and #9387A1 with #A19387 are triadic colors.

2 #8793A1 and #93A187 with #A19387 are triadic colors.