COLOR #A0AD99

HEX: #A0AD99
RGB: (160,173,153)

Color info

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

RGB color model

#A0AD99 color RGB value is (160,173,153).

  • red value is 160;
  • green value is 173;
  • blue value is 153.
RGB:
(160,173,153)
(63%,68%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 153 of 255 = 60%

160
173
153

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 153 = 486 (100%)
R 160 of 486 ~ 32.92%
G 173 of 486 ~ 35.6%
B 153 of 486 ~ 31.48%

%32.92
%35.6
%31.48

CMYK color model

#A0AD99 color CMYK value is (8,0,12,32).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(8,0,12,32)
C8M0Y12K32 
(8%,0%,12%,32%)
(0.08/0.00/0.12/0.32)	

CMYK percentages

%7.51
%0
%11.56
%32.16

Codes

Color #A0AD99 in popluar color models

A0AD99
RGB160173153
HSL99°10.87%63.92%
HSB/HSV99°11.56%67.84%
CMYK7.51%0.00%11.56%
32.16%

Color #A0AD99 in popluar number systems.

HEXA0AD99
Decimal160173153
Binary101000001010110110011001
Octal240255231

Shades and tints

Shades of #A0AD99

#A0AD99
(160,173,153)
#929E8C
(146,158,140)
#848F7F
(132,143,127)
#768072
(118,128,114)
#687165
(104,113,101)
#5A6258
(90,98,88)
#4C534B
(76,83,75)
#3E443E
(62,68,62)
#303531
(48,53,49)
#222624
(34,38,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A0AD99

#A0AD99
(160,173,153)
#A8B4A2
(168,180,162)
#B0BBAB
(176,187,171)
#B8C2B4
(184,194,180)
#C0C9BD
(192,201,189)
#C8D0C6
(200,208,198)
#D0D7CF
(208,215,207)
#D8DED8
(216,222,216)
#E0E5E1
(224,229,225)
#E8ECEA
(232,236,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AD99; }

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

This text font color is #A0AD99.


Background Color

.myBgColor { background-color: #A0AD99; }

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

This div background color is #A0AD99.


Border color

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

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

This div border color is #A0AD99.


Opacity

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

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

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

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

This text has shadow with #A0AD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AD99 on black background.


Color preview on white background

This text has color #A0AD99 on white background.



Black color preview on #A0AD99 background

This text has black color on #A0AD99 background.


White color preview on #A0AD99 background

This text has white color on #A0AD99 background.