COLOR #A38678

HEX: #A38678
RGB: (163,134,120)

Color info

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

RGB color model

#A38678 color RGB value is (163,134,120).

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

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 120 of 255 = 47%

163
134
120

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 120 = 417 (100%)
R 163 of 417 ~ 39.09%
G 134 of 417 ~ 32.13%
B 120 of 417 ~ 28.78%

%39.09
%32.13
%28.78

CMYK color model

#A38678 color CMYK value is (0,18,26,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(0,18,26,36)
C0M18Y26K36 
(0%,18%,26%,36%)
(0.00/0.18/0.26/0.36)	

CMYK percentages

%0
%17.79
%26.38
%36.08

Codes

Color #A38678 in popluar color models

A38678
RGB163134120
HSL20°18.94%55.49%
HSB/HSV20°26.38%63.92%
CMYK0.00%17.79%26.38%
36.08%

Color #A38678 in popluar number systems.

HEXA38678
Decimal163134120
Binary10100011100001101111000
Octal243206170

Shades and tints

Shades of #A38678

#A38678
(163,134,120)
#957A6E
(149,122,110)
#876E64
(135,110,100)
#79625A
(121,98,90)
#6B5650
(107,86,80)
#5D4A46
(93,74,70)
#4F3E3C
(79,62,60)
#413232
(65,50,50)
#332628
(51,38,40)
#251A1E
(37,26,30)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #A38678

#A38678
(163,134,120)
#AB9184
(171,145,132)
#B39C90
(179,156,144)
#BBA79C
(187,167,156)
#C3B2A8
(195,178,168)
#CBBDB4
(203,189,180)
#D3C8C0
(211,200,192)
#DBD3CC
(219,211,204)
#E3DED8
(227,222,216)
#EBE9E4
(235,233,228)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38678; }

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

This text font color is #A38678.


Background Color

.myBgColor { background-color: #A38678; }

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

This div background color is #A38678.


Border color

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

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

This div border color is #A38678.


Opacity

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

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

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

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

This text has shadow with #A38678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38678 on black background.


Color preview on white background

This text has color #A38678 on white background.



Black color preview on #A38678 background

This text has black color on #A38678 background.


White color preview on #A38678 background

This text has white color on #A38678 background.