COLOR #A19889

HEX: #A19889
RGB: (161,152,137)

Color info

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

RGB color model

#A19889 color RGB value is (161,152,137).

  • red value is 161;
  • green value is 152;
  • blue value is 137.
RGB:
(161,152,137)
(63%,60%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 137 of 255 = 54%

161
152
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 152 + 137 = 450 (100%)
R 161 of 450 ~ 35.78%
G 152 of 450 ~ 33.78%
B 137 of 450 ~ 30.44%

%35.78
%33.78
%30.44

CMYK color model

#A19889 color CMYK value is (0,6,15,37).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,6,15,37)
C0M6Y15K37 
(0%,6%,15%,37%)
(0.00/0.06/0.15/0.37)	

CMYK percentages

%0
%5.59
%14.91
%36.86

Codes

Color #A19889 in popluar color models

A19889
RGB161152137
HSL38°11.32%58.43%
HSB/HSV38°14.91%63.14%
CMYK0.00%5.59%14.91%
36.86%

Color #A19889 in popluar number systems.

HEXA19889
Decimal161152137
Binary101000011001100010001001
Octal241230211

Shades and tints

Shades of #A19889

#A19889
(161,152,137)
#938B7D
(147,139,125)
#857E71
(133,126,113)
#777165
(119,113,101)
#696459
(105,100,89)
#5B574D
(91,87,77)
#4D4A41
(77,74,65)
#3F3D35
(63,61,53)
#313029
(49,48,41)
#23231D
(35,35,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A19889

#A19889
(161,152,137)
#A9A193
(169,161,147)
#B1AA9D
(177,170,157)
#B9B3A7
(185,179,167)
#C1BCB1
(193,188,177)
#C9C5BB
(201,197,187)
#D1CEC5
(209,206,197)
#D9D7CF
(217,215,207)
#E1E0D9
(225,224,217)
#E9E9E3
(233,233,227)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19889 color. Also use rgb(161,152,137) instead hex code.

Text Font Color

.myTextColor { color: #A19889; }

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

This text font color is #A19889.


Background Color

.myBgColor { background-color: #A19889; }

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

This div background color is #A19889.


Border color

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

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

This div border color is #A19889.


Opacity

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

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

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

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

This text has shadow with #A19889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19889 on black background.


Color preview on white background

This text has color #A19889 on white background.



Black color preview on #A19889 background

This text has black color on #A19889 background.


White color preview on #A19889 background

This text has white color on #A19889 background.