COLOR #A39396

HEX: #A39396
RGB: (163,147,150)

Color info

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

RGB color model

#A39396 color RGB value is (163,147,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 150 of 255 = 59%

163
147
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 150 = 460 (100%)
R 163 of 460 ~ 35.43%
G 147 of 460 ~ 31.96%
B 150 of 460 ~ 32.61%

%35.43
%31.96
%32.61

CMYK color model

#A39396 color CMYK value is (0,10,8,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,10,8,36)
C0M10Y8K36 
(0%,10%,8%,36%)
(0.00/0.10/0.08/0.36)	

CMYK percentages

%0
%9.82
%7.98
%36.08

Codes

Color #A39396 in popluar color models

A39396
RGB163147150
HSL349°8.00%60.78%
HSB/HSV349°9.82%63.92%
CMYK0.00%9.82%7.98%
36.08%

Color #A39396 in popluar number systems.

HEXA39396
Decimal163147150
Binary101000111001001110010110
Octal243223226

Shades and tints

Shades of #A39396

#A39396
(163,147,150)
#958689
(149,134,137)
#87797C
(135,121,124)
#796C6F
(121,108,111)
#6B5F62
(107,95,98)
#5D5255
(93,82,85)
#4F4548
(79,69,72)
#41383B
(65,56,59)
#332B2E
(51,43,46)
#251E21
(37,30,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A39396

#A39396
(163,147,150)
#AB9C9F
(171,156,159)
#B3A5A8
(179,165,168)
#BBAEB1
(187,174,177)
#C3B7BA
(195,183,186)
#CBC0C3
(203,192,195)
#D3C9CC
(211,201,204)
#DBD2D5
(219,210,213)
#E3DBDE
(227,219,222)
#EBE4E7
(235,228,231)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39396; }

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

This text font color is #A39396.


Background Color

.myBgColor { background-color: #A39396; }

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

This div background color is #A39396.


Border color

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

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

This div border color is #A39396.


Opacity

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

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

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

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

This text has shadow with #A39396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39396 on black background.


Color preview on white background

This text has color #A39396 on white background.



Black color preview on #A39396 background

This text has black color on #A39396 background.


White color preview on #A39396 background

This text has white color on #A39396 background.