COLOR #A18E8E

HEX: #A18E8E
RGB: (161,142,142)

Color info

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

RGB color model

#A18E8E color RGB value is (161,142,142).

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

RGB channels and saturation

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

161
142
142

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 142 = 445 (100%)
R 161 of 445 ~ 36.18%
G 142 of 445 ~ 31.91%
B 142 of 445 ~ 31.91%

%36.18
%31.91
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK:
(0,12,12,37)
C0M12Y12K37 
(0%,12%,12%,37%)
(0.00/0.12/0.12/0.37)	

CMYK percentages

%0
%11.8
%11.8
%36.86

Codes

Color #A18E8E in popluar color models

A18E8E
RGB161142142
HSL9.18%59.41%
HSB/HSV11.80%63.14%
CMYK0.00%11.80%11.80%
36.86%

Color #A18E8E in popluar number systems.

HEXA18E8E
Decimal161142142
Binary101000011000111010001110
Octal241216216

Shades and tints

Shades of #A18E8E

#A18E8E
(161,142,142)
#938282
(147,130,130)
#857676
(133,118,118)
#776A6A
(119,106,106)
#695E5E
(105,94,94)
#5B5252
(91,82,82)
#4D4646
(77,70,70)
#3F3A3A
(63,58,58)
#312E2E
(49,46,46)
#232222
(35,34,34)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A18E8E

#A18E8E
(161,142,142)
#A99898
(169,152,152)
#B1A2A2
(177,162,162)
#B9ACAC
(185,172,172)
#C1B6B6
(193,182,182)
#C9C0C0
(201,192,192)
#D1CACA
(209,202,202)
#D9D4D4
(217,212,212)
#E1DEDE
(225,222,222)
#E9E8E8
(233,232,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E8E; }

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

This text font color is #A18E8E.


Background Color

.myBgColor { background-color: #A18E8E; }

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

This div background color is #A18E8E.


Border color

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

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

This div border color is #A18E8E.


Opacity

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

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

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

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

This text has shadow with #A18E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E8E on black background.


Color preview on white background

This text has color #A18E8E on white background.



Black color preview on #A18E8E background

This text has black color on #A18E8E background.


White color preview on #A18E8E background

This text has white color on #A18E8E background.