COLOR #A0909E

HEX: #A0909E
RGB: (160,144,158)

Color info

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

RGB color model

#A0909E color RGB value is (160,144,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 158 of 255 = 62%

160
144
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 158 = 462 (100%)
R 160 of 462 ~ 34.63%
G 144 of 462 ~ 31.17%
B 158 of 462 ~ 34.2%

%34.63
%31.17
%34.2

CMYK color model

#A0909E color CMYK value is (0,10,1,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,10,1,37)
C0M10Y1K37 
(0%,10%,1%,37%)
(0.00/0.10/0.01/0.37)	

CMYK percentages

%0
%10
%1.25
%37.25

Codes

Color #A0909E in popluar color models

A0909E
RGB160144158
HSL308°7.77%59.61%
HSB/HSV308°10.00%62.75%
CMYK0.00%10.00%1.25%
37.25%

Color #A0909E in popluar number systems.

HEXA0909E
Decimal160144158
Binary101000001001000010011110
Octal240220236

Shades and tints

Shades of #A0909E

#A0909E
(160,144,158)
#928390
(146,131,144)
#847682
(132,118,130)
#766974
(118,105,116)
#685C66
(104,92,102)
#5A4F58
(90,79,88)
#4C424A
(76,66,74)
#3E353C
(62,53,60)
#30282E
(48,40,46)
#221B20
(34,27,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #A0909E

#A0909E
(160,144,158)
#A89AA6
(168,154,166)
#B0A4AE
(176,164,174)
#B8AEB6
(184,174,182)
#C0B8BE
(192,184,190)
#C8C2C6
(200,194,198)
#D0CCCE
(208,204,206)
#D8D6D6
(216,214,214)
#E0E0DE
(224,224,222)
#E8EAE6
(232,234,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0909E; }

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

This text font color is #A0909E.


Background Color

.myBgColor { background-color: #A0909E; }

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

This div background color is #A0909E.


Border color

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

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

This div border color is #A0909E.


Opacity

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

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

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

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

This text has shadow with #A0909E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0909E on black background.


Color preview on white background

This text has color #A0909E on white background.



Black color preview on #A0909E background

This text has black color on #A0909E background.


White color preview on #A0909E background

This text has white color on #A0909E background.