COLOR #A39388

HEX: #A39388
RGB: (163,147,136)

Color info

#A39388 contains red, green and blue colors in about the same proportion. Web safe color of #A39388 is #999999 (or #999).

RGB color model

#A39388 color RGB value is (163,147,136).

  • red value is 163;
  • green value is 147;
  • blue value is 136.
RGB:
(163,147,136)
(64%,58%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 136 of 255 = 53%

163
147
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 136 = 446 (100%)
R 163 of 446 ~ 36.55%
G 147 of 446 ~ 32.96%
B 136 of 446 ~ 30.49%

%36.55
%32.96
%30.49

CMYK color model

#A39388 color CMYK value is (0,10,17,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,10,17,36)
C0M10Y17K36 
(0%,10%,17%,36%)
(0.00/0.10/0.17/0.36)	

CMYK percentages

%0
%9.82
%16.56
%36.08

Codes

Color #A39388 in popluar color models

A39388
RGB163147136
HSL24°12.80%58.63%
HSB/HSV24°16.56%63.92%
CMYK0.00%9.82%16.56%
36.08%

Color #A39388 in popluar number systems.

HEXA39388
Decimal163147136
Binary101000111001001110001000
Octal243223210

Shades and tints

Shades of #A39388

#A39388
(163,147,136)
#95867C
(149,134,124)
#877970
(135,121,112)
#796C64
(121,108,100)
#6B5F58
(107,95,88)
#5D524C
(93,82,76)
#4F4540
(79,69,64)
#413834
(65,56,52)
#332B28
(51,43,40)
#251E1C
(37,30,28)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A39388

#A39388
(163,147,136)
#AB9C92
(171,156,146)
#B3A59C
(179,165,156)
#BBAEA6
(187,174,166)
#C3B7B0
(195,183,176)
#CBC0BA
(203,192,186)
#D3C9C4
(211,201,196)
#DBD2CE
(219,210,206)
#E3DBD8
(227,219,216)
#EBE4E2
(235,228,226)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39388 color. Also use rgb(163,147,136) instead hex code.

Text Font Color

.myTextColor { color: #A39388; }

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

This text font color is #A39388.


Background Color

.myBgColor { background-color: #A39388; }

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

This div background color is #A39388.


Border color

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

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

This div border color is #A39388.


Opacity

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

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

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

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

This text has shadow with #A39388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39388 on black background.


Color preview on white background

This text has color #A39388 on white background.



Black color preview on #A39388 background

This text has black color on #A39388 background.


White color preview on #A39388 background

This text has white color on #A39388 background.