COLOR #A39494

HEX: #A39494
RGB: (163,148,148)

Color info

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

RGB color model

#A39494 color RGB value is (163,148,148).

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

RGB channels and saturation

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

163
148
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 148 + 148 = 459 (100%)
R 163 of 459 ~ 35.51%
G 148 of 459 ~ 32.24%
B 148 of 459 ~ 32.24%

%35.51
%32.24
%32.24

CMYK color model

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

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

Codes

Color #A39494 in popluar color models

A39494
RGB163148148
HSL7.54%60.98%
HSB/HSV9.20%63.92%
CMYK0.00%9.20%9.20%
36.08%

Color #A39494 in popluar number systems.

HEXA39494
Decimal163148148
Binary101000111001010010010100
Octal243224224

Shades and tints

Shades of #A39494

#A39494
(163,148,148)
#958787
(149,135,135)
#877A7A
(135,122,122)
#796D6D
(121,109,109)
#6B6060
(107,96,96)
#5D5353
(93,83,83)
#4F4646
(79,70,70)
#413939
(65,57,57)
#332C2C
(51,44,44)
#251F1F
(37,31,31)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A39494

#A39494
(163,148,148)
#AB9D9D
(171,157,157)
#B3A6A6
(179,166,166)
#BBAFAF
(187,175,175)
#C3B8B8
(195,184,184)
#CBC1C1
(203,193,193)
#D3CACA
(211,202,202)
#DBD3D3
(219,211,211)
#E3DCDC
(227,220,220)
#EBE5E5
(235,229,229)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39494; }

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

This text font color is #A39494.


Background Color

.myBgColor { background-color: #A39494; }

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

This div background color is #A39494.


Border color

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

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

This div border color is #A39494.


Opacity

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

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

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

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

This text has shadow with #A39494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39494 on black background.


Color preview on white background

This text has color #A39494 on white background.



Black color preview on #A39494 background

This text has black color on #A39494 background.


White color preview on #A39494 background

This text has white color on #A39494 background.