COLOR #A18C94

HEX: #A18C94 RGB: (161,140,148)

Color info

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

RGB color model

#A18C94 color RGB value is (161,140,148).

RGB: (161,140,148) (63%, 55%, 58%)

RGB channels and saturation

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

161
140
148

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

Portions of RGB colors in percentages

R + G + B = 161 + 140 + 148 = 449 (100%)
R 161 of 449 ~ 35.86%
G 140 of 449 ~ 31.18%
B 148 of 449 ~ 32.96'%

%35.86
%31.18
%32.96

CMYK color model

#A18C94 color CMYK value is (0,13,8,37).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 8.07%
  • key color value is 36.86%

CMYK: (0,13,8,37)
C0M13Y8K37 (0%, 13%, 8%, 37%)
(0.00 / 0.13 / 0.08 / 0.37)

CMYK percentages

%0
%13.04
%8.07
%36.86

Codes

Color #A18C94 in popluar color models

A1 8C 94
RGB 161 140 148
HSL 337° 10.05% 59.02%
HSB/HSV 337° 13.04% 63.14%
CMYK 0.00% 13.04% 8.07%
36.86%

Color #A18C94 in popluar number systems.

HEX A1 8C 94
Decimal 161 140 148
Binary 10100001 10001100 10010100
Octal 241 214 224

Shades and tints

Shades of #A18C94

#A18C94
(161,140,148)
#938087
(147,128,135)
#85747A
(133,116,122)
#77686D
(119,104,109)
#695C60
(105,92,96)
#5B5053
(91,80,83)
#4D4446
(77,68,70)
#3F3839
(63,56,57)
#312C2C
(49,44,44)
#23201F
(35,32,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #A18C94

#A18C94
(161,140,148)
#A9969D
(169,150,157)
#B1A0A6
(177,160,166)
#B9AAAF
(185,170,175)
#C1B4B8
(193,180,184)
#C9BEC1
(201,190,193)
#D1C8CA
(209,200,202)
#D9D2D3
(217,210,211)
#E1DCDC
(225,220,220)
#E9E6E5
(233,230,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18C94; }

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

This text font color is #A18C94.

Background Color

.myBgColor { background-color: #A18C94; }

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

This div background color is #A18C94.

Border color

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

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

This div border color is #A18C94.

Opacity

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

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

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

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

This text has shadow with #A18C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18C94.

Preview

Color preview on black background

This text has color #A18C94 on black background.


Color preview on white background

This text has color #A18C94 on white background.


Black color preview on #A18C94 background

This text has black color on #A18C94 background.


White color preview on #A18C94 background

This text has white color on #A18C94 background.


Related colors

Complementary color

Complementary color for #hex is #5E736B.


I love getcolorcode.com

Triadic colors

1 #94A18C and #8C94A1 with #A18C94 are triadic colors.

2 #948CA1 and #8CA194 with #A18C94 are triadic colors.