COLOR #A09C9E

HEX: #A09C9E
RGB: (160,156,158)

Color info

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

RGB color model

#A09C9E color RGB value is (160,156,158).

  • red value is 160;
  • green value is 156;
  • blue value is 158.
RGB:
(160,156,158)
(63%,61%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 158 of 255 = 62%

160
156
158

R + G + B ~ 62%. #A09C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 158 = 474 (100%)
R 160 of 474 ~ 33.76%
G 156 of 474 ~ 32.91%
B 158 of 474 ~ 33.33%

%33.76
%32.91
%33.33

CMYK color model

#A09C9E color CMYK value is (0,2,1,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,2,1,37)
C0M2Y1K37 
(0%,2%,1%,37%)
(0.00/0.02/0.01/0.37)	

CMYK percentages

%0
%2.5
%1.25
%37.25

Codes

Color #A09C9E in popluar color models

A09C9E
RGB160156158
HSL330°2.06%61.96%
HSB/HSV330°2.50%62.75%
CMYK0.00%2.50%1.25%
37.25%

Color #A09C9E in popluar number systems.

HEXA09C9E
Decimal160156158
Binary101000001001110010011110
Octal240234236

Shades and tints

Shades of #A09C9E

#A09C9E
(160,156,158)
#928E90
(146,142,144)
#848082
(132,128,130)
#767274
(118,114,116)
#686466
(104,100,102)
#5A5658
(90,86,88)
#4C484A
(76,72,74)
#3E3A3C
(62,58,60)
#302C2E
(48,44,46)
#221E20
(34,30,32)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #A09C9E

#A09C9E
(160,156,158)
#A8A5A6
(168,165,166)
#B0AEAE
(176,174,174)
#B8B7B6
(184,183,182)
#C0C0BE
(192,192,190)
#C8C9C6
(200,201,198)
#D0D2CE
(208,210,206)
#D8DBD6
(216,219,214)
#E0E4DE
(224,228,222)
#E8EDE6
(232,237,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09C9E color. Also use rgb(160,156,158) instead hex code.

Text Font Color

.myTextColor { color: #A09C9E; }

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

This text font color is #A09C9E.


Background Color

.myBgColor { background-color: #A09C9E; }

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

This div background color is #A09C9E.


Border color

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

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

This div border color is #A09C9E.


Opacity

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

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

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

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

This text has shadow with #A09C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C9E on black background.


Color preview on white background

This text has color #A09C9E on white background.



Black color preview on #A09C9E background

This text has black color on #A09C9E background.


White color preview on #A09C9E background

This text has white color on #A09C9E background.