COLOR #A39C6A

HEX: #A39C6A RGB: (163,156,106)

Color info

#A39C6A contains red, green and blue colors in about the same proportion. Web safe color of #A39C6A is #999966 (or #996).

RGB color model

#A39C6A color RGB value is (163,156,106).

RGB: (163,156,106) (64%, 61%, 42%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 106 of 255 = 42%

163
156
106

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

Portions of RGB colors in percentages

R + G + B = 163 + 156 + 106 = 425 (100%)
R 163 of 425 ~ 38.35%
G 156 of 425 ~ 36.71%
B 106 of 425 ~ 24.94'%

%38.35
%36.71
%24.94

CMYK color model

#A39C6A color CMYK value is (0,4,35,36).

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

CMYK: (0,4,35,36)
C0M4Y35K36 (0%, 4%, 35%, 36%)
(0.00 / 0.04 / 0.35 / 0.36)

CMYK percentages

%0
%4.29
%34.97
%36.08

Codes

Color #A39C6A in popluar color models

A3 9C 6A
RGB 163 156 106
HSL 53° 23.65% 52.75%
HSB/HSV 53° 34.97% 63.92%
CMYK 0.00% 4.29% 34.97%
36.08%

Color #A39C6A in popluar number systems.

HEX A3 9C 6A
Decimal 163 156 106
Binary 10100011 10011100 1101010
Octal 243 234 152

Shades and tints

Shades of #A39C6A

#A39C6A
(163,156,106)
#958E61
(149,142,97)
#878058
(135,128,88)
#79724F
(121,114,79)
#6B6446
(107,100,70)
#5D563D
(93,86,61)
#4F4834
(79,72,52)
#413A2B
(65,58,43)
#332C22
(51,44,34)
#251E19
(37,30,25)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A39C6A

#A39C6A
(163,156,106)
#ABA577
(171,165,119)
#B3AE84
(179,174,132)
#BBB791
(187,183,145)
#C3C09E
(195,192,158)
#CBC9AB
(203,201,171)
#D3D2B8
(211,210,184)
#DBDBC5
(219,219,197)
#E3E4D2
(227,228,210)
#EBEDDF
(235,237,223)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39C6A; }

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

This text font color is #A39C6A.

Background Color

.myBgColor { background-color: #A39C6A; }

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

This div background color is #A39C6A.

Border color

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

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

This div border color is #A39C6A.

Opacity

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

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

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

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

This text has shadow with #A39C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39C6A.

Preview

Color preview on black background

This text has color #A39C6A on black background.


Color preview on white background

This text has color #A39C6A on white background.


Black color preview on #A39C6A background

This text has black color on #A39C6A background.


White color preview on #A39C6A background

This text has white color on #A39C6A background.


Related colors

Complementary color

Complementary color for #hex is #5C6395.


I love getcolorcode.com

Triadic colors

1 #6AA39C and #9C6AA3 with #A39C6A are triadic colors.

2 #6A9CA3 and #9CA36A with #A39C6A are triadic colors.