COLOR #A18193

HEX: #A18193
RGB: (161,129,147)

Color info

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

RGB color model

#A18193 color RGB value is (161,129,147).

  • red value is 161;
  • green value is 129;
  • blue value is 147.
RGB:
(161,129,147)
(63%,51%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 147 of 255 = 58%

161
129
147

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 147 = 437 (100%)
R 161 of 437 ~ 36.84%
G 129 of 437 ~ 29.52%
B 147 of 437 ~ 33.64%

%36.84
%29.52
%33.64

CMYK color model

#A18193 color CMYK value is (0,20,9,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 8.70%
  • key color value is 36.86%
CMYK:
(0,20,9,37)
C0M20Y9K37 
(0%,20%,9%,37%)
(0.00/0.20/0.09/0.37)	

CMYK percentages

%0
%19.88
%8.7
%36.86

Codes

Color #A18193 in popluar color models

A18193
RGB161129147
HSL326°14.55%56.86%
HSB/HSV326°19.88%63.14%
CMYK0.00%19.88%8.70%
36.86%

Color #A18193 in popluar number systems.

HEXA18193
Decimal161129147
Binary101000011000000110010011
Octal241201223

Shades and tints

Shades of #A18193

#A18193
(161,129,147)
#937686
(147,118,134)
#856B79
(133,107,121)
#77606C
(119,96,108)
#69555F
(105,85,95)
#5B4A52
(91,74,82)
#4D3F45
(77,63,69)
#3F3438
(63,52,56)
#31292B
(49,41,43)
#231E1E
(35,30,30)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A18193

#A18193
(161,129,147)
#A98C9C
(169,140,156)
#B197A5
(177,151,165)
#B9A2AE
(185,162,174)
#C1ADB7
(193,173,183)
#C9B8C0
(201,184,192)
#D1C3C9
(209,195,201)
#D9CED2
(217,206,210)
#E1D9DB
(225,217,219)
#E9E4E4
(233,228,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18193 color. Also use rgb(161,129,147) instead hex code.

Text Font Color

.myTextColor { color: #A18193; }

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

This text font color is #A18193.


Background Color

.myBgColor { background-color: #A18193; }

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

This div background color is #A18193.


Border color

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

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

This div border color is #A18193.


Opacity

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

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

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

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

This text has shadow with #A18193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18193 on black background.


Color preview on white background

This text has color #A18193 on white background.



Black color preview on #A18193 background

This text has black color on #A18193 background.


White color preview on #A18193 background

This text has white color on #A18193 background.