COLOR #A39667

HEX: #A39667
RGB: (163,150,103)

Color info

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

RGB color model

#A39667 color RGB value is (163,150,103).

  • red value is 163;
  • green value is 150;
  • blue value is 103.
RGB:
(163,150,103)
(64%,59%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 103 of 255 = 40%

163
150
103

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 103 = 416 (100%)
R 163 of 416 ~ 39.18%
G 150 of 416 ~ 36.06%
B 103 of 416 ~ 24.76%

%39.18
%36.06
%24.76

CMYK color model

#A39667 color CMYK value is (0,8,37,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 36.81%
  • key color value is 36.08%
CMYK:
(0,8,37,36)
C0M8Y37K36 
(0%,8%,37%,36%)
(0.00/0.08/0.37/0.36)	

CMYK percentages

%0
%7.98
%36.81
%36.08

Codes

Color #A39667 in popluar color models

A39667
RGB163150103
HSL47°24.59%52.16%
HSB/HSV47°36.81%63.92%
CMYK0.00%7.98%36.81%
36.08%

Color #A39667 in popluar number systems.

HEXA39667
Decimal163150103
Binary10100011100101101100111
Octal243226147

Shades and tints

Shades of #A39667

#A39667
(163,150,103)
#95895E
(149,137,94)
#877C55
(135,124,85)
#796F4C
(121,111,76)
#6B6243
(107,98,67)
#5D553A
(93,85,58)
#4F4831
(79,72,49)
#413B28
(65,59,40)
#332E1F
(51,46,31)
#252116
(37,33,22)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A39667

#A39667
(163,150,103)
#AB9F74
(171,159,116)
#B3A881
(179,168,129)
#BBB18E
(187,177,142)
#C3BA9B
(195,186,155)
#CBC3A8
(203,195,168)
#D3CCB5
(211,204,181)
#DBD5C2
(219,213,194)
#E3DECF
(227,222,207)
#EBE7DC
(235,231,220)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39667 color. Also use rgb(163,150,103) instead hex code.

Text Font Color

.myTextColor { color: #A39667; }

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

This text font color is #A39667.


Background Color

.myBgColor { background-color: #A39667; }

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

This div background color is #A39667.


Border color

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

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

This div border color is #A39667.


Opacity

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

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

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

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

This text has shadow with #A39667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39667 on black background.


Color preview on white background

This text has color #A39667 on white background.



Black color preview on #A39667 background

This text has black color on #A39667 background.


White color preview on #A39667 background

This text has white color on #A39667 background.