COLOR #A1898E

HEX: #A1898E RGB: (161,137,142)

Color info

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

RGB color model

#A1898E color RGB value is (161,137,142).

RGB: (161,137,142) (63%, 54%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 142 of 255 = 56%

161
137
142

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

Portions of RGB colors in percentages

R + G + B = 161 + 137 + 142 = 440 (100%)
R 161 of 440 ~ 36.59%
G 137 of 440 ~ 31.14%
B 142 of 440 ~ 32.27'%

%36.59
%31.14
%32.27

CMYK color model

#A1898E color CMYK value is (0,15,12,37).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 11.80%
  • key color value is 36.86%

CMYK: (0,15,12,37)
C0M15Y12K37 (0%, 15%, 12%, 37%)
(0.00 / 0.15 / 0.12 / 0.37)

CMYK percentages

%0
%14.91
%11.8
%36.86

Codes

Color #A1898E in popluar color models

A1 89 8E
RGB 161 137 142
HSL 348° 11.32% 58.43%
HSB/HSV 348° 14.91% 63.14%
CMYK 0.00% 14.91% 11.80%
36.86%

Color #A1898E in popluar number systems.

HEX A1 89 8E
Decimal 161 137 142
Binary 10100001 10001001 10001110
Octal 241 211 216

Shades and tints

Shades of #A1898E

#A1898E
(161,137,142)
#937D82
(147,125,130)
#857176
(133,113,118)
#77656A
(119,101,106)
#69595E
(105,89,94)
#5B4D52
(91,77,82)
#4D4146
(77,65,70)
#3F353A
(63,53,58)
#31292E
(49,41,46)
#231D22
(35,29,34)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #A1898E

#A1898E
(161,137,142)
#A99398
(169,147,152)
#B19DA2
(177,157,162)
#B9A7AC
(185,167,172)
#C1B1B6
(193,177,182)
#C9BBC0
(201,187,192)
#D1C5CA
(209,197,202)
#D9CFD4
(217,207,212)
#E1D9DE
(225,217,222)
#E9E3E8
(233,227,232)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1898E; }

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

This text font color is #A1898E.

Background Color

.myBgColor { background-color: #A1898E; }

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

This div background color is #A1898E.

Border color

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

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

This div border color is #A1898E.

Opacity

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

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

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

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

This text has shadow with #A1898E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1898E.

Preview

Color preview on black background

This text has color #A1898E on black background.


Color preview on white background

This text has color #A1898E on white background.


Black color preview on #A1898E background

This text has black color on #A1898E background.


White color preview on #A1898E background

This text has white color on #A1898E background.


Related colors

Complementary color

Complementary color for #hex is #5E7671.


I love getcolorcode.com

Triadic colors

1 #8EA189 and #898EA1 with #A1898E are triadic colors.

2 #8E89A1 and #89A18E with #A1898E are triadic colors.