COLOR #A38E79

HEX: #A38E79
RGB: (163,142,121)

Color info

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

RGB color model

#A38E79 color RGB value is (163,142,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 121 of 255 = 47%

163
142
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 121 = 426 (100%)
R 163 of 426 ~ 38.26%
G 142 of 426 ~ 33.33%
B 121 of 426 ~ 28.4%

%38.26
%33.33
%28.4

CMYK color model

#A38E79 color CMYK value is (0,13,26,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,13,26,36)
C0M13Y26K36 
(0%,13%,26%,36%)
(0.00/0.13/0.26/0.36)	

CMYK percentages

%0
%12.88
%25.77
%36.08

Codes

Color #A38E79 in popluar color models

A38E79
RGB163142121
HSL30°18.58%55.69%
HSB/HSV30°25.77%63.92%
CMYK0.00%12.88%25.77%
36.08%

Color #A38E79 in popluar number systems.

HEXA38E79
Decimal163142121
Binary10100011100011101111001
Octal243216171

Shades and tints

Shades of #A38E79

#A38E79
(163,142,121)
#95826E
(149,130,110)
#877663
(135,118,99)
#796A58
(121,106,88)
#6B5E4D
(107,94,77)
#5D5242
(93,82,66)
#4F4637
(79,70,55)
#413A2C
(65,58,44)
#332E21
(51,46,33)
#252216
(37,34,22)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #A38E79

#A38E79
(163,142,121)
#AB9885
(171,152,133)
#B3A291
(179,162,145)
#BBAC9D
(187,172,157)
#C3B6A9
(195,182,169)
#CBC0B5
(203,192,181)
#D3CAC1
(211,202,193)
#DBD4CD
(219,212,205)
#E3DED9
(227,222,217)
#EBE8E5
(235,232,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E79; }

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

This text font color is #A38E79.


Background Color

.myBgColor { background-color: #A38E79; }

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

This div background color is #A38E79.


Border color

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

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

This div border color is #A38E79.


Opacity

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

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

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

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

This text has shadow with #A38E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E79 on black background.


Color preview on white background

This text has color #A38E79 on white background.



Black color preview on #A38E79 background

This text has black color on #A38E79 background.


White color preview on #A38E79 background

This text has white color on #A38E79 background.