COLOR #A0A997

HEX: #A0A997 RGB: (160,169,151)

Color info

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

RGB color model

#A0A997 color RGB value is (160,169,151).

RGB: (160,169,151) (63%, 66%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 151 of 255 = 59%

160
169
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 151 = 480 (100%)
R 160 of 480 ~ 33.33%
G 169 of 480 ~ 35.21%
B 151 of 480 ~ 31.46'%

%33.33
%35.21
%31.46

CMYK color model

#A0A997 color CMYK value is (5,0,11,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK: (5,0,11,34) C5M0Y11K34 (5%,0%,11%,34%) (0.05/0.00/0.11/0.34) 

CMYK percentages

%5.33
%0
%10.65
%33.73

Codes

Color #A0A997 in popluar color models

A0 A9 97
RGB 160 169 151
HSL 90° 9.47% 62.75%
HSB/HSV 90° 10.65% 66.27%
CMYK 5.33% 0.00% 10.65%
33.73%

Color #A0A997 in popluar number systems.

HEX A0 A9 97
Decimal 160 169 151
Binary 10100000 10101001 10010111
Octal 240 251 227

Shades and tints

Shades of #A0A997

#A0A997
(160,169,151)
#929A8A
(146,154,138)
#848B7D
(132,139,125)
#767C70
(118,124,112)
#686D63
(104,109,99)
#5A5E56
(90,94,86)
#4C4F49
(76,79,73)
#3E403C
(62,64,60)
#30312F
(48,49,47)
#222222
(34,34,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A0A997

#A0A997
(160,169,151)
#A8B0A0
(168,176,160)
#B0B7A9
(176,183,169)
#B8BEB2
(184,190,178)
#C0C5BB
(192,197,187)
#C8CCC4
(200,204,196)
#D0D3CD
(208,211,205)
#D8DAD6
(216,218,214)
#E0E1DF
(224,225,223)
#E8E8E8
(232,232,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A997; }

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

This text font color is #A0A997.

Background Color

.myBgColor { background-color: #A0A997; }

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

This div background color is #A0A997.

Border color

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

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

This div border color is #A0A997.

Opacity

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

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

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

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

This text has shadow with #A0A997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A997.

Preview

Color preview on black background

This text has color #A0A997 on black background.


Color preview on white background

This text has color #A0A997 on white background.


Black color preview on #A0A997 background

This text has black color on #A0A997 background.


White color preview on #A0A997 background

This text has white color on #A0A997 background.


Related colors

Complementary color

Complementary color for #hex is #5F5668.


I love getcolorcode.com

Triadic colors

1 #97A0A9 and #A997A0 with #A0A997 are triadic colors.

2 #97A9A0 and #A9A097 with #A0A997 are triadic colors.