COLOR #A0AD97

HEX: #A0AD97 RGB: (160,173,151)

Color info

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

RGB color model

#A0AD97 color RGB value is (160,173,151).

RGB: (160,173,151) (63%, 68%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 151 of 255 = 59%

160
173
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 173 + 151 = 484 (100%)
R 160 of 484 ~ 33.06%
G 173 of 484 ~ 35.74%
B 151 of 484 ~ 31.2'%

%33.06
%35.74
%31.2

CMYK color model

#A0AD97 color CMYK value is (8,0,13,32).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 12.72%
  • key color value is 32.16%

CMYK: (8,0,13,32)
C8M0Y13K32 (8%, 0%, 13%, 32%)
(0.08 / 0.00 / 0.13 / 0.32)

CMYK percentages

%7.51
%0
%12.72
%32.16

Codes

Color #A0AD97 in popluar color models

A0 AD 97
RGB 160 173 151
HSL 95° 11.83% 63.53%
HSB/HSV 95° 12.72% 67.84%
CMYK 7.51% 0.00% 12.72%
32.16%

Color #A0AD97 in popluar number systems.

HEX A0 AD 97
Decimal 160 173 151
Binary 10100000 10101101 10010111
Octal 240 255 227

Shades and tints

Shades of #A0AD97

#A0AD97
(160,173,151)
#929E8A
(146,158,138)
#848F7D
(132,143,125)
#768070
(118,128,112)
#687163
(104,113,99)
#5A6256
(90,98,86)
#4C5349
(76,83,73)
#3E443C
(62,68,60)
#30352F
(48,53,47)
#222622
(34,38,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A0AD97

#A0AD97
(160,173,151)
#A8B4A0
(168,180,160)
#B0BBA9
(176,187,169)
#B8C2B2
(184,194,178)
#C0C9BB
(192,201,187)
#C8D0C4
(200,208,196)
#D0D7CD
(208,215,205)
#D8DED6
(216,222,214)
#E0E5DF
(224,229,223)
#E8ECE8
(232,236,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AD97; }

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

This text font color is #A0AD97.

Background Color

.myBgColor { background-color: #A0AD97; }

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

This div background color is #A0AD97.

Border color

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

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

This div border color is #A0AD97.

Opacity

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

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

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

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

This text has shadow with #A0AD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AD97.

Preview

Color preview on black background

This text has color #A0AD97 on black background.


Color preview on white background

This text has color #A0AD97 on white background.


Black color preview on #A0AD97 background

This text has black color on #A0AD97 background.


White color preview on #A0AD97 background

This text has white color on #A0AD97 background.


Related colors

Complementary color

Complementary color for #hex is #5F5268.


I love getcolorcode.com

Triadic colors

1 #97A0AD and #AD97A0 with #A0AD97 are triadic colors.

2 #97ADA0 and #ADA097 with #A0AD97 are triadic colors.