COLOR #A0A890

HEX: #A0A890
RGB: (160,168,144)

Color info

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

RGB color model

#A0A890 color RGB value is (160,168,144).

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

RGB channels and saturation

R 160 of 255 = 63%
G 168 of 255 = 66%
B 144 of 255 = 56%

160
168
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 168 + 144 = 472 (100%)
R 160 of 472 ~ 33.9%
G 168 of 472 ~ 35.59%
B 144 of 472 ~ 30.51%

%33.9
%35.59
%30.51

CMYK color model

#A0A890 color CMYK value is (5,0,14,34).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(5,0,14,34)
C5M0Y14K34 
(5%,0%,14%,34%)
(0.05/0.00/0.14/0.34)	

CMYK percentages

%4.76
%0
%14.29
%34.12

Codes

Color #A0A890 in popluar color models

A0A890
RGB160168144
HSL80°12.12%61.18%
HSB/HSV80°14.29%65.88%
CMYK4.76%0.00%14.29%
34.12%

Color #A0A890 in popluar number systems.

HEXA0A890
Decimal160168144
Binary101000001010100010010000
Octal240250220

Shades and tints

Shades of #A0A890

#A0A890
(160,168,144)
#929983
(146,153,131)
#848A76
(132,138,118)
#767B69
(118,123,105)
#686C5C
(104,108,92)
#5A5D4F
(90,93,79)
#4C4E42
(76,78,66)
#3E3F35
(62,63,53)
#303028
(48,48,40)
#22211B
(34,33,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A0A890

#A0A890
(160,168,144)
#A8AF9A
(168,175,154)
#B0B6A4
(176,182,164)
#B8BDAE
(184,189,174)
#C0C4B8
(192,196,184)
#C8CBC2
(200,203,194)
#D0D2CC
(208,210,204)
#D8D9D6
(216,217,214)
#E0E0E0
(224,224,224)
#E8E7EA
(232,231,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A890; }

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

This text font color is #A0A890.


Background Color

.myBgColor { background-color: #A0A890; }

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

This div background color is #A0A890.


Border color

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

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

This div border color is #A0A890.


Opacity

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

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

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

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

This text has shadow with #A0A890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A890 on black background.


Color preview on white background

This text has color #A0A890 on white background.



Black color preview on #A0A890 background

This text has black color on #A0A890 background.


White color preview on #A0A890 background

This text has white color on #A0A890 background.