COLOR #A38C6E

HEX: #A38C6E
RGB: (163,140,110)

Color info

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

RGB color model

#A38C6E color RGB value is (163,140,110).

  • red value is 163;
  • green value is 140;
  • blue value is 110.
RGB:
(163,140,110)
(64%,55%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 110 of 255 = 43%

163
140
110

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 110 = 413 (100%)
R 163 of 413 ~ 39.47%
G 140 of 413 ~ 33.9%
B 110 of 413 ~ 26.63%

%39.47
%33.9
%26.63

CMYK color model

#A38C6E color CMYK value is (0,14,33,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(0,14,33,36)
C0M14Y33K36 
(0%,14%,33%,36%)
(0.00/0.14/0.33/0.36)	

CMYK percentages

%0
%14.11
%32.52
%36.08

Codes

Color #A38C6E in popluar color models

A38C6E
RGB163140110
HSL34°22.36%53.53%
HSB/HSV34°32.52%63.92%
CMYK0.00%14.11%32.52%
36.08%

Color #A38C6E in popluar number systems.

HEXA38C6E
Decimal163140110
Binary10100011100011001101110
Octal243214156

Shades and tints

Shades of #A38C6E

#A38C6E
(163,140,110)
#958064
(149,128,100)
#87745A
(135,116,90)
#796850
(121,104,80)
#6B5C46
(107,92,70)
#5D503C
(93,80,60)
#4F4432
(79,68,50)
#413828
(65,56,40)
#332C1E
(51,44,30)
#252014
(37,32,20)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #A38C6E

#A38C6E
(163,140,110)
#AB967B
(171,150,123)
#B3A088
(179,160,136)
#BBAA95
(187,170,149)
#C3B4A2
(195,180,162)
#CBBEAF
(203,190,175)
#D3C8BC
(211,200,188)
#DBD2C9
(219,210,201)
#E3DCD6
(227,220,214)
#EBE6E3
(235,230,227)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C6E color. Also use rgb(163,140,110) instead hex code.

Text Font Color

.myTextColor { color: #A38C6E; }

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

This text font color is #A38C6E.


Background Color

.myBgColor { background-color: #A38C6E; }

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

This div background color is #A38C6E.


Border color

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

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

This div border color is #A38C6E.


Opacity

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

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

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

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

This text has shadow with #A38C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C6E on black background.


Color preview on white background

This text has color #A38C6E on white background.



Black color preview on #A38C6E background

This text has black color on #A38C6E background.


White color preview on #A38C6E background

This text has white color on #A38C6E background.