COLOR #A39C6F

HEX: #A39C6F
RGB: (163,156,111)

Color info

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

RGB color model

#A39C6F color RGB value is (163,156,111).

  • red value is 163;
  • green value is 156;
  • blue value is 111.
RGB:
(163,156,111)
(64%,61%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 111 of 255 = 44%

163
156
111

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

Portions of RGB colors in percentages

R + G + B =
163 + 156 + 111 = 430 (100%)
R 163 of 430 ~ 37.91%
G 156 of 430 ~ 36.28%
B 111 of 430 ~ 25.81%

%37.91
%36.28
%25.81

CMYK color model

#A39C6F color CMYK value is (0,4,32,36).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(0,4,32,36)
C0M4Y32K36 
(0%,4%,32%,36%)
(0.00/0.04/0.32/0.36)	

CMYK percentages

%0
%4.29
%31.9
%36.08

Codes

Color #A39C6F in popluar color models

A39C6F
RGB163156111
HSL52°22.03%53.73%
HSB/HSV52°31.90%63.92%
CMYK0.00%4.29%31.90%
36.08%

Color #A39C6F in popluar number systems.

HEXA39C6F
Decimal163156111
Binary10100011100111001101111
Octal243234157

Shades and tints

Shades of #A39C6F

#A39C6F
(163,156,111)
#958E65
(149,142,101)
#87805B
(135,128,91)
#797251
(121,114,81)
#6B6447
(107,100,71)
#5D563D
(93,86,61)
#4F4833
(79,72,51)
#413A29
(65,58,41)
#332C1F
(51,44,31)
#251E15
(37,30,21)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #A39C6F

#A39C6F
(163,156,111)
#ABA57C
(171,165,124)
#B3AE89
(179,174,137)
#BBB796
(187,183,150)
#C3C0A3
(195,192,163)
#CBC9B0
(203,201,176)
#D3D2BD
(211,210,189)
#DBDBCA
(219,219,202)
#E3E4D7
(227,228,215)
#EBEDE4
(235,237,228)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39C6F; }

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

This text font color is #A39C6F.


Background Color

.myBgColor { background-color: #A39C6F; }

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

This div background color is #A39C6F.


Border color

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

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

This div border color is #A39C6F.


Opacity

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

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

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

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

This text has shadow with #A39C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39C6F on black background.


Color preview on white background

This text has color #A39C6F on white background.



Black color preview on #A39C6F background

This text has black color on #A39C6F background.


White color preview on #A39C6F background

This text has white color on #A39C6F background.