COLOR #A19E8C

HEX: #A19E8C
RGB: (161,158,140)

Color info

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

RGB color model

#A19E8C color RGB value is (161,158,140).

  • red value is 161;
  • green value is 158;
  • blue value is 140.
RGB:
(161,158,140)
(63%,62%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 158 of 255 = 62%
B 140 of 255 = 55%

161
158
140

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

Portions of RGB colors in percentages

R + G + B =
161 + 158 + 140 = 459 (100%)
R 161 of 459 ~ 35.08%
G 158 of 459 ~ 34.42%
B 140 of 459 ~ 30.5%

%35.08
%34.42
%30.5

CMYK color model

#A19E8C color CMYK value is (0,2,13,37).

  • cyan value is 0.00%
  • magenta value is 1.86%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(0,2,13,37)
C0M2Y13K37 
(0%,2%,13%,37%)
(0.00/0.02/0.13/0.37)	

CMYK percentages

%0
%1.86
%13.04
%36.86

Codes

Color #A19E8C in popluar color models

A19E8C
RGB161158140
HSL51°10.05%59.02%
HSB/HSV51°13.04%63.14%
CMYK0.00%1.86%13.04%
36.86%

Color #A19E8C in popluar number systems.

HEXA19E8C
Decimal161158140
Binary101000011001111010001100
Octal241236214

Shades and tints

Shades of #A19E8C

#A19E8C
(161,158,140)
#939080
(147,144,128)
#858274
(133,130,116)
#777468
(119,116,104)
#69665C
(105,102,92)
#5B5850
(91,88,80)
#4D4A44
(77,74,68)
#3F3C38
(63,60,56)
#312E2C
(49,46,44)
#232020
(35,32,32)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #A19E8C

#A19E8C
(161,158,140)
#A9A696
(169,166,150)
#B1AEA0
(177,174,160)
#B9B6AA
(185,182,170)
#C1BEB4
(193,190,180)
#C9C6BE
(201,198,190)
#D1CEC8
(209,206,200)
#D9D6D2
(217,214,210)
#E1DEDC
(225,222,220)
#E9E6E6
(233,230,230)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19E8C; }

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

This text font color is #A19E8C.


Background Color

.myBgColor { background-color: #A19E8C; }

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

This div background color is #A19E8C.


Border color

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

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

This div border color is #A19E8C.


Opacity

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

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

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

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

This text has shadow with #A19E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19E8C on black background.


Color preview on white background

This text has color #A19E8C on white background.



Black color preview on #A19E8C background

This text has black color on #A19E8C background.


White color preview on #A19E8C background

This text has white color on #A19E8C background.