COLOR #ADA59D

HEX: #ADA59D
RGB: (173,165,157)

Color info

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

RGB color model

#ADA59D color RGB value is (173,165,157).

  • red value is 173;
  • green value is 165;
  • blue value is 157.
RGB:
(173,165,157)
(68%,65%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 157 of 255 = 62%

173
165
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 157 = 495 (100%)
R 173 of 495 ~ 34.95%
G 165 of 495 ~ 33.33%
B 157 of 495 ~ 31.72%

%34.95
%33.33
%31.72

CMYK color model

#ADA59D color CMYK value is (0,5,9,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,5,9,32)
C0M5Y9K32 
(0%,5%,9%,32%)
(0.00/0.05/0.09/0.32)	

CMYK percentages

%0
%4.62
%9.25
%32.16

Codes

Color #ADA59D in popluar color models

ADA59D
RGB173165157
HSL30°8.89%64.71%
HSB/HSV30°9.25%67.84%
CMYK0.00%4.62%9.25%
32.16%

Color #ADA59D in popluar number systems.

HEXADA59D
Decimal173165157
Binary101011011010010110011101
Octal255245235

Shades and tints

Shades of #ADA59D

#ADA59D
(173,165,157)
#9E968F
(158,150,143)
#8F8781
(143,135,129)
#807873
(128,120,115)
#716965
(113,105,101)
#625A57
(98,90,87)
#534B49
(83,75,73)
#443C3B
(68,60,59)
#352D2D
(53,45,45)
#261E1F
(38,30,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #ADA59D

#ADA59D
(173,165,157)
#B4ADA5
(180,173,165)
#BBB5AD
(187,181,173)
#C2BDB5
(194,189,181)
#C9C5BD
(201,197,189)
#D0CDC5
(208,205,197)
#D7D5CD
(215,213,205)
#DEDDD5
(222,221,213)
#E5E5DD
(229,229,221)
#ECEDE5
(236,237,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA59D color. Also use rgb(173,165,157) instead hex code.

Text Font Color

.myTextColor { color: #ADA59D; }

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

This text font color is #ADA59D.


Background Color

.myBgColor { background-color: #ADA59D; }

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

This div background color is #ADA59D.


Border color

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

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

This div border color is #ADA59D.


Opacity

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

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

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

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

This text has shadow with #ADA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA59D on black background.


Color preview on white background

This text has color #ADA59D on white background.



Black color preview on #ADA59D background

This text has black color on #ADA59D background.


White color preview on #ADA59D background

This text has white color on #ADA59D background.