COLOR #ADA57E

HEX: #ADA57E
RGB: (173,165,126)

Color info

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

RGB color model

#ADA57E color RGB value is (173,165,126).

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

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 126 of 255 = 49%

173
165
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 126 = 464 (100%)
R 173 of 464 ~ 37.28%
G 165 of 464 ~ 35.56%
B 126 of 464 ~ 27.16%

%37.28
%35.56
%27.16

CMYK color model

#ADA57E color CMYK value is (0,5,27,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,5,27,32)
C0M5Y27K32 
(0%,5%,27%,32%)
(0.00/0.05/0.27/0.32)	

CMYK percentages

%0
%4.62
%27.17
%32.16

Codes

Color #ADA57E in popluar color models

ADA57E
RGB173165126
HSL50°22.27%58.63%
HSB/HSV50°27.17%67.84%
CMYK0.00%4.62%27.17%
32.16%

Color #ADA57E in popluar number systems.

HEXADA57E
Decimal173165126
Binary10101101101001011111110
Octal255245176

Shades and tints

Shades of #ADA57E

#ADA57E
(173,165,126)
#9E9673
(158,150,115)
#8F8768
(143,135,104)
#80785D
(128,120,93)
#716952
(113,105,82)
#625A47
(98,90,71)
#534B3C
(83,75,60)
#443C31
(68,60,49)
#352D26
(53,45,38)
#261E1B
(38,30,27)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #ADA57E

#ADA57E
(173,165,126)
#B4AD89
(180,173,137)
#BBB594
(187,181,148)
#C2BD9F
(194,189,159)
#C9C5AA
(201,197,170)
#D0CDB5
(208,205,181)
#D7D5C0
(215,213,192)
#DEDDCB
(222,221,203)
#E5E5D6
(229,229,214)
#ECEDE1
(236,237,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA57E; }

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

This text font color is #ADA57E.


Background Color

.myBgColor { background-color: #ADA57E; }

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

This div background color is #ADA57E.


Border color

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

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

This div border color is #ADA57E.


Opacity

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

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

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

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

This text has shadow with #ADA57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA57E on black background.


Color preview on white background

This text has color #ADA57E on white background.



Black color preview on #ADA57E background

This text has black color on #ADA57E background.


White color preview on #ADA57E background

This text has white color on #ADA57E background.