COLOR #A39496

HEX: #A39496
RGB: (163,148,150)

Color info

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

RGB color model

#A39496 color RGB value is (163,148,150).

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

RGB channels and saturation

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

163
148
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 150 = 461 (100%)
R 163 of 461 ~ 35.36%
G 148 of 461 ~ 32.1%
B 150 of 461 ~ 32.54%

%35.36
%32.1
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.20%
  • 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
%9.2
%7.98
%36.08

Codes

Color #A39496 in popluar color models

A39496
RGB163148150
HSL352°7.54%60.98%
HSB/HSV352°9.20%63.92%
CMYK0.00%9.20%7.98%
36.08%

Color #A39496 in popluar number systems.

HEXA39496
Decimal163148150
Binary101000111001010010010110
Octal243224226

Shades and tints

Shades of #A39496

#A39496
(163,148,150)
#958789
(149,135,137)
#877A7C
(135,122,124)
#796D6F
(121,109,111)
#6B6062
(107,96,98)
#5D5355
(93,83,85)
#4F4648
(79,70,72)
#41393B
(65,57,59)
#332C2E
(51,44,46)
#251F21
(37,31,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A39496

#A39496
(163,148,150)
#AB9D9F
(171,157,159)
#B3A6A8
(179,166,168)
#BBAFB1
(187,175,177)
#C3B8BA
(195,184,186)
#CBC1C3
(203,193,195)
#D3CACC
(211,202,204)
#DBD3D5
(219,211,213)
#E3DCDE
(227,220,222)
#EBE5E7
(235,229,231)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39496; }

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

This text font color is #A39496.


Background Color

.myBgColor { background-color: #A39496; }

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

This div background color is #A39496.


Border color

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

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

This div border color is #A39496.


Opacity

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

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

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

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

This text has shadow with #A39496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39496 on black background.


Color preview on white background

This text has color #A39496 on white background.



Black color preview on #A39496 background

This text has black color on #A39496 background.


White color preview on #A39496 background

This text has white color on #A39496 background.