COLOR #A1838C

HEX: #A1838C
RGB: (161,131,140)

Color info

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

RGB color model

#A1838C color RGB value is (161,131,140).

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

RGB channels and saturation

R 161 of 255 = 63%
G 131 of 255 = 51%
B 140 of 255 = 55%

161
131
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 131 + 140 = 432 (100%)
R 161 of 432 ~ 37.27%
G 131 of 432 ~ 30.32%
B 140 of 432 ~ 32.41%

%37.27
%30.32
%32.41

CMYK color model

#A1838C color CMYK value is (0,19,13,37).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(0,19,13,37)
C0M19Y13K37 
(0%,19%,13%,37%)
(0.00/0.19/0.13/0.37)	

CMYK percentages

%0
%18.63
%13.04
%36.86

Codes

Color #A1838C in popluar color models

A1838C
RGB161131140
HSL342°13.76%57.25%
HSB/HSV342°18.63%63.14%
CMYK0.00%18.63%13.04%
36.86%

Color #A1838C in popluar number systems.

HEXA1838C
Decimal161131140
Binary101000011000001110001100
Octal241203214

Shades and tints

Shades of #A1838C

#A1838C
(161,131,140)
#937880
(147,120,128)
#856D74
(133,109,116)
#776268
(119,98,104)
#69575C
(105,87,92)
#5B4C50
(91,76,80)
#4D4144
(77,65,68)
#3F3638
(63,54,56)
#312B2C
(49,43,44)
#232020
(35,32,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #A1838C

#A1838C
(161,131,140)
#A98E96
(169,142,150)
#B199A0
(177,153,160)
#B9A4AA
(185,164,170)
#C1AFB4
(193,175,180)
#C9BABE
(201,186,190)
#D1C5C8
(209,197,200)
#D9D0D2
(217,208,210)
#E1DBDC
(225,219,220)
#E9E6E6
(233,230,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1838C; }

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

This text font color is #A1838C.


Background Color

.myBgColor { background-color: #A1838C; }

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

This div background color is #A1838C.


Border color

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

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

This div border color is #A1838C.


Opacity

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

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

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

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

This text has shadow with #A1838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1838C on black background.


Color preview on white background

This text has color #A1838C on white background.



Black color preview on #A1838C background

This text has black color on #A1838C background.


White color preview on #A1838C background

This text has white color on #A1838C background.