COLOR #A39C8E

HEX: #A39C8E RGB: (163,156,142)

Color info

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

RGB color model

#A39C8E color RGB value is (163,156,142).

RGB: (163,156,142) (64%, 61%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 142 of 255 = 56%

163
156
142

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

Portions of RGB colors in percentages

R + G + B = 163 + 156 + 142 = 461 (100%)
R 163 of 461 ~ 35.36%
G 156 of 461 ~ 33.84%
B 142 of 461 ~ 30.8'%

%35.36
%33.84
%30.8

CMYK color model

#A39C8E color CMYK value is (0,4,13,36).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 12.88%
  • key color value is 36.08%

CMYK: (0,4,13,36)
C0M4Y13K36 (0%, 4%, 13%, 36%)
(0.00 / 0.04 / 0.13 / 0.36)

CMYK percentages

%0
%4.29
%12.88
%36.08

Codes

Color #A39C8E in popluar color models

A3 9C 8E
RGB 163 156 142
HSL 40° 10.24% 59.80%
HSB/HSV 40° 12.88% 63.92%
CMYK 0.00% 4.29% 12.88%
36.08%

Color #A39C8E in popluar number systems.

HEX A3 9C 8E
Decimal 163 156 142
Binary 10100011 10011100 10001110
Octal 243 234 216

Shades and tints

Shades of #A39C8E

#A39C8E
(163,156,142)
#958E82
(149,142,130)
#878076
(135,128,118)
#79726A
(121,114,106)
#6B645E
(107,100,94)
#5D5652
(93,86,82)
#4F4846
(79,72,70)
#413A3A
(65,58,58)
#332C2E
(51,44,46)
#251E22
(37,30,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A39C8E

#A39C8E
(163,156,142)
#ABA598
(171,165,152)
#B3AEA2
(179,174,162)
#BBB7AC
(187,183,172)
#C3C0B6
(195,192,182)
#CBC9C0
(203,201,192)
#D3D2CA
(211,210,202)
#DBDBD4
(219,219,212)
#E3E4DE
(227,228,222)
#EBEDE8
(235,237,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39C8E; }

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

This text font color is #A39C8E.

Background Color

.myBgColor { background-color: #A39C8E; }

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

This div background color is #A39C8E.

Border color

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

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

This div border color is #A39C8E.

Opacity

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

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

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

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

This text has shadow with #A39C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39C8E.

Preview

Color preview on black background

This text has color #A39C8E on black background.


Color preview on white background

This text has color #A39C8E on white background.


Black color preview on #A39C8E background

This text has black color on #A39C8E background.


White color preview on #A39C8E background

This text has white color on #A39C8E background.


Related colors

Complementary color

Complementary color for #hex is #5C6371.


I love getcolorcode.com

Triadic colors

1 #8EA39C and #9C8EA3 with #A39C8E are triadic colors.

2 #8E9CA3 and #9CA38E with #A39C8E are triadic colors.