COLOR #A38F79

HEX: #A38F79
RGB: (163,143,121)

Color info

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

RGB color model

#A38F79 color RGB value is (163,143,121).

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

RGB channels and saturation

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

163
143
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 121 = 427 (100%)
R 163 of 427 ~ 38.17%
G 143 of 427 ~ 33.49%
B 121 of 427 ~ 28.34%

%38.17
%33.49
%28.34

CMYK color model

#A38F79 color CMYK value is (0,12,26,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,12,26,36)
C0M12Y26K36 
(0%,12%,26%,36%)
(0.00/0.12/0.26/0.36)	

CMYK percentages

%0
%12.27
%25.77
%36.08

Codes

Color #A38F79 in popluar color models

A38F79
RGB163143121
HSL31°18.58%55.69%
HSB/HSV31°25.77%63.92%
CMYK0.00%12.27%25.77%
36.08%

Color #A38F79 in popluar number systems.

HEXA38F79
Decimal163143121
Binary10100011100011111111001
Octal243217171

Shades and tints

Shades of #A38F79

#A38F79
(163,143,121)
#95826E
(149,130,110)
#877563
(135,117,99)
#796858
(121,104,88)
#6B5B4D
(107,91,77)
#5D4E42
(93,78,66)
#4F4137
(79,65,55)
#41342C
(65,52,44)
#332721
(51,39,33)
#251A16
(37,26,22)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #A38F79

#A38F79
(163,143,121)
#AB9985
(171,153,133)
#B3A391
(179,163,145)
#BBAD9D
(187,173,157)
#C3B7A9
(195,183,169)
#CBC1B5
(203,193,181)
#D3CBC1
(211,203,193)
#DBD5CD
(219,213,205)
#E3DFD9
(227,223,217)
#EBE9E5
(235,233,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F79; }

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

This text font color is #A38F79.


Background Color

.myBgColor { background-color: #A38F79; }

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

This div background color is #A38F79.


Border color

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

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

This div border color is #A38F79.


Opacity

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

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

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

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

This text has shadow with #A38F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F79 on black background.


Color preview on white background

This text has color #A38F79 on white background.



Black color preview on #A38F79 background

This text has black color on #A38F79 background.


White color preview on #A38F79 background

This text has white color on #A38F79 background.