COLOR #A38C75

HEX: #A38C75
RGB: (163,140,117)

Color info

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

RGB color model

#A38C75 color RGB value is (163,140,117).

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

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 117 of 255 = 46%

163
140
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 117 = 420 (100%)
R 163 of 420 ~ 38.81%
G 140 of 420 ~ 33.33%
B 117 of 420 ~ 27.86%

%38.81
%33.33
%27.86

CMYK color model

#A38C75 color CMYK value is (0,14,28,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,14,28,36)
C0M14Y28K36 
(0%,14%,28%,36%)
(0.00/0.14/0.28/0.36)	

CMYK percentages

%0
%14.11
%28.22
%36.08

Codes

Color #A38C75 in popluar color models

A38C75
RGB163140117
HSL30°20.00%54.90%
HSB/HSV30°28.22%63.92%
CMYK0.00%14.11%28.22%
36.08%

Color #A38C75 in popluar number systems.

HEXA38C75
Decimal163140117
Binary10100011100011001110101
Octal243214165

Shades and tints

Shades of #A38C75

#A38C75
(163,140,117)
#95806B
(149,128,107)
#877461
(135,116,97)
#796857
(121,104,87)
#6B5C4D
(107,92,77)
#5D5043
(93,80,67)
#4F4439
(79,68,57)
#41382F
(65,56,47)
#332C25
(51,44,37)
#25201B
(37,32,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A38C75

#A38C75
(163,140,117)
#AB9681
(171,150,129)
#B3A08D
(179,160,141)
#BBAA99
(187,170,153)
#C3B4A5
(195,180,165)
#CBBEB1
(203,190,177)
#D3C8BD
(211,200,189)
#DBD2C9
(219,210,201)
#E3DCD5
(227,220,213)
#EBE6E1
(235,230,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38C75; }

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

This text font color is #A38C75.


Background Color

.myBgColor { background-color: #A38C75; }

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

This div background color is #A38C75.


Border color

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

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

This div border color is #A38C75.


Opacity

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

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

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

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

This text has shadow with #A38C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C75 on black background.


Color preview on white background

This text has color #A38C75 on white background.



Black color preview on #A38C75 background

This text has black color on #A38C75 background.


White color preview on #A38C75 background

This text has white color on #A38C75 background.