COLOR #A39495

HEX: #A39495
RGB: (163,148,149)

Color info

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

RGB color model

#A39495 color RGB value is (163,148,149).

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

RGB channels and saturation

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

163
148
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 149 = 460 (100%)
R 163 of 460 ~ 35.43%
G 148 of 460 ~ 32.17%
B 149 of 460 ~ 32.39%

%35.43
%32.17
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(0,9,9,36)
C0M9Y9K36 
(0%,9%,9%,36%)
(0.00/0.09/0.09/0.36)	

CMYK percentages

%0
%9.2
%8.59
%36.08

Codes

Color #A39495 in popluar color models

A39495
RGB163148149
HSL356°7.54%60.98%
HSB/HSV356°9.20%63.92%
CMYK0.00%9.20%8.59%
36.08%

Color #A39495 in popluar number systems.

HEXA39495
Decimal163148149
Binary101000111001010010010101
Octal243224225

Shades and tints

Shades of #A39495

#A39495
(163,148,149)
#958788
(149,135,136)
#877A7B
(135,122,123)
#796D6E
(121,109,110)
#6B6061
(107,96,97)
#5D5354
(93,83,84)
#4F4647
(79,70,71)
#41393A
(65,57,58)
#332C2D
(51,44,45)
#251F20
(37,31,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A39495

#A39495
(163,148,149)
#AB9D9E
(171,157,158)
#B3A6A7
(179,166,167)
#BBAFB0
(187,175,176)
#C3B8B9
(195,184,185)
#CBC1C2
(203,193,194)
#D3CACB
(211,202,203)
#DBD3D4
(219,211,212)
#E3DCDD
(227,220,221)
#EBE5E6
(235,229,230)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39495; }

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

This text font color is #A39495.


Background Color

.myBgColor { background-color: #A39495; }

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

This div background color is #A39495.


Border color

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

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

This div border color is #A39495.


Opacity

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

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

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

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

This text has shadow with #A39495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39495 on black background.


Color preview on white background

This text has color #A39495 on white background.



Black color preview on #A39495 background

This text has black color on #A39495 background.


White color preview on #A39495 background

This text has white color on #A39495 background.