COLOR #A39390

HEX: #A39390
RGB: (163,147,144)

Color info

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

RGB color model

#A39390 color RGB value is (163,147,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 147 of 255 = 58%
B 144 of 255 = 56%

163
147
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 147 + 144 = 454 (100%)
R 163 of 454 ~ 35.9%
G 147 of 454 ~ 32.38%
B 144 of 454 ~ 31.72%

%35.9
%32.38
%31.72

CMYK color model

#A39390 color CMYK value is (0,10,12,36).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,10,12,36)
C0M10Y12K36 
(0%,10%,12%,36%)
(0.00/0.10/0.12/0.36)	

CMYK percentages

%0
%9.82
%11.66
%36.08

Codes

Color #A39390 in popluar color models

A39390
RGB163147144
HSL9.36%60.20%
HSB/HSV11.66%63.92%
CMYK0.00%9.82%11.66%
36.08%

Color #A39390 in popluar number systems.

HEXA39390
Decimal163147144
Binary101000111001001110010000
Octal243223220

Shades and tints

Shades of #A39390

#A39390
(163,147,144)
#958683
(149,134,131)
#877976
(135,121,118)
#796C69
(121,108,105)
#6B5F5C
(107,95,92)
#5D524F
(93,82,79)
#4F4542
(79,69,66)
#413835
(65,56,53)
#332B28
(51,43,40)
#251E1B
(37,30,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A39390

#A39390
(163,147,144)
#AB9C9A
(171,156,154)
#B3A5A4
(179,165,164)
#BBAEAE
(187,174,174)
#C3B7B8
(195,183,184)
#CBC0C2
(203,192,194)
#D3C9CC
(211,201,204)
#DBD2D6
(219,210,214)
#E3DBE0
(227,219,224)
#EBE4EA
(235,228,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39390; }

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

This text font color is #A39390.


Background Color

.myBgColor { background-color: #A39390; }

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

This div background color is #A39390.


Border color

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

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

This div border color is #A39390.


Opacity

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

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

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

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

This text has shadow with #A39390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39390 on black background.


Color preview on white background

This text has color #A39390 on white background.



Black color preview on #A39390 background

This text has black color on #A39390 background.


White color preview on #A39390 background

This text has white color on #A39390 background.