COLOR #A18C93

HEX: #A18C93 RGB: (161,140,147)

Color info

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

RGB color model

#A18C93 color RGB value is (161,140,147).

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

RGB channels and saturation

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

161
140
147

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

Portions of RGB colors in percentages

R + G + B = 161 + 140 + 147 = 448 (100%)
R 161 of 448 ~ 35.94%
G 140 of 448 ~ 31.25%
B 147 of 448 ~ 32.81'%

%35.94
%31.25
%32.81

CMYK color model

#A18C93 color CMYK value is (0,13,9,37).

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

CMYK: (0,13,9,37)
C0M13Y9K37 (0%, 13%, 9%, 37%)
(0.00 / 0.13 / 0.09 / 0.37)

CMYK percentages

%0
%13.04
%8.7
%36.86

Codes

Color #A18C93 in popluar color models

A1 8C 93
RGB 161 140 147
HSL 340° 10.05% 59.02%
HSB/HSV 340° 13.04% 63.14%
CMYK 0.00% 13.04% 8.70%
36.86%

Color #A18C93 in popluar number systems.

HEX A1 8C 93
Decimal 161 140 147
Binary 10100001 10001100 10010011
Octal 241 214 223

Shades and tints

Shades of #A18C93

#A18C93
(161,140,147)
#938086
(147,128,134)
#857479
(133,116,121)
#77686C
(119,104,108)
#695C5F
(105,92,95)
#5B5052
(91,80,82)
#4D4445
(77,68,69)
#3F3838
(63,56,56)
#312C2B
(49,44,43)
#23201E
(35,32,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A18C93

#A18C93
(161,140,147)
#A9969C
(169,150,156)
#B1A0A5
(177,160,165)
#B9AAAE
(185,170,174)
#C1B4B7
(193,180,183)
#C9BEC0
(201,190,192)
#D1C8C9
(209,200,201)
#D9D2D2
(217,210,210)
#E1DCDB
(225,220,219)
#E9E6E4
(233,230,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18C93; }

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

This text font color is #A18C93.

Background Color

.myBgColor { background-color: #A18C93; }

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

This div background color is #A18C93.

Border color

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

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

This div border color is #A18C93.

Opacity

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

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

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

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

This text has shadow with #A18C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18C93.

Preview

Color preview on black background

This text has color #A18C93 on black background.


Color preview on white background

This text has color #A18C93 on white background.


Black color preview on #A18C93 background

This text has black color on #A18C93 background.


White color preview on #A18C93 background

This text has white color on #A18C93 background.


Related colors

Complementary color

Complementary color for #hex is #5E736C.


I love getcolorcode.com

Triadic colors

1 #93A18C and #8C93A1 with #A18C93 are triadic colors.

2 #938CA1 and #8CA193 with #A18C93 are triadic colors.