COLOR #A18E98

HEX: #A18E98 RGB: (161,142,152)

Color info

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

RGB color model

#A18E98 color RGB value is (161,142,152).

RGB: (161,142,152) (63%, 56%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 152 of 255 = 60%

161
142
152

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

Portions of RGB colors in percentages

R + G + B = 161 + 142 + 152 = 455 (100%)
R 161 of 455 ~ 35.38%
G 142 of 455 ~ 31.21%
B 152 of 455 ~ 33.41'%

%35.38
%31.21
%33.41

CMYK color model

#A18E98 color CMYK value is (0,12,6,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 5.59%
  • key color value is 36.86%

CMYK: (0,12,6,37)
C0M12Y6K37 (0%, 12%, 6%, 37%)
(0.00 / 0.12 / 0.06 / 0.37)

CMYK percentages

%0
%11.8
%5.59
%36.86

Codes

Color #A18E98 in popluar color models

A1 8E 98
RGB 161 142 152
HSL 328° 9.18% 59.41%
HSB/HSV 328° 11.80% 63.14%
CMYK 0.00% 11.80% 5.59%
36.86%

Color #A18E98 in popluar number systems.

HEX A1 8E 98
Decimal 161 142 152
Binary 10100001 10001110 10011000
Octal 241 216 230

Shades and tints

Shades of #A18E98

#A18E98
(161,142,152)
#93828B
(147,130,139)
#85767E
(133,118,126)
#776A71
(119,106,113)
#695E64
(105,94,100)
#5B5257
(91,82,87)
#4D464A
(77,70,74)
#3F3A3D
(63,58,61)
#312E30
(49,46,48)
#232223
(35,34,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A18E98

#A18E98
(161,142,152)
#A998A1
(169,152,161)
#B1A2AA
(177,162,170)
#B9ACB3
(185,172,179)
#C1B6BC
(193,182,188)
#C9C0C5
(201,192,197)
#D1CACE
(209,202,206)
#D9D4D7
(217,212,215)
#E1DEE0
(225,222,224)
#E9E8E9
(233,232,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18E98 color. Also use rgb(161,142,152) instead hex code.

Text Font Color

.myTextColor { color: #A18E98; }

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

This text font color is #A18E98.

Background Color

.myBgColor { background-color: #A18E98; }

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

This div background color is #A18E98.

Border color

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

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

This div border color is #A18E98.

Opacity

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

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

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

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

This text has shadow with #A18E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18E98.

Preview

Color preview on black background

This text has color #A18E98 on black background.


Color preview on white background

This text has color #A18E98 on white background.


Black color preview on #A18E98 background

This text has black color on #A18E98 background.


White color preview on #A18E98 background

This text has white color on #A18E98 background.


Related colors

Complementary color

Complementary color for #hex is #5E7167.


I love getcolorcode.com

Triadic colors

1 #98A18E and #8E98A1 with #A18E98 are triadic colors.

2 #988EA1 and #8EA198 with #A18E98 are triadic colors.