COLOR #A18F9C

HEX: #A18F9C
RGB: (161,143,156)

Color info

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

RGB color model

#A18F9C color RGB value is (161,143,156).

  • red value is 161;
  • green value is 143;
  • blue value is 156.
RGB:
(161,143,156)
(63%,56%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 143 of 255 = 56%
B 156 of 255 = 61%

161
143
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 143 + 156 = 460 (100%)
R 161 of 460 ~ 35%
G 143 of 460 ~ 31.09%
B 156 of 460 ~ 33.91%

%35
%31.09
%33.91

CMYK color model

#A18F9C color CMYK value is (0,11,3,37).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(0,11,3,37)
C0M11Y3K37 
(0%,11%,3%,37%)
(0.00/0.11/0.03/0.37)	

CMYK percentages

%0
%11.18
%3.11
%36.86

Codes

Color #A18F9C in popluar color models

A18F9C
RGB161143156
HSL317°8.74%59.61%
HSB/HSV317°11.18%63.14%
CMYK0.00%11.18%3.11%
36.86%

Color #A18F9C in popluar number systems.

HEXA18F9C
Decimal161143156
Binary101000011000111110011100
Octal241217234

Shades and tints

Shades of #A18F9C

#A18F9C
(161,143,156)
#93828E
(147,130,142)
#857580
(133,117,128)
#776872
(119,104,114)
#695B64
(105,91,100)
#5B4E56
(91,78,86)
#4D4148
(77,65,72)
#3F343A
(63,52,58)
#31272C
(49,39,44)
#231A1E
(35,26,30)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #A18F9C

#A18F9C
(161,143,156)
#A999A5
(169,153,165)
#B1A3AE
(177,163,174)
#B9ADB7
(185,173,183)
#C1B7C0
(193,183,192)
#C9C1C9
(201,193,201)
#D1CBD2
(209,203,210)
#D9D5DB
(217,213,219)
#E1DFE4
(225,223,228)
#E9E9ED
(233,233,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18F9C color. Also use rgb(161,143,156) instead hex code.

Text Font Color

.myTextColor { color: #A18F9C; }

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

This text font color is #A18F9C.


Background Color

.myBgColor { background-color: #A18F9C; }

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

This div background color is #A18F9C.


Border color

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

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

This div border color is #A18F9C.


Opacity

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

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

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

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

This text has shadow with #A18F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18F9C on black background.


Color preview on white background

This text has color #A18F9C on white background.



Black color preview on #A18F9C background

This text has black color on #A18F9C background.


White color preview on #A18F9C background

This text has white color on #A18F9C background.