COLOR #ADA997

HEX: #ADA997
RGB: (173,169,151)

Color info

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

RGB color model

#ADA997 color RGB value is (173,169,151).

  • red value is 173;
  • green value is 169;
  • blue value is 151.
RGB:
(173,169,151)
(68%,66%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 151 of 255 = 59%

173
169
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 151 = 493 (100%)
R 173 of 493 ~ 35.09%
G 169 of 493 ~ 34.28%
B 151 of 493 ~ 30.63%

%35.09
%34.28
%30.63

CMYK color model

#ADA997 color CMYK value is (0,2,13,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,2,13,32)
C0M2Y13K32 
(0%,2%,13%,32%)
(0.00/0.02/0.13/0.32)	

CMYK percentages

%0
%2.31
%12.72
%32.16

Codes

Color #ADA997 in popluar color models

ADA997
RGB173169151
HSL49°11.83%63.53%
HSB/HSV49°12.72%67.84%
CMYK0.00%2.31%12.72%
32.16%

Color #ADA997 in popluar number systems.

HEXADA997
Decimal173169151
Binary101011011010100110010111
Octal255251227

Shades and tints

Shades of #ADA997

#ADA997
(173,169,151)
#9E9A8A
(158,154,138)
#8F8B7D
(143,139,125)
#807C70
(128,124,112)
#716D63
(113,109,99)
#625E56
(98,94,86)
#534F49
(83,79,73)
#44403C
(68,64,60)
#35312F
(53,49,47)
#262222
(38,34,34)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADA997

#ADA997
(173,169,151)
#B4B0A0
(180,176,160)
#BBB7A9
(187,183,169)
#C2BEB2
(194,190,178)
#C9C5BB
(201,197,187)
#D0CCC4
(208,204,196)
#D7D3CD
(215,211,205)
#DEDAD6
(222,218,214)
#E5E1DF
(229,225,223)
#ECE8E8
(236,232,232)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA997; }

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

This text font color is #ADA997.


Background Color

.myBgColor { background-color: #ADA997; }

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

This div background color is #ADA997.


Border color

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

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

This div border color is #ADA997.


Opacity

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

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

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

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

This text has shadow with #ADA997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA997 on black background.


Color preview on white background

This text has color #ADA997 on white background.



Black color preview on #ADA997 background

This text has black color on #ADA997 background.


White color preview on #ADA997 background

This text has white color on #ADA997 background.