COLOR #A39596

HEX: #A39596
RGB: (163,149,150)

Color info

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

RGB color model

#A39596 color RGB value is (163,149,150).

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

RGB channels and saturation

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

163
149
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 150 = 462 (100%)
R 163 of 462 ~ 35.28%
G 149 of 462 ~ 32.25%
B 150 of 462 ~ 32.47%

%35.28
%32.25
%32.47

CMYK color model

#A39596 color CMYK value is (0,9,8,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,9,8,36)
C0M9Y8K36 
(0%,9%,8%,36%)
(0.00/0.09/0.08/0.36)	

CMYK percentages

%0
%8.59
%7.98
%36.08

Codes

Color #A39596 in popluar color models

A39596
RGB163149150
HSL356°7.07%61.18%
HSB/HSV356°8.59%63.92%
CMYK0.00%8.59%7.98%
36.08%

Color #A39596 in popluar number systems.

HEXA39596
Decimal163149150
Binary101000111001010110010110
Octal243225226

Shades and tints

Shades of #A39596

#A39596
(163,149,150)
#958889
(149,136,137)
#877B7C
(135,123,124)
#796E6F
(121,110,111)
#6B6162
(107,97,98)
#5D5455
(93,84,85)
#4F4748
(79,71,72)
#413A3B
(65,58,59)
#332D2E
(51,45,46)
#252021
(37,32,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A39596

#A39596
(163,149,150)
#AB9E9F
(171,158,159)
#B3A7A8
(179,167,168)
#BBB0B1
(187,176,177)
#C3B9BA
(195,185,186)
#CBC2C3
(203,194,195)
#D3CBCC
(211,203,204)
#DBD4D5
(219,212,213)
#E3DDDE
(227,221,222)
#EBE6E7
(235,230,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39596; }

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

This text font color is #A39596.


Background Color

.myBgColor { background-color: #A39596; }

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

This div background color is #A39596.


Border color

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

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

This div border color is #A39596.


Opacity

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

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

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

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

This text has shadow with #A39596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39596 on black background.


Color preview on white background

This text has color #A39596 on white background.



Black color preview on #A39596 background

This text has black color on #A39596 background.


White color preview on #A39596 background

This text has white color on #A39596 background.