COLOR #A39D78

HEX: #A39D78
RGB: (163,157,120)

Color info

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

RGB color model

#A39D78 color RGB value is (163,157,120).

  • red value is 163;
  • green value is 157;
  • blue value is 120.
RGB:
(163,157,120)
(64%,62%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 157 of 255 = 62%
B 120 of 255 = 47%

163
157
120

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

Portions of RGB colors in percentages

R + G + B =
163 + 157 + 120 = 440 (100%)
R 163 of 440 ~ 37.05%
G 157 of 440 ~ 35.68%
B 120 of 440 ~ 27.27%

%37.05
%35.68
%27.27

CMYK color model

#A39D78 color CMYK value is (0,4,26,36).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(0,4,26,36)
C0M4Y26K36 
(0%,4%,26%,36%)
(0.00/0.04/0.26/0.36)	

CMYK percentages

%0
%3.68
%26.38
%36.08

Codes

Color #A39D78 in popluar color models

A39D78
RGB163157120
HSL52°18.94%55.49%
HSB/HSV52°26.38%63.92%
CMYK0.00%3.68%26.38%
36.08%

Color #A39D78 in popluar number systems.

HEXA39D78
Decimal163157120
Binary10100011100111011111000
Octal243235170

Shades and tints

Shades of #A39D78

#A39D78
(163,157,120)
#958F6E
(149,143,110)
#878164
(135,129,100)
#79735A
(121,115,90)
#6B6550
(107,101,80)
#5D5746
(93,87,70)
#4F493C
(79,73,60)
#413B32
(65,59,50)
#332D28
(51,45,40)
#251F1E
(37,31,30)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A39D78

#A39D78
(163,157,120)
#ABA584
(171,165,132)
#B3AD90
(179,173,144)
#BBB59C
(187,181,156)
#C3BDA8
(195,189,168)
#CBC5B4
(203,197,180)
#D3CDC0
(211,205,192)
#DBD5CC
(219,213,204)
#E3DDD8
(227,221,216)
#EBE5E4
(235,229,228)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39D78 color. Also use rgb(163,157,120) instead hex code.

Text Font Color

.myTextColor { color: #A39D78; }

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

This text font color is #A39D78.


Background Color

.myBgColor { background-color: #A39D78; }

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

This div background color is #A39D78.


Border color

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

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

This div border color is #A39D78.


Opacity

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

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

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

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

This text has shadow with #A39D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39D78 on black background.


Color preview on white background

This text has color #A39D78 on white background.



Black color preview on #A39D78 background

This text has black color on #A39D78 background.


White color preview on #A39D78 background

This text has white color on #A39D78 background.