COLOR #A0A990

HEX: #A0A990
RGB: (160,169,144)

Color info

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

RGB color model

#A0A990 color RGB value is (160,169,144).

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

RGB channels and saturation

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

160
169
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 144 = 473 (100%)
R 160 of 473 ~ 33.83%
G 169 of 473 ~ 35.73%
B 144 of 473 ~ 30.44%

%33.83
%35.73
%30.44

CMYK color model

#A0A990 color CMYK value is (5,0,15,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(5,0,15,34)
C5M0Y15K34 
(5%,0%,15%,34%)
(0.05/0.00/0.15/0.34)	

CMYK percentages

%5.33
%0
%14.79
%33.73

Codes

Color #A0A990 in popluar color models

A0A990
RGB160169144
HSL82°12.69%61.37%
HSB/HSV82°14.79%66.27%
CMYK5.33%0.00%14.79%
33.73%

Color #A0A990 in popluar number systems.

HEXA0A990
Decimal160169144
Binary101000001010100110010000
Octal240251220

Shades and tints

Shades of #A0A990

#A0A990
(160,169,144)
#929A83
(146,154,131)
#848B76
(132,139,118)
#767C69
(118,124,105)
#686D5C
(104,109,92)
#5A5E4F
(90,94,79)
#4C4F42
(76,79,66)
#3E4035
(62,64,53)
#303128
(48,49,40)
#22221B
(34,34,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A0A990

#A0A990
(160,169,144)
#A8B09A
(168,176,154)
#B0B7A4
(176,183,164)
#B8BEAE
(184,190,174)
#C0C5B8
(192,197,184)
#C8CCC2
(200,204,194)
#D0D3CC
(208,211,204)
#D8DAD6
(216,218,214)
#E0E1E0
(224,225,224)
#E8E8EA
(232,232,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A990; }

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

This text font color is #A0A990.


Background Color

.myBgColor { background-color: #A0A990; }

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

This div background color is #A0A990.


Border color

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

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

This div border color is #A0A990.


Opacity

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

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

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

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

This text has shadow with #A0A990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A990 on black background.


Color preview on white background

This text has color #A0A990 on white background.



Black color preview on #A0A990 background

This text has black color on #A0A990 background.


White color preview on #A0A990 background

This text has white color on #A0A990 background.