COLOR #A0A98E

HEX: #A0A98E
RGB: (160,169,142)

Color info

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

RGB color model

#A0A98E color RGB value is (160,169,142).

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

RGB channels and saturation

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

160
169
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 142 = 471 (100%)
R 160 of 471 ~ 33.97%
G 169 of 471 ~ 35.88%
B 142 of 471 ~ 30.15%

%33.97
%35.88
%30.15

CMYK color model

#A0A98E color CMYK value is (5,0,16,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(5,0,16,34)
C5M0Y16K34 
(5%,0%,16%,34%)
(0.05/0.00/0.16/0.34)	

CMYK percentages

%5.33
%0
%15.98
%33.73

Codes

Color #A0A98E in popluar color models

A0A98E
RGB160169142
HSL80°13.57%60.98%
HSB/HSV80°15.98%66.27%
CMYK5.33%0.00%15.98%
33.73%

Color #A0A98E in popluar number systems.

HEXA0A98E
Decimal160169142
Binary101000001010100110001110
Octal240251216

Shades and tints

Shades of #A0A98E

#A0A98E
(160,169,142)
#929A82
(146,154,130)
#848B76
(132,139,118)
#767C6A
(118,124,106)
#686D5E
(104,109,94)
#5A5E52
(90,94,82)
#4C4F46
(76,79,70)
#3E403A
(62,64,58)
#30312E
(48,49,46)
#222222
(34,34,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A0A98E

#A0A98E
(160,169,142)
#A8B098
(168,176,152)
#B0B7A2
(176,183,162)
#B8BEAC
(184,190,172)
#C0C5B6
(192,197,182)
#C8CCC0
(200,204,192)
#D0D3CA
(208,211,202)
#D8DAD4
(216,218,212)
#E0E1DE
(224,225,222)
#E8E8E8
(232,232,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A98E; }

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

This text font color is #A0A98E.


Background Color

.myBgColor { background-color: #A0A98E; }

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

This div background color is #A0A98E.


Border color

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

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

This div border color is #A0A98E.


Opacity

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

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

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

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

This text has shadow with #A0A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A98E on black background.


Color preview on white background

This text has color #A0A98E on white background.



Black color preview on #A0A98E background

This text has black color on #A0A98E background.


White color preview on #A0A98E background

This text has white color on #A0A98E background.