COLOR #A18D98

HEX: #A18D98
RGB: (161,141,152)

Color info

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

RGB color model

#A18D98 color RGB value is (161,141,152).

  • red value is 161;
  • green value is 141;
  • blue value is 152.
RGB:
(161,141,152)
(63%,55%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 152 of 255 = 60%

161
141
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 152 = 454 (100%)
R 161 of 454 ~ 35.46%
G 141 of 454 ~ 31.06%
B 152 of 454 ~ 33.48%

%35.46
%31.06
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.42%
  • 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
%12.42
%5.59
%36.86

Codes

Color #A18D98 in popluar color models

A18D98
RGB161141152
HSL327°9.62%59.22%
HSB/HSV327°12.42%63.14%
CMYK0.00%12.42%5.59%
36.86%

Color #A18D98 in popluar number systems.

HEXA18D98
Decimal161141152
Binary101000011000110110011000
Octal241215230

Shades and tints

Shades of #A18D98

#A18D98
(161,141,152)
#93818B
(147,129,139)
#85757E
(133,117,126)
#776971
(119,105,113)
#695D64
(105,93,100)
#5B5157
(91,81,87)
#4D454A
(77,69,74)
#3F393D
(63,57,61)
#312D30
(49,45,48)
#232123
(35,33,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #A18D98

#A18D98
(161,141,152)
#A997A1
(169,151,161)
#B1A1AA
(177,161,170)
#B9ABB3
(185,171,179)
#C1B5BC
(193,181,188)
#C9BFC5
(201,191,197)
#D1C9CE
(209,201,206)
#D9D3D7
(217,211,215)
#E1DDE0
(225,221,224)
#E9E7E9
(233,231,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D98; }

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

This text font color is #A18D98.


Background Color

.myBgColor { background-color: #A18D98; }

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

This div background color is #A18D98.


Border color

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

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

This div border color is #A18D98.


Opacity

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

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

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

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

This text has shadow with #A18D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D98 on black background.


Color preview on white background

This text has color #A18D98 on white background.



Black color preview on #A18D98 background

This text has black color on #A18D98 background.


White color preview on #A18D98 background

This text has white color on #A18D98 background.