COLOR #A38D78

HEX: #A38D78
RGB: (163,141,120)

Color info

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

RGB color model

#A38D78 color RGB value is (163,141,120).

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

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 120 of 255 = 47%

163
141
120

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

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 120 = 424 (100%)
R 163 of 424 ~ 38.44%
G 141 of 424 ~ 33.25%
B 120 of 424 ~ 28.3%

%38.44
%33.25
%28.3

CMYK color model

#A38D78 color CMYK value is (0,13,26,36).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(0,13,26,36)
C0M13Y26K36 
(0%,13%,26%,36%)
(0.00/0.13/0.26/0.36)	

CMYK percentages

%0
%13.5
%26.38
%36.08

Codes

Color #A38D78 in popluar color models

A38D78
RGB163141120
HSL29°18.94%55.49%
HSB/HSV29°26.38%63.92%
CMYK0.00%13.50%26.38%
36.08%

Color #A38D78 in popluar number systems.

HEXA38D78
Decimal163141120
Binary10100011100011011111000
Octal243215170

Shades and tints

Shades of #A38D78

#A38D78
(163,141,120)
#95816E
(149,129,110)
#877564
(135,117,100)
#79695A
(121,105,90)
#6B5D50
(107,93,80)
#5D5146
(93,81,70)
#4F453C
(79,69,60)
#413932
(65,57,50)
#332D28
(51,45,40)
#25211E
(37,33,30)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A38D78

#A38D78
(163,141,120)
#AB9784
(171,151,132)
#B3A190
(179,161,144)
#BBAB9C
(187,171,156)
#C3B5A8
(195,181,168)
#CBBFB4
(203,191,180)
#D3C9C0
(211,201,192)
#DBD3CC
(219,211,204)
#E3DDD8
(227,221,216)
#EBE7E4
(235,231,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38D78; }

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

This text font color is #A38D78.


Background Color

.myBgColor { background-color: #A38D78; }

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

This div background color is #A38D78.


Border color

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

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

This div border color is #A38D78.


Opacity

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

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

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

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

This text has shadow with #A38D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38D78 on black background.


Color preview on white background

This text has color #A38D78 on white background.



Black color preview on #A38D78 background

This text has black color on #A38D78 background.


White color preview on #A38D78 background

This text has white color on #A38D78 background.