COLOR #A0A994

HEX: #A0A994 RGB: (160,169,148)

Color info

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

RGB color model

#A0A994 color RGB value is (160,169,148).

RGB: (160,169,148) (63%, 66%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 148 of 255 = 58%

160
169
148

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

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 148 = 477 (100%)
R 160 of 477 ~ 33.54%
G 169 of 477 ~ 35.43%
B 148 of 477 ~ 31.03'%

%33.54
%35.43
%31.03

CMYK color model

#A0A994 color CMYK value is (5,0,12,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 33.73%
CMYK: (5,0,12,34) C5M0Y12K34 (5%,0%,12%,34%) (0.05/0.00/0.12/0.34) 

CMYK percentages

%5.33
%0
%12.43
%33.73

Codes

Color #A0A994 in popluar color models

A0 A9 94
RGB 160 169 148
HSL 86° 10.88% 62.16%
HSB/HSV 86° 12.43% 66.27%
CMYK 5.33% 0.00% 12.43%
33.73%

Color #A0A994 in popluar number systems.

HEX A0 A9 94
Decimal 160 169 148
Binary 10100000 10101001 10010100
Octal 240 251 224

Shades and tints

Shades of #A0A994

#A0A994
(160,169,148)
#929A87
(146,154,135)
#848B7A
(132,139,122)
#767C6D
(118,124,109)
#686D60
(104,109,96)
#5A5E53
(90,94,83)
#4C4F46
(76,79,70)
#3E4039
(62,64,57)
#30312C
(48,49,44)
#22221F
(34,34,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0A994

#A0A994
(160,169,148)
#A8B09D
(168,176,157)
#B0B7A6
(176,183,166)
#B8BEAF
(184,190,175)
#C0C5B8
(192,197,184)
#C8CCC1
(200,204,193)
#D0D3CA
(208,211,202)
#D8DAD3
(216,218,211)
#E0E1DC
(224,225,220)
#E8E8E5
(232,232,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A994; }

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

This text font color is #A0A994.

Background Color

.myBgColor { background-color: #A0A994; }

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

This div background color is #A0A994.

Border color

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

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

This div border color is #A0A994.

Opacity

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

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

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

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

This text has shadow with #A0A994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A994.

Preview

Color preview on black background

This text has color #A0A994 on black background.


Color preview on white background

This text has color #A0A994 on white background.


Black color preview on #A0A994 background

This text has black color on #A0A994 background.


White color preview on #A0A994 background

This text has white color on #A0A994 background.


Related colors

Complementary color

Complementary color for #hex is #5F566B.


I love getcolorcode.com

Triadic colors

1 #94A0A9 and #A994A0 with #A0A994 are triadic colors.

2 #94A9A0 and #A9A094 with #A0A994 are triadic colors.