COLOR #ADA97B

HEX: #ADA97B
RGB: (173,169,123)

Color info

#ADA97B contains red, green and blue colors in about the same proportion. Web safe color of #ADA97B is #999966 (or #996).

RGB color model

#ADA97B color RGB value is (173,169,123).

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

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 123 of 255 = 48%

173
169
123

R + G + B ~ 61%. #ADA97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 123 = 465 (100%)
R 173 of 465 ~ 37.2%
G 169 of 465 ~ 36.34%
B 123 of 465 ~ 26.45%

%37.2
%36.34
%26.45

CMYK color model

#ADA97B color CMYK value is (0,2,29,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK:
(0,2,29,32)
C0M2Y29K32 
(0%,2%,29%,32%)
(0.00/0.02/0.29/0.32)	

CMYK percentages

%0
%2.31
%28.9
%32.16

Codes

Color #ADA97B in popluar color models

ADA97B
RGB173169123
HSL55°23.36%58.04%
HSB/HSV55°28.90%67.84%
CMYK0.00%2.31%28.90%
32.16%

Color #ADA97B in popluar number systems.

HEXADA97B
Decimal173169123
Binary10101101101010011111011
Octal255251173

Shades and tints

Shades of #ADA97B

#ADA97B
(173,169,123)
#9E9A70
(158,154,112)
#8F8B65
(143,139,101)
#807C5A
(128,124,90)
#716D4F
(113,109,79)
#625E44
(98,94,68)
#534F39
(83,79,57)
#44402E
(68,64,46)
#353123
(53,49,35)
#262218
(38,34,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #ADA97B

#ADA97B
(173,169,123)
#B4B087
(180,176,135)
#BBB793
(187,183,147)
#C2BE9F
(194,190,159)
#C9C5AB
(201,197,171)
#D0CCB7
(208,204,183)
#D7D3C3
(215,211,195)
#DEDACF
(222,218,207)
#E5E1DB
(229,225,219)
#ECE8E7
(236,232,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA97B; }

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

This text font color is #ADA97B.


Background Color

.myBgColor { background-color: #ADA97B; }

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

This div background color is #ADA97B.


Border color

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

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

This div border color is #ADA97B.


Opacity

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

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

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

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

This text has shadow with #ADA97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA97B on black background.


Color preview on white background

This text has color #ADA97B on white background.



Black color preview on #ADA97B background

This text has black color on #ADA97B background.


White color preview on #ADA97B background

This text has white color on #ADA97B background.