COLOR #A39F5D

HEX: #A39F5D
RGB: (163,159,93)

Color info

#A39F5D contains mainly red and green colors. Web safe color of #A39F5D is #999966 (or #996).

RGB color model

#A39F5D color RGB value is (163,159,93).

  • red value is 163;
  • green value is 159;
  • blue value is 93.
RGB:
(163,159,93)
(64%,62%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 159 of 255 = 62%
B 93 of 255 = 36%

163
159
93

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

Portions of RGB colors in percentages

R + G + B =
163 + 159 + 93 = 415 (100%)
R 163 of 415 ~ 39.28%
G 159 of 415 ~ 38.31%
B 93 of 415 ~ 22.41%

%39.28
%38.31
%22.41

CMYK color model

#A39F5D color CMYK value is (0,2,43,36).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 42.94%
  • key color value is 36.08%
CMYK:
(0,2,43,36)
C0M2Y43K36 
(0%,2%,43%,36%)
(0.00/0.02/0.43/0.36)	

CMYK percentages

%0
%2.45
%42.94
%36.08

Codes

Color #A39F5D in popluar color models

A39F5D
RGB16315993
HSL57°27.56%50.20%
HSB/HSV57°42.94%63.92%
CMYK0.00%2.45%42.94%
36.08%

Color #A39F5D in popluar number systems.

HEXA39F5D
Decimal16315993
Binary10100011100111111011101
Octal243237135

Shades and tints

Shades of #A39F5D

#A39F5D
(163,159,93)
#959155
(149,145,85)
#87834D
(135,131,77)
#797545
(121,117,69)
#6B673D
(107,103,61)
#5D5935
(93,89,53)
#4F4B2D
(79,75,45)
#413D25
(65,61,37)
#332F1D
(51,47,29)
#252115
(37,33,21)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A39F5D

#A39F5D
(163,159,93)
#ABA76B
(171,167,107)
#B3AF79
(179,175,121)
#BBB787
(187,183,135)
#C3BF95
(195,191,149)
#CBC7A3
(203,199,163)
#D3CFB1
(211,207,177)
#DBD7BF
(219,215,191)
#E3DFCD
(227,223,205)
#EBE7DB
(235,231,219)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39F5D color. Also use rgb(163,159,93) instead hex code.

Text Font Color

.myTextColor { color: #A39F5D; }

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

This text font color is #A39F5D.


Background Color

.myBgColor { background-color: #A39F5D; }

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

This div background color is #A39F5D.


Border color

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

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

This div border color is #A39F5D.


Opacity

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

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

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

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

This text has shadow with #A39F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39F5D on black background.


Color preview on white background

This text has color #A39F5D on white background.



Black color preview on #A39F5D background

This text has black color on #A39F5D background.


White color preview on #A39F5D background

This text has white color on #A39F5D background.