COLOR #A18A9B

HEX: #A18A9B RGB: (161,138,155)

Color info

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

RGB color model

#A18A9B color RGB value is (161,138,155).

RGB: (161,138,155) (63%, 54%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 155 of 255 = 61%

161
138
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 155 = 454 (100%)
R 161 of 454 ~ 35.46%
G 138 of 454 ~ 30.4%
B 155 of 454 ~ 34.14'%

%35.46
%30.4
%34.14

CMYK color model

#A18A9B color CMYK value is (0,14,4,37).

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

CMYK: (0,14,4,37)
C0M14Y4K37 (0%, 14%, 4%, 37%)
(0.00 / 0.14 / 0.04 / 0.37)

CMYK percentages

%0
%14.29
%3.73
%36.86

Codes

Color #A18A9B in popluar color models

A1 8A 9B
RGB 161 138 155
HSL 316° 10.90% 58.63%
HSB/HSV 316° 14.29% 63.14%
CMYK 0.00% 14.29% 3.73%
36.86%

Color #A18A9B in popluar number systems.

HEX A1 8A 9B
Decimal 161 138 155
Binary 10100001 10001010 10011011
Octal 241 212 233

Shades and tints

Shades of #A18A9B

#A18A9B
(161,138,155)
#937E8D
(147,126,141)
#85727F
(133,114,127)
#776671
(119,102,113)
#695A63
(105,90,99)
#5B4E55
(91,78,85)
#4D4247
(77,66,71)
#3F3639
(63,54,57)
#312A2B
(49,42,43)
#231E1D
(35,30,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A18A9B

#A18A9B
(161,138,155)
#A994A4
(169,148,164)
#B19EAD
(177,158,173)
#B9A8B6
(185,168,182)
#C1B2BF
(193,178,191)
#C9BCC8
(201,188,200)
#D1C6D1
(209,198,209)
#D9D0DA
(217,208,218)
#E1DAE3
(225,218,227)
#E9E4EC
(233,228,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18A9B; }

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

This text font color is #A18A9B.

Background Color

.myBgColor { background-color: #A18A9B; }

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

This div background color is #A18A9B.

Border color

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

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

This div border color is #A18A9B.

Opacity

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

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

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

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

This text has shadow with #A18A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18A9B.

Preview

Color preview on black background

This text has color #A18A9B on black background.


Color preview on white background

This text has color #A18A9B on white background.


Black color preview on #A18A9B background

This text has black color on #A18A9B background.


White color preview on #A18A9B background

This text has white color on #A18A9B background.


Related colors

Complementary color

Complementary color for #hex is #5E7564.


I love getcolorcode.com

Triadic colors

1 #9BA18A and #8A9BA1 with #A18A9B are triadic colors.

2 #9B8AA1 and #8AA19B with #A18A9B are triadic colors.