COLOR #ADA197

HEX: #ADA197
RGB: (173,161,151)

Color info

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

RGB color model

#ADA197 color RGB value is (173,161,151).

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

RGB channels and saturation

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

173
161
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 151 = 485 (100%)
R 173 of 485 ~ 35.67%
G 161 of 485 ~ 33.2%
B 151 of 485 ~ 31.13%

%35.67
%33.2
%31.13

CMYK color model

#ADA197 color CMYK value is (0,7,13,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,7,13,32)
C0M7Y13K32 
(0%,7%,13%,32%)
(0.00/0.07/0.13/0.32)	

CMYK percentages

%0
%6.94
%12.72
%32.16

Codes

Color #ADA197 in popluar color models

ADA197
RGB173161151
HSL27°11.83%63.53%
HSB/HSV27°12.72%67.84%
CMYK0.00%6.94%12.72%
32.16%

Color #ADA197 in popluar number systems.

HEXADA197
Decimal173161151
Binary101011011010000110010111
Octal255241227

Shades and tints

Shades of #ADA197

#ADA197
(173,161,151)
#9E938A
(158,147,138)
#8F857D
(143,133,125)
#807770
(128,119,112)
#716963
(113,105,99)
#625B56
(98,91,86)
#534D49
(83,77,73)
#443F3C
(68,63,60)
#35312F
(53,49,47)
#262322
(38,35,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADA197

#ADA197
(173,161,151)
#B4A9A0
(180,169,160)
#BBB1A9
(187,177,169)
#C2B9B2
(194,185,178)
#C9C1BB
(201,193,187)
#D0C9C4
(208,201,196)
#D7D1CD
(215,209,205)
#DED9D6
(222,217,214)
#E5E1DF
(229,225,223)
#ECE9E8
(236,233,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA197; }

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

This text font color is #ADA197.


Background Color

.myBgColor { background-color: #ADA197; }

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

This div background color is #ADA197.


Border color

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

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

This div border color is #ADA197.


Opacity

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

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

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

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

This text has shadow with #ADA197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA197 on black background.


Color preview on white background

This text has color #ADA197 on white background.



Black color preview on #ADA197 background

This text has black color on #ADA197 background.


White color preview on #ADA197 background

This text has white color on #ADA197 background.