COLOR #A39A6D

HEX: #A39A6D
RGB: (163,154,109)

Color info

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

RGB color model

#A39A6D color RGB value is (163,154,109).

  • red value is 163;
  • green value is 154;
  • blue value is 109.
RGB:
(163,154,109)
(64%,60%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 154 of 255 = 60%
B 109 of 255 = 43%

163
154
109

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

Portions of RGB colors in percentages

R + G + B =
163 + 154 + 109 = 426 (100%)
R 163 of 426 ~ 38.26%
G 154 of 426 ~ 36.15%
B 109 of 426 ~ 25.59%

%38.26
%36.15
%25.59

CMYK color model

#A39A6D color CMYK value is (0,6,33,36).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(0,6,33,36)
C0M6Y33K36 
(0%,6%,33%,36%)
(0.00/0.06/0.33/0.36)	

CMYK percentages

%0
%5.52
%33.13
%36.08

Codes

Color #A39A6D in popluar color models

A39A6D
RGB163154109
HSL50°22.69%53.33%
HSB/HSV50°33.13%63.92%
CMYK0.00%5.52%33.13%
36.08%

Color #A39A6D in popluar number systems.

HEXA39A6D
Decimal163154109
Binary10100011100110101101101
Octal243232155

Shades and tints

Shades of #A39A6D

#A39A6D
(163,154,109)
#958C64
(149,140,100)
#877E5B
(135,126,91)
#797052
(121,112,82)
#6B6249
(107,98,73)
#5D5440
(93,84,64)
#4F4637
(79,70,55)
#41382E
(65,56,46)
#332A25
(51,42,37)
#251C1C
(37,28,28)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A39A6D

#A39A6D
(163,154,109)
#ABA37A
(171,163,122)
#B3AC87
(179,172,135)
#BBB594
(187,181,148)
#C3BEA1
(195,190,161)
#CBC7AE
(203,199,174)
#D3D0BB
(211,208,187)
#DBD9C8
(219,217,200)
#E3E2D5
(227,226,213)
#EBEBE2
(235,235,226)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39A6D color. Also use rgb(163,154,109) instead hex code.

Text Font Color

.myTextColor { color: #A39A6D; }

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

This text font color is #A39A6D.


Background Color

.myBgColor { background-color: #A39A6D; }

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

This div background color is #A39A6D.


Border color

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

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

This div border color is #A39A6D.


Opacity

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

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

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

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

This text has shadow with #A39A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39A6D on black background.


Color preview on white background

This text has color #A39A6D on white background.



Black color preview on #A39A6D background

This text has black color on #A39A6D background.


White color preview on #A39A6D background

This text has white color on #A39A6D background.