COLOR #A0A290

HEX: #A0A290
RGB: (160,162,144)

Color info

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

RGB color model

#A0A290 color RGB value is (160,162,144).

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

RGB channels and saturation

R 160 of 255 = 63%
G 162 of 255 = 64%
B 144 of 255 = 56%

160
162
144

R + G + B ~ 61%. #A0A290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 144 = 466 (100%)
R 160 of 466 ~ 34.33%
G 162 of 466 ~ 34.76%
B 144 of 466 ~ 30.9%

%34.33
%34.76
%30.9

CMYK color model

#A0A290 color CMYK value is (1,0,11,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(1,0,11,36)
C1M0Y11K36 
(1%,0%,11%,36%)
(0.01/0.00/0.11/0.36)	

CMYK percentages

%1.23
%0
%11.11
%36.47

Codes

Color #A0A290 in popluar color models

A0A290
RGB160162144
HSL67°8.82%60.00%
HSB/HSV67°11.11%63.53%
CMYK1.23%0.00%11.11%
36.47%

Color #A0A290 in popluar number systems.

HEXA0A290
Decimal160162144
Binary101000001010001010010000
Octal240242220

Shades and tints

Shades of #A0A290

#A0A290
(160,162,144)
#929483
(146,148,131)
#848676
(132,134,118)
#767869
(118,120,105)
#686A5C
(104,106,92)
#5A5C4F
(90,92,79)
#4C4E42
(76,78,66)
#3E4035
(62,64,53)
#303228
(48,50,40)
#22241B
(34,36,27)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #A0A290

#A0A290
(160,162,144)
#A8AA9A
(168,170,154)
#B0B2A4
(176,178,164)
#B8BAAE
(184,186,174)
#C0C2B8
(192,194,184)
#C8CAC2
(200,202,194)
#D0D2CC
(208,210,204)
#D8DAD6
(216,218,214)
#E0E2E0
(224,226,224)
#E8EAEA
(232,234,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A290; }

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

This text font color is #A0A290.


Background Color

.myBgColor { background-color: #A0A290; }

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

This div background color is #A0A290.


Border color

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

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

This div border color is #A0A290.


Opacity

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

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

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

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

This text has shadow with #A0A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A290 on black background.


Color preview on white background

This text has color #A0A290 on white background.



Black color preview on #A0A290 background

This text has black color on #A0A290 background.


White color preview on #A0A290 background

This text has white color on #A0A290 background.