COLOR #A38D6B

HEX: #A38D6B
RGB: (163,141,107)

Color info

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

RGB color model

#A38D6B color RGB value is (163,141,107).

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

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 107 of 255 = 42%

163
141
107

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

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 107 = 411 (100%)
R 163 of 411 ~ 39.66%
G 141 of 411 ~ 34.31%
B 107 of 411 ~ 26.03%

%39.66
%34.31
%26.03

CMYK color model

#A38D6B color CMYK value is (0,13,34,36).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 34.36%
  • key color value is 36.08%
CMYK:
(0,13,34,36)
C0M13Y34K36 
(0%,13%,34%,36%)
(0.00/0.13/0.34/0.36)	

CMYK percentages

%0
%13.5
%34.36
%36.08

Codes

Color #A38D6B in popluar color models

A38D6B
RGB163141107
HSL36°23.33%52.94%
HSB/HSV36°34.36%63.92%
CMYK0.00%13.50%34.36%
36.08%

Color #A38D6B in popluar number systems.

HEXA38D6B
Decimal163141107
Binary10100011100011011101011
Octal243215153

Shades and tints

Shades of #A38D6B

#A38D6B
(163,141,107)
#958162
(149,129,98)
#877559
(135,117,89)
#796950
(121,105,80)
#6B5D47
(107,93,71)
#5D513E
(93,81,62)
#4F4535
(79,69,53)
#41392C
(65,57,44)
#332D23
(51,45,35)
#25211A
(37,33,26)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A38D6B

#A38D6B
(163,141,107)
#AB9778
(171,151,120)
#B3A185
(179,161,133)
#BBAB92
(187,171,146)
#C3B59F
(195,181,159)
#CBBFAC
(203,191,172)
#D3C9B9
(211,201,185)
#DBD3C6
(219,211,198)
#E3DDD3
(227,221,211)
#EBE7E0
(235,231,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38D6B; }

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

This text font color is #A38D6B.


Background Color

.myBgColor { background-color: #A38D6B; }

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

This div background color is #A38D6B.


Border color

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

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

This div border color is #A38D6B.


Opacity

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

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

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

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

This text has shadow with #A38D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38D6B on black background.


Color preview on white background

This text has color #A38D6B on white background.



Black color preview on #A38D6B background

This text has black color on #A38D6B background.


White color preview on #A38D6B background

This text has white color on #A38D6B background.