COLOR #A1988F

HEX: #A1988F RGB: (161,152,143)

Color info

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

RGB color model

#A1988F color RGB value is (161,152,143).

RGB: (161,152,143) (63%, 60%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 143 of 255 = 56%

161
152
143

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

Portions of RGB colors in percentages

R + G + B = 161 + 152 + 143 = 456 (100%)
R 161 of 456 ~ 35.31%
G 152 of 456 ~ 33.33%
B 143 of 456 ~ 31.36'%

%35.31
%33.33
%31.36

CMYK color model

#A1988F color CMYK value is (0,6,11,37).

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

CMYK: (0,6,11,37)
C0M6Y11K37 (0%, 6%, 11%, 37%)
(0.00 / 0.06 / 0.11 / 0.37)

CMYK percentages

%0
%5.59
%11.18
%36.86

Codes

Color #A1988F in popluar color models

A1 98 8F
RGB 161 152 143
HSL 30° 8.74% 59.61%
HSB/HSV 30° 11.18% 63.14%
CMYK 0.00% 5.59% 11.18%
36.86%

Color #A1988F in popluar number systems.

HEX A1 98 8F
Decimal 161 152 143
Binary 10100001 10011000 10001111
Octal 241 230 217

Shades and tints

Shades of #A1988F

#A1988F
(161,152,143)
#938B82
(147,139,130)
#857E75
(133,126,117)
#777168
(119,113,104)
#69645B
(105,100,91)
#5B574E
(91,87,78)
#4D4A41
(77,74,65)
#3F3D34
(63,61,52)
#313027
(49,48,39)
#23231A
(35,35,26)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #A1988F

#A1988F
(161,152,143)
#A9A199
(169,161,153)
#B1AAA3
(177,170,163)
#B9B3AD
(185,179,173)
#C1BCB7
(193,188,183)
#C9C5C1
(201,197,193)
#D1CECB
(209,206,203)
#D9D7D5
(217,215,213)
#E1E0DF
(225,224,223)
#E9E9E9
(233,233,233)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1988F; }

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

This text font color is #A1988F.

Background Color

.myBgColor { background-color: #A1988F; }

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

This div background color is #A1988F.

Border color

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

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

This div border color is #A1988F.

Opacity

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

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

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

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

This text has shadow with #A1988F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1988F.

Preview

Color preview on black background

This text has color #A1988F on black background.


Color preview on white background

This text has color #A1988F on white background.


Black color preview on #A1988F background

This text has black color on #A1988F background.


White color preview on #A1988F background

This text has white color on #A1988F background.


Related colors

Complementary color

Complementary color for #hex is #5E6770.


I love getcolorcode.com

Triadic colors

1 #8FA198 and #988FA1 with #A1988F are triadic colors.

2 #8F98A1 and #98A18F with #A1988F are triadic colors.