COLOR #A09493

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
148
147

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

Portions of RGB colors in percentages

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

%35.16
%32.53
%32.31

CMYK color model

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

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

CMYK percentages

%0
%7.5
%8.13
%37.25

Codes

Color #A09493 in popluar color models

A09493
RGB160148147
HSL6.40%60.20%
HSB/HSV8.13%62.75%
CMYK0.00%7.50%8.13%
37.25%

Color #A09493 in popluar number systems.

HEXA09493
Decimal160148147
Binary101000001001010010010011
Octal240224223

Shades and tints

Shades of #A09493

#A09493
(160,148,147)
#928786
(146,135,134)
#847A79
(132,122,121)
#766D6C
(118,109,108)
#68605F
(104,96,95)
#5A5352
(90,83,82)
#4C4645
(76,70,69)
#3E3938
(62,57,56)
#302C2B
(48,44,43)
#221F1E
(34,31,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A09493

#A09493
(160,148,147)
#A89D9C
(168,157,156)
#B0A6A5
(176,166,165)
#B8AFAE
(184,175,174)
#C0B8B7
(192,184,183)
#C8C1C0
(200,193,192)
#D0CAC9
(208,202,201)
#D8D3D2
(216,211,210)
#E0DCDB
(224,220,219)
#E8E5E4
(232,229,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09493; }

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

This text font color is #A09493.


Background Color

.myBgColor { background-color: #A09493; }

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

This div background color is #A09493.


Border color

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

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

This div border color is #A09493.


Opacity

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

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

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

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

This text has shadow with #A09493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09493 on black background.


Color preview on white background

This text has color #A09493 on white background.



Black color preview on #A09493 background

This text has black color on #A09493 background.


White color preview on #A09493 background

This text has white color on #A09493 background.