COLOR #A0908B

HEX: #A0908B RGB: (160,144,139)

Color info

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

RGB color model

#A0908B color RGB value is (160,144,139).

RGB: (160,144,139) (63%, 56%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 139 of 255 = 55%

160
144
139

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

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 139 = 443 (100%)
R 160 of 443 ~ 36.12%
G 144 of 443 ~ 32.51%
B 139 of 443 ~ 31.38'%

%36.12
%32.51
%31.38

CMYK color model

#A0908B color CMYK value is (0,10,13,37).

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

CMYK: (0,10,13,37)
C0M10Y13K37 (0%, 10%, 13%, 37%)
(0.00 / 0.10 / 0.13 / 0.37)

CMYK percentages

%0
%10
%13.13
%37.25

Codes

Color #A0908B in popluar color models

A0 90 8B
RGB 160 144 139
HSL 14° 9.95% 58.63%
HSB/HSV 14° 13.13% 62.75%
CMYK 0.00% 10.00% 13.13%
37.25%

Color #A0908B in popluar number systems.

HEX A0 90 8B
Decimal 160 144 139
Binary 10100000 10010000 10001011
Octal 240 220 213

Shades and tints

Shades of #A0908B

#A0908B
(160,144,139)
#92837F
(146,131,127)
#847673
(132,118,115)
#766967
(118,105,103)
#685C5B
(104,92,91)
#5A4F4F
(90,79,79)
#4C4243
(76,66,67)
#3E3537
(62,53,55)
#30282B
(48,40,43)
#221B1F
(34,27,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A0908B

#A0908B
(160,144,139)
#A89A95
(168,154,149)
#B0A49F
(176,164,159)
#B8AEA9
(184,174,169)
#C0B8B3
(192,184,179)
#C8C2BD
(200,194,189)
#D0CCC7
(208,204,199)
#D8D6D1
(216,214,209)
#E0E0DB
(224,224,219)
#E8EAE5
(232,234,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0908B; }

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

This text font color is #A0908B.

Background Color

.myBgColor { background-color: #A0908B; }

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

This div background color is #A0908B.

Border color

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

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

This div border color is #A0908B.

Opacity

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

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

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

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

This text has shadow with #A0908B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0908B.

Preview

Color preview on black background

This text has color #A0908B on black background.


Color preview on white background

This text has color #A0908B on white background.


Black color preview on #A0908B background

This text has black color on #A0908B background.


White color preview on #A0908B background

This text has white color on #A0908B background.


Related colors

Complementary color

Complementary color for #hex is #5F6F74.


I love getcolorcode.com

Triadic colors

1 #8BA090 and #908BA0 with #A0908B are triadic colors.

2 #8B90A0 and #90A08B with #A0908B are triadic colors.