COLOR #A39394

HEX: #A39394
RGB: (163,147,148)

Color info

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

RGB color model

#A39394 color RGB value is (163,147,148).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 148 of 255 = 58%

163
147
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 148 = 458 (100%)
R 163 of 458 ~ 35.59%
G 147 of 458 ~ 32.1%
B 148 of 458 ~ 32.31%

%35.59
%32.1
%32.31

CMYK color model

#A39394 color CMYK value is (0,10,9,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,10,9,36)
C0M10Y9K36 
(0%,10%,9%,36%)
(0.00/0.10/0.09/0.36)	

CMYK percentages

%0
%9.82
%9.2
%36.08

Codes

Color #A39394 in popluar color models

A39394
RGB163147148
HSL356°8.00%60.78%
HSB/HSV356°9.82%63.92%
CMYK0.00%9.82%9.20%
36.08%

Color #A39394 in popluar number systems.

HEXA39394
Decimal163147148
Binary101000111001001110010100
Octal243223224

Shades and tints

Shades of #A39394

#A39394
(163,147,148)
#958687
(149,134,135)
#87797A
(135,121,122)
#796C6D
(121,108,109)
#6B5F60
(107,95,96)
#5D5253
(93,82,83)
#4F4546
(79,69,70)
#413839
(65,56,57)
#332B2C
(51,43,44)
#251E1F
(37,30,31)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A39394

#A39394
(163,147,148)
#AB9C9D
(171,156,157)
#B3A5A6
(179,165,166)
#BBAEAF
(187,174,175)
#C3B7B8
(195,183,184)
#CBC0C1
(203,192,193)
#D3C9CA
(211,201,202)
#DBD2D3
(219,210,211)
#E3DBDC
(227,219,220)
#EBE4E5
(235,228,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39394; }

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

This text font color is #A39394.


Background Color

.myBgColor { background-color: #A39394; }

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

This div background color is #A39394.


Border color

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

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

This div border color is #A39394.


Opacity

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

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

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

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

This text has shadow with #A39394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39394 on black background.


Color preview on white background

This text has color #A39394 on white background.



Black color preview on #A39394 background

This text has black color on #A39394 background.


White color preview on #A39394 background

This text has white color on #A39394 background.