COLOR #A0AA99

HEX: #A0AA99 RGB: (160,170,153)

Color info

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

RGB color model

#A0AA99 color RGB value is (160,170,153).

RGB: (160,170,153) (63%, 67%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 153 of 255 = 60%

160
170
153

R + G + B ~ 63%. #A0AA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 170 + 153 = 483 (100%)
R 160 of 483 ~ 33.13%
G 170 of 483 ~ 35.2%
B 153 of 483 ~ 31.68'%

%33.13
%35.2
%31.68

CMYK color model

#A0AA99 color CMYK value is (6,0,10,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%

CMYK: (6,0,10,33)
C6M0Y10K33 (6%, 0%, 10%, 33%)
(0.06 / 0.00 / 0.10 / 0.33)

CMYK percentages

%5.88
%0
%10
%33.33

Codes

Color #A0AA99 in popluar color models

A0 AA 99
RGB 160 170 153
HSL 95° 9.09% 63.33%
HSB/HSV 95° 10.00% 66.67%
CMYK 5.88% 0.00% 10.00%
33.33%

Color #A0AA99 in popluar number systems.

HEX A0 AA 99
Decimal 160 170 153
Binary 10100000 10101010 10011001
Octal 240 252 231

Shades and tints

Shades of #A0AA99

#A0AA99
(160,170,153)
#929B8C
(146,155,140)
#848C7F
(132,140,127)
#767D72
(118,125,114)
#686E65
(104,110,101)
#5A5F58
(90,95,88)
#4C504B
(76,80,75)
#3E413E
(62,65,62)
#303231
(48,50,49)
#222324
(34,35,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A0AA99

#A0AA99
(160,170,153)
#A8B1A2
(168,177,162)
#B0B8AB
(176,184,171)
#B8BFB4
(184,191,180)
#C0C6BD
(192,198,189)
#C8CDC6
(200,205,198)
#D0D4CF
(208,212,207)
#D8DBD8
(216,219,216)
#E0E2E1
(224,226,225)
#E8E9EA
(232,233,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AA99 color. Also use rgb(160,170,153) instead hex code.

Text Font Color

.myTextColor { color: #A0AA99; }

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

This text font color is #A0AA99.

Background Color

.myBgColor { background-color: #A0AA99; }

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

This div background color is #A0AA99.

Border color

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

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

This div border color is #A0AA99.

Opacity

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

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

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

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

This text has shadow with #A0AA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AA99.

Preview

Color preview on black background

This text has color #A0AA99 on black background.


Color preview on white background

This text has color #A0AA99 on white background.


Black color preview on #A0AA99 background

This text has black color on #A0AA99 background.


White color preview on #A0AA99 background

This text has white color on #A0AA99 background.


Related colors

Complementary color

Complementary color for #hex is #5F5566.


I love getcolorcode.com

Triadic colors

1 #99A0AA and #AA99A0 with #A0AA99 are triadic colors.

2 #99AAA0 and #AAA099 with #A0AA99 are triadic colors.