COLOR #A09394

HEX: #A09394
RGB: (160,147,148)

Color info

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

RGB color model

#A09394 color RGB value is (160,147,148).

  • red value is 160;
  • green value is 147;
  • blue value is 148.
RGB:
(160,147,148)
(63%,58%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 148 of 255 = 58%

160
147
148

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

Portions of RGB colors in percentages

R + G + B =
160 + 147 + 148 = 455 (100%)
R 160 of 455 ~ 35.16%
G 147 of 455 ~ 32.31%
B 148 of 455 ~ 32.53%

%35.16
%32.31
%32.53

CMYK color model

#A09394 color CMYK value is (0,8,7,37).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 7.50%
  • key color value is 37.25%
CMYK:
(0,8,7,37)
C0M8Y7K37 
(0%,8%,7%,37%)
(0.00/0.08/0.07/0.37)	

CMYK percentages

%0
%8.13
%7.5
%37.25

Codes

Color #A09394 in popluar color models

A09394
RGB160147148
HSL355°6.40%60.20%
HSB/HSV355°8.13%62.75%
CMYK0.00%8.13%7.50%
37.25%

Color #A09394 in popluar number systems.

HEXA09394
Decimal160147148
Binary101000001001001110010100
Octal240223224

Shades and tints

Shades of #A09394

#A09394
(160,147,148)
#928687
(146,134,135)
#84797A
(132,121,122)
#766C6D
(118,108,109)
#685F60
(104,95,96)
#5A5253
(90,82,83)
#4C4546
(76,69,70)
#3E3839
(62,56,57)
#302B2C
(48,43,44)
#221E1F
(34,30,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #A09394

#A09394
(160,147,148)
#A89C9D
(168,156,157)
#B0A5A6
(176,165,166)
#B8AEAF
(184,174,175)
#C0B7B8
(192,183,184)
#C8C0C1
(200,192,193)
#D0C9CA
(208,201,202)
#D8D2D3
(216,210,211)
#E0DBDC
(224,219,220)
#E8E4E5
(232,228,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09394; }

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

This text font color is #A09394.


Background Color

.myBgColor { background-color: #A09394; }

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

This div background color is #A09394.


Border color

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

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

This div border color is #A09394.


Opacity

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

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

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

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

This text has shadow with #A09394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09394 on black background.


Color preview on white background

This text has color #A09394 on white background.



Black color preview on #A09394 background

This text has black color on #A09394 background.


White color preview on #A09394 background

This text has white color on #A09394 background.