COLOR #A39490

HEX: #A39490
RGB: (163,148,144)

Color info

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

RGB color model

#A39490 color RGB value is (163,148,144).

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

RGB channels and saturation

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

163
148
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 144 = 455 (100%)
R 163 of 455 ~ 35.82%
G 148 of 455 ~ 32.53%
B 144 of 455 ~ 31.65%

%35.82
%32.53
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(0,9,12,36)
C0M9Y12K36 
(0%,9%,12%,36%)
(0.00/0.09/0.12/0.36)	

CMYK percentages

%0
%9.2
%11.66
%36.08

Codes

Color #A39490 in popluar color models

A39490
RGB163148144
HSL13°9.36%60.20%
HSB/HSV13°11.66%63.92%
CMYK0.00%9.20%11.66%
36.08%

Color #A39490 in popluar number systems.

HEXA39490
Decimal163148144
Binary101000111001010010010000
Octal243224220

Shades and tints

Shades of #A39490

#A39490
(163,148,144)
#958783
(149,135,131)
#877A76
(135,122,118)
#796D69
(121,109,105)
#6B605C
(107,96,92)
#5D534F
(93,83,79)
#4F4642
(79,70,66)
#413935
(65,57,53)
#332C28
(51,44,40)
#251F1B
(37,31,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A39490

#A39490
(163,148,144)
#AB9D9A
(171,157,154)
#B3A6A4
(179,166,164)
#BBAFAE
(187,175,174)
#C3B8B8
(195,184,184)
#CBC1C2
(203,193,194)
#D3CACC
(211,202,204)
#DBD3D6
(219,211,214)
#E3DCE0
(227,220,224)
#EBE5EA
(235,229,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39490; }

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

This text font color is #A39490.


Background Color

.myBgColor { background-color: #A39490; }

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

This div background color is #A39490.


Border color

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

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

This div border color is #A39490.


Opacity

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

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

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

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

This text has shadow with #A39490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39490 on black background.


Color preview on white background

This text has color #A39490 on white background.



Black color preview on #A39490 background

This text has black color on #A39490 background.


White color preview on #A39490 background

This text has white color on #A39490 background.