COLOR #A18A93

HEX: #A18A93 RGB: (161,138,147)

Color info

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

RGB color model

#A18A93 color RGB value is (161,138,147).

RGB: (161,138,147) (63%, 54%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 147 of 255 = 58%

161
138
147

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 147 = 446 (100%)
R 161 of 446 ~ 36.1%
G 138 of 446 ~ 30.94%
B 147 of 446 ~ 32.96'%

%36.1
%30.94
%32.96

CMYK color model

#A18A93 color CMYK value is (0,14,9,37).

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

CMYK: (0,14,9,37)
C0M14Y9K37 (0%, 14%, 9%, 37%)
(0.00 / 0.14 / 0.09 / 0.37)

CMYK percentages

%0
%14.29
%8.7
%36.86

Codes

Color #A18A93 in popluar color models

A1 8A 93
RGB 161 138 147
HSL 337° 10.90% 58.63%
HSB/HSV 337° 14.29% 63.14%
CMYK 0.00% 14.29% 8.70%
36.86%

Color #A18A93 in popluar number systems.

HEX A1 8A 93
Decimal 161 138 147
Binary 10100001 10001010 10010011
Octal 241 212 223

Shades and tints

Shades of #A18A93

#A18A93
(161,138,147)
#937E86
(147,126,134)
#857279
(133,114,121)
#77666C
(119,102,108)
#695A5F
(105,90,95)
#5B4E52
(91,78,82)
#4D4245
(77,66,69)
#3F3638
(63,54,56)
#312A2B
(49,42,43)
#231E1E
(35,30,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A18A93

#A18A93
(161,138,147)
#A9949C
(169,148,156)
#B19EA5
(177,158,165)
#B9A8AE
(185,168,174)
#C1B2B7
(193,178,183)
#C9BCC0
(201,188,192)
#D1C6C9
(209,198,201)
#D9D0D2
(217,208,210)
#E1DADB
(225,218,219)
#E9E4E4
(233,228,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18A93; }

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

This text font color is #A18A93.

Background Color

.myBgColor { background-color: #A18A93; }

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

This div background color is #A18A93.

Border color

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

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

This div border color is #A18A93.

Opacity

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

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

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

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

This text has shadow with #A18A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18A93.

Preview

Color preview on black background

This text has color #A18A93 on black background.


Color preview on white background

This text has color #A18A93 on white background.


Black color preview on #A18A93 background

This text has black color on #A18A93 background.


White color preview on #A18A93 background

This text has white color on #A18A93 background.


Related colors

Complementary color

Complementary color for #hex is #5E756C.


I love getcolorcode.com

Triadic colors

1 #93A18A and #8A93A1 with #A18A93 are triadic colors.

2 #938AA1 and #8AA193 with #A18A93 are triadic colors.