COLOR #A0A697

HEX: #A0A697
RGB: (160,166,151)

Color info

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

RGB color model

#A0A697 color RGB value is (160,166,151).

  • red value is 160;
  • green value is 166;
  • blue value is 151.
RGB:
(160,166,151)
(63%,65%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 151 of 255 = 59%

160
166
151

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

Portions of RGB colors in percentages

R + G + B =
160 + 166 + 151 = 477 (100%)
R 160 of 477 ~ 33.54%
G 166 of 477 ~ 34.8%
B 151 of 477 ~ 31.66%

%33.54
%34.8
%31.66

CMYK color model

#A0A697 color CMYK value is (4,0,9,35).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(4,0,9,35)
C4M0Y9K35 
(4%,0%,9%,35%)
(0.04/0.00/0.09/0.35)	

CMYK percentages

%3.61
%0
%9.04
%34.9

Codes

Color #A0A697 in popluar color models

A0A697
RGB160166151
HSL84°7.77%62.16%
HSB/HSV84°9.04%65.10%
CMYK3.61%0.00%9.04%
34.90%

Color #A0A697 in popluar number systems.

HEXA0A697
Decimal160166151
Binary101000001010011010010111
Octal240246227

Shades and tints

Shades of #A0A697

#A0A697
(160,166,151)
#92978A
(146,151,138)
#84887D
(132,136,125)
#767970
(118,121,112)
#686A63
(104,106,99)
#5A5B56
(90,91,86)
#4C4C49
(76,76,73)
#3E3D3C
(62,61,60)
#302E2F
(48,46,47)
#221F22
(34,31,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A0A697

#A0A697
(160,166,151)
#A8AEA0
(168,174,160)
#B0B6A9
(176,182,169)
#B8BEB2
(184,190,178)
#C0C6BB
(192,198,187)
#C8CEC4
(200,206,196)
#D0D6CD
(208,214,205)
#D8DED6
(216,222,214)
#E0E6DF
(224,230,223)
#E8EEE8
(232,238,232)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A697; }

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

This text font color is #A0A697.


Background Color

.myBgColor { background-color: #A0A697; }

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

This div background color is #A0A697.


Border color

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

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

This div border color is #A0A697.


Opacity

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

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

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

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

This text has shadow with #A0A697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A697 on black background.


Color preview on white background

This text has color #A0A697 on white background.



Black color preview on #A0A697 background

This text has black color on #A0A697 background.


White color preview on #A0A697 background

This text has white color on #A0A697 background.