COLOR #A0908E

HEX: #A0908E RGB: (160,144,142)

Color info

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

RGB color model

#A0908E color RGB value is (160,144,142).

RGB: (160,144,142) (63%, 56%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 142 of 255 = 56%

160
144
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 142 = 446 (100%)
R 160 of 446 ~ 35.87%
G 144 of 446 ~ 32.29%
B 142 of 446 ~ 31.84'%

%35.87
%32.29
%31.84

CMYK color model

#A0908E color CMYK value is (0,10,11,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,10,11,37)
C0M10Y11K37 (0%, 10%, 11%, 37%)
(0.00 / 0.10 / 0.11 / 0.37)

CMYK percentages

%0
%10
%11.25
%37.25

Codes

Color #A0908E in popluar color models

A0 90 8E
RGB 160 144 142
HSL 8.65% 59.22%
HSB/HSV 11.25% 62.75%
CMYK 0.00% 10.00% 11.25%
37.25%

Color #A0908E in popluar number systems.

HEX A0 90 8E
Decimal 160 144 142
Binary 10100000 10010000 10001110
Octal 240 220 216

Shades and tints

Shades of #A0908E

#A0908E
(160,144,142)
#928382
(146,131,130)
#847676
(132,118,118)
#76696A
(118,105,106)
#685C5E
(104,92,94)
#5A4F52
(90,79,82)
#4C4246
(76,66,70)
#3E353A
(62,53,58)
#30282E
(48,40,46)
#221B22
(34,27,34)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A0908E

#A0908E
(160,144,142)
#A89A98
(168,154,152)
#B0A4A2
(176,164,162)
#B8AEAC
(184,174,172)
#C0B8B6
(192,184,182)
#C8C2C0
(200,194,192)
#D0CCCA
(208,204,202)
#D8D6D4
(216,214,212)
#E0E0DE
(224,224,222)
#E8EAE8
(232,234,232)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0908E; }

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

This text font color is #A0908E.

Background Color

.myBgColor { background-color: #A0908E; }

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

This div background color is #A0908E.

Border color

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

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

This div border color is #A0908E.

Opacity

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

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

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

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

This text has shadow with #A0908E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0908E.

Preview

Color preview on black background

This text has color #A0908E on black background.


Color preview on white background

This text has color #A0908E on white background.


Black color preview on #A0908E background

This text has black color on #A0908E background.


White color preview on #A0908E background

This text has white color on #A0908E background.


Related colors

Complementary color

Complementary color for #hex is #5F6F71.


I love getcolorcode.com

Triadic colors

1 #8EA090 and #908EA0 with #A0908E are triadic colors.

2 #8E90A0 and #90A08E with #A0908E are triadic colors.