COLOR #A0A99F

HEX: #A0A99F
RGB: (160,169,159)

Color info

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

RGB color model

#A0A99F color RGB value is (160,169,159).

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

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 159 of 255 = 62%

160
169
159

R + G + B ~ 64%. #A0A99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 169 + 159 = 488 (100%)
R 160 of 488 ~ 32.79%
G 169 of 488 ~ 34.63%
B 159 of 488 ~ 32.58%

%32.79
%34.63
%32.58

CMYK color model

#A0A99F color CMYK value is (5,0,6,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(5,0,6,34)
C5M0Y6K34 
(5%,0%,6%,34%)
(0.05/0.00/0.06/0.34)	

CMYK percentages

%5.33
%0
%5.92
%33.73

Codes

Color #A0A99F in popluar color models

A0A99F
RGB160169159
HSL114°5.49%64.31%
HSB/HSV114°5.92%66.27%
CMYK5.33%0.00%5.92%
33.73%

Color #A0A99F in popluar number systems.

HEXA0A99F
Decimal160169159
Binary101000001010100110011111
Octal240251237

Shades and tints

Shades of #A0A99F

#A0A99F
(160,169,159)
#929A91
(146,154,145)
#848B83
(132,139,131)
#767C75
(118,124,117)
#686D67
(104,109,103)
#5A5E59
(90,94,89)
#4C4F4B
(76,79,75)
#3E403D
(62,64,61)
#30312F
(48,49,47)
#222221
(34,34,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A0A99F

#A0A99F
(160,169,159)
#A8B0A7
(168,176,167)
#B0B7AF
(176,183,175)
#B8BEB7
(184,190,183)
#C0C5BF
(192,197,191)
#C8CCC7
(200,204,199)
#D0D3CF
(208,211,207)
#D8DAD7
(216,218,215)
#E0E1DF
(224,225,223)
#E8E8E7
(232,232,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A99F; }

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

This text font color is #A0A99F.


Background Color

.myBgColor { background-color: #A0A99F; }

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

This div background color is #A0A99F.


Border color

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

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

This div border color is #A0A99F.


Opacity

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

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

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

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

This text has shadow with #A0A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A99F on black background.


Color preview on white background

This text has color #A0A99F on white background.



Black color preview on #A0A99F background

This text has black color on #A0A99F background.


White color preview on #A0A99F background

This text has white color on #A0A99F background.