COLOR #A18D94

HEX: #A18D94
RGB: (161,141,148)

Color info

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

RGB color model

#A18D94 color RGB value is (161,141,148).

  • red value is 161;
  • green value is 141;
  • blue value is 148.
RGB:
(161,141,148)
(63%,55%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 148 of 255 = 58%

161
141
148

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 148 = 450 (100%)
R 161 of 450 ~ 35.78%
G 141 of 450 ~ 31.33%
B 148 of 450 ~ 32.89%

%35.78
%31.33
%32.89

CMYK color model

#A18D94 color CMYK value is (0,12,8,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 8.07%
  • key color value is 36.86%
CMYK:
(0,12,8,37)
C0M12Y8K37 
(0%,12%,8%,37%)
(0.00/0.12/0.08/0.37)	

CMYK percentages

%0
%12.42
%8.07
%36.86

Codes

Color #A18D94 in popluar color models

A18D94
RGB161141148
HSL339°9.62%59.22%
HSB/HSV339°12.42%63.14%
CMYK0.00%12.42%8.07%
36.86%

Color #A18D94 in popluar number systems.

HEXA18D94
Decimal161141148
Binary101000011000110110010100
Octal241215224

Shades and tints

Shades of #A18D94

#A18D94
(161,141,148)
#938187
(147,129,135)
#85757A
(133,117,122)
#77696D
(119,105,109)
#695D60
(105,93,96)
#5B5153
(91,81,83)
#4D4546
(77,69,70)
#3F3939
(63,57,57)
#312D2C
(49,45,44)
#23211F
(35,33,31)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A18D94

#A18D94
(161,141,148)
#A9979D
(169,151,157)
#B1A1A6
(177,161,166)
#B9ABAF
(185,171,175)
#C1B5B8
(193,181,184)
#C9BFC1
(201,191,193)
#D1C9CA
(209,201,202)
#D9D3D3
(217,211,211)
#E1DDDC
(225,221,220)
#E9E7E5
(233,231,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D94; }

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

This text font color is #A18D94.


Background Color

.myBgColor { background-color: #A18D94; }

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

This div background color is #A18D94.


Border color

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

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

This div border color is #A18D94.


Opacity

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

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

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

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

This text has shadow with #A18D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D94 on black background.


Color preview on white background

This text has color #A18D94 on white background.



Black color preview on #A18D94 background

This text has black color on #A18D94 background.


White color preview on #A18D94 background

This text has white color on #A18D94 background.