COLOR #A39E8C

HEX: #A39E8C
RGB: (163,158,140)

Color info

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

RGB color model

#A39E8C color RGB value is (163,158,140).

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

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 140 of 255 = 55%

163
158
140

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

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 140 = 461 (100%)
R 163 of 461 ~ 35.36%
G 158 of 461 ~ 34.27%
B 140 of 461 ~ 30.37%

%35.36
%34.27
%30.37

CMYK color model

#A39E8C color CMYK value is (0,3,14,36).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 14.11%
  • key color value is 36.08%
CMYK:
(0,3,14,36)
C0M3Y14K36 
(0%,3%,14%,36%)
(0.00/0.03/0.14/0.36)	

CMYK percentages

%0
%3.07
%14.11
%36.08

Codes

Color #A39E8C in popluar color models

A39E8C
RGB163158140
HSL47°11.11%59.41%
HSB/HSV47°14.11%63.92%
CMYK0.00%3.07%14.11%
36.08%

Color #A39E8C in popluar number systems.

HEXA39E8C
Decimal163158140
Binary101000111001111010001100
Octal243236214

Shades and tints

Shades of #A39E8C

#A39E8C
(163,158,140)
#959080
(149,144,128)
#878274
(135,130,116)
#797468
(121,116,104)
#6B665C
(107,102,92)
#5D5850
(93,88,80)
#4F4A44
(79,74,68)
#413C38
(65,60,56)
#332E2C
(51,46,44)
#252020
(37,32,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A39E8C

#A39E8C
(163,158,140)
#ABA696
(171,166,150)
#B3AEA0
(179,174,160)
#BBB6AA
(187,182,170)
#C3BEB4
(195,190,180)
#CBC6BE
(203,198,190)
#D3CEC8
(211,206,200)
#DBD6D2
(219,214,210)
#E3DEDC
(227,222,220)
#EBE6E6
(235,230,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39E8C; }

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

This text font color is #A39E8C.


Background Color

.myBgColor { background-color: #A39E8C; }

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

This div background color is #A39E8C.


Border color

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

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

This div border color is #A39E8C.


Opacity

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

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

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

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

This text has shadow with #A39E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39E8C on black background.


Color preview on white background

This text has color #A39E8C on white background.



Black color preview on #A39E8C background

This text has black color on #A39E8C background.


White color preview on #A39E8C background

This text has white color on #A39E8C background.