COLOR #A19888

HEX: #A19888 RGB: (161,152,136)

Color info

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

RGB color model

#A19888 color RGB value is (161,152,136).

RGB: (161,152,136) (63%, 60%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 136 of 255 = 53%

161
152
136

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

Portions of RGB colors in percentages

R + G + B = 161 + 152 + 136 = 449 (100%)
R 161 of 449 ~ 35.86%
G 152 of 449 ~ 33.85%
B 136 of 449 ~ 30.29'%

%35.86
%33.85
%30.29

CMYK color model

#A19888 color CMYK value is (0,6,16,37).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 15.53%
  • key color value is 36.86%

CMYK: (0,6,16,37)
C0M6Y16K37 (0%, 6%, 16%, 37%)
(0.00 / 0.06 / 0.16 / 0.37)

CMYK percentages

%0
%5.59
%15.53
%36.86

Codes

Color #A19888 in popluar color models

A1 98 88
RGB 161 152 136
HSL 38° 11.74% 58.24%
HSB/HSV 38° 15.53% 63.14%
CMYK 0.00% 5.59% 15.53%
36.86%

Color #A19888 in popluar number systems.

HEX A1 98 88
Decimal 161 152 136
Binary 10100001 10011000 10001000
Octal 241 230 210

Shades and tints

Shades of #A19888

#A19888
(161,152,136)
#938B7C
(147,139,124)
#857E70
(133,126,112)
#777164
(119,113,100)
#696458
(105,100,88)
#5B574C
(91,87,76)
#4D4A40
(77,74,64)
#3F3D34
(63,61,52)
#313028
(49,48,40)
#23231C
(35,35,28)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #A19888

#A19888
(161,152,136)
#A9A192
(169,161,146)
#B1AA9C
(177,170,156)
#B9B3A6
(185,179,166)
#C1BCB0
(193,188,176)
#C9C5BA
(201,197,186)
#D1CEC4
(209,206,196)
#D9D7CE
(217,215,206)
#E1E0D8
(225,224,216)
#E9E9E2
(233,233,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19888; }

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

This text font color is #A19888.

Background Color

.myBgColor { background-color: #A19888; }

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

This div background color is #A19888.

Border color

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

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

This div border color is #A19888.

Opacity

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

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

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

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

This text has shadow with #A19888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19888.

Preview

Color preview on black background

This text has color #A19888 on black background.


Color preview on white background

This text has color #A19888 on white background.


Black color preview on #A19888 background

This text has black color on #A19888 background.


White color preview on #A19888 background

This text has white color on #A19888 background.


Related colors

Complementary color

Complementary color for #hex is #5E6777.


I love getcolorcode.com

Triadic colors

1 #88A198 and #9888A1 with #A19888 are triadic colors.

2 #8898A1 and #98A188 with #A19888 are triadic colors.