COLOR #A38E7D

HEX: #A38E7D
RGB: (163,142,125)

Color info

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

RGB color model

#A38E7D color RGB value is (163,142,125).

  • red value is 163;
  • green value is 142;
  • blue value is 125.
RGB:
(163,142,125)
(64%,56%,49%)

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 125 of 255 = 49%

163
142
125

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 125 = 430 (100%)
R 163 of 430 ~ 37.91%
G 142 of 430 ~ 33.02%
B 125 of 430 ~ 29.07%

%37.91
%33.02
%29.07

CMYK color model

#A38E7D color CMYK value is (0,13,23,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(0,13,23,36)
C0M13Y23K36 
(0%,13%,23%,36%)
(0.00/0.13/0.23/0.36)	

CMYK percentages

%0
%12.88
%23.31
%36.08

Codes

Color #A38E7D in popluar color models

A38E7D
RGB163142125
HSL27°17.12%56.47%
HSB/HSV27°23.31%63.92%
CMYK0.00%12.88%23.31%
36.08%

Color #A38E7D in popluar number systems.

HEXA38E7D
Decimal163142125
Binary10100011100011101111101
Octal243216175

Shades and tints

Shades of #A38E7D

#A38E7D
(163,142,125)
#958272
(149,130,114)
#877667
(135,118,103)
#796A5C
(121,106,92)
#6B5E51
(107,94,81)
#5D5246
(93,82,70)
#4F463B
(79,70,59)
#413A30
(65,58,48)
#332E25
(51,46,37)
#25221A
(37,34,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A38E7D

#A38E7D
(163,142,125)
#AB9888
(171,152,136)
#B3A293
(179,162,147)
#BBAC9E
(187,172,158)
#C3B6A9
(195,182,169)
#CBC0B4
(203,192,180)
#D3CABF
(211,202,191)
#DBD4CA
(219,212,202)
#E3DED5
(227,222,213)
#EBE8E0
(235,232,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38E7D color. Also use rgb(163,142,125) instead hex code.

Text Font Color

.myTextColor { color: #A38E7D; }

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

This text font color is #A38E7D.


Background Color

.myBgColor { background-color: #A38E7D; }

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

This div background color is #A38E7D.


Border color

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

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

This div border color is #A38E7D.


Opacity

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

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

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

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

This text has shadow with #A38E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E7D on black background.


Color preview on white background

This text has color #A38E7D on white background.



Black color preview on #A38E7D background

This text has black color on #A38E7D background.


White color preview on #A38E7D background

This text has white color on #A38E7D background.