COLOR #ADAA97

HEX: #ADAA97
RGB: (173,170,151)

Color info

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

RGB color model

#ADAA97 color RGB value is (173,170,151).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 151 of 255 = 59%

173
170
151

R + G + B ~ 65%. #ADAA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 151 = 494 (100%)
R 173 of 494 ~ 35.02%
G 170 of 494 ~ 34.41%
B 151 of 494 ~ 30.57%

%35.02
%34.41
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.73%
  • 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
%1.73
%12.72
%32.16

Codes

Color #ADAA97 in popluar color models

ADAA97
RGB173170151
HSL52°11.83%63.53%
HSB/HSV52°12.72%67.84%
CMYK0.00%1.73%12.72%
32.16%

Color #ADAA97 in popluar number systems.

HEXADAA97
Decimal173170151
Binary101011011010101010010111
Octal255252227

Shades and tints

Shades of #ADAA97

#ADAA97
(173,170,151)
#9E9B8A
(158,155,138)
#8F8C7D
(143,140,125)
#807D70
(128,125,112)
#716E63
(113,110,99)
#625F56
(98,95,86)
#535049
(83,80,73)
#44413C
(68,65,60)
#35322F
(53,50,47)
#262322
(38,35,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADAA97

#ADAA97
(173,170,151)
#B4B1A0
(180,177,160)
#BBB8A9
(187,184,169)
#C2BFB2
(194,191,178)
#C9C6BB
(201,198,187)
#D0CDC4
(208,205,196)
#D7D4CD
(215,212,205)
#DEDBD6
(222,219,214)
#E5E2DF
(229,226,223)
#ECE9E8
(236,233,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA97; }

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

This text font color is #ADAA97.


Background Color

.myBgColor { background-color: #ADAA97; }

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

This div background color is #ADAA97.


Border color

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

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

This div border color is #ADAA97.


Opacity

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

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

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

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

This text has shadow with #ADAA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA97 on black background.


Color preview on white background

This text has color #ADAA97 on white background.



Black color preview on #ADAA97 background

This text has black color on #ADAA97 background.


White color preview on #ADAA97 background

This text has white color on #ADAA97 background.