COLOR #A1988C

HEX: #A1988C
RGB: (161,152,140)

Color info

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

RGB color model

#A1988C color RGB value is (161,152,140).

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

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 140 of 255 = 55%

161
152
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 152 + 140 = 453 (100%)
R 161 of 453 ~ 35.54%
G 152 of 453 ~ 33.55%
B 140 of 453 ~ 30.91%

%35.54
%33.55
%30.91

CMYK color model

#A1988C color CMYK value is (0,6,13,37).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(0,6,13,37)
C0M6Y13K37 
(0%,6%,13%,37%)
(0.00/0.06/0.13/0.37)	

CMYK percentages

%0
%5.59
%13.04
%36.86

Codes

Color #A1988C in popluar color models

A1988C
RGB161152140
HSL34°10.05%59.02%
HSB/HSV34°13.04%63.14%
CMYK0.00%5.59%13.04%
36.86%

Color #A1988C in popluar number systems.

HEXA1988C
Decimal161152140
Binary101000011001100010001100
Octal241230214

Shades and tints

Shades of #A1988C

#A1988C
(161,152,140)
#938B80
(147,139,128)
#857E74
(133,126,116)
#777168
(119,113,104)
#69645C
(105,100,92)
#5B5750
(91,87,80)
#4D4A44
(77,74,68)
#3F3D38
(63,61,56)
#31302C
(49,48,44)
#232320
(35,35,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #A1988C

#A1988C
(161,152,140)
#A9A196
(169,161,150)
#B1AAA0
(177,170,160)
#B9B3AA
(185,179,170)
#C1BCB4
(193,188,180)
#C9C5BE
(201,197,190)
#D1CEC8
(209,206,200)
#D9D7D2
(217,215,210)
#E1E0DC
(225,224,220)
#E9E9E6
(233,233,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1988C; }

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

This text font color is #A1988C.


Background Color

.myBgColor { background-color: #A1988C; }

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

This div background color is #A1988C.


Border color

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

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

This div border color is #A1988C.


Opacity

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

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

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

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

This text has shadow with #A1988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1988C on black background.


Color preview on white background

This text has color #A1988C on white background.



Black color preview on #A1988C background

This text has black color on #A1988C background.


White color preview on #A1988C background

This text has white color on #A1988C background.