COLOR #A1898D

HEX: #A1898D RGB: (161,137,141)

Color info

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

RGB color model

#A1898D color RGB value is (161,137,141).

RGB: (161,137,141) (63%, 54%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 141 of 255 = 55%

161
137
141

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

Portions of RGB colors in percentages

R + G + B = 161 + 137 + 141 = 439 (100%)
R 161 of 439 ~ 36.67%
G 137 of 439 ~ 31.21%
B 141 of 439 ~ 32.12'%

%36.67
%31.21
%32.12

CMYK color model

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

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

Codes

Color #A1898D in popluar color models

A1 89 8D
RGB 161 137 141
HSL 350° 11.32% 58.43%
HSB/HSV 350° 14.91% 63.14%
CMYK 0.00% 14.91% 12.42%
36.86%

Color #A1898D in popluar number systems.

HEX A1 89 8D
Decimal 161 137 141
Binary 10100001 10001001 10001101
Octal 241 211 215

Shades and tints

Shades of #A1898D

#A1898D
(161,137,141)
#937D81
(147,125,129)
#857175
(133,113,117)
#776569
(119,101,105)
#69595D
(105,89,93)
#5B4D51
(91,77,81)
#4D4145
(77,65,69)
#3F3539
(63,53,57)
#31292D
(49,41,45)
#231D21
(35,29,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1898D

#A1898D
(161,137,141)
#A99397
(169,147,151)
#B19DA1
(177,157,161)
#B9A7AB
(185,167,171)
#C1B1B5
(193,177,181)
#C9BBBF
(201,187,191)
#D1C5C9
(209,197,201)
#D9CFD3
(217,207,211)
#E1D9DD
(225,217,221)
#E9E3E7
(233,227,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1898D; }

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

This text font color is #A1898D.

Background Color

.myBgColor { background-color: #A1898D; }

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

This div background color is #A1898D.

Border color

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

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

This div border color is #A1898D.

Opacity

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

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

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

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

This text has shadow with #A1898D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1898D.

Preview

Color preview on black background

This text has color #A1898D on black background.


Color preview on white background

This text has color #A1898D on white background.


Black color preview on #A1898D background

This text has black color on #A1898D background.


White color preview on #A1898D background

This text has white color on #A1898D background.


Related colors

Complementary color

Complementary color for #hex is #5E7672.


I love getcolorcode.com

Triadic colors

1 #8DA189 and #898DA1 with #A1898D are triadic colors.

2 #8D89A1 and #89A18D with #A1898D are triadic colors.