COLOR #AD937E

HEX: #AD937E
RGB: (173,147,126)

Color info

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

RGB color model

#AD937E color RGB value is (173,147,126).

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

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 126 of 255 = 49%

173
147
126

R + G + B ~ 58%. #AD937E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 126 = 446 (100%)
R 173 of 446 ~ 38.79%
G 147 of 446 ~ 32.96%
B 126 of 446 ~ 28.25%

%38.79
%32.96
%28.25

CMYK color model

#AD937E color CMYK value is (0,15,27,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,15,27,32)
C0M15Y27K32 
(0%,15%,27%,32%)
(0.00/0.15/0.27/0.32)	

CMYK percentages

%0
%15.03
%27.17
%32.16

Codes

Color #AD937E in popluar color models

AD937E
RGB173147126
HSL27°22.27%58.63%
HSB/HSV27°27.17%67.84%
CMYK0.00%15.03%27.17%
32.16%

Color #AD937E in popluar number systems.

HEXAD937E
Decimal173147126
Binary10101101100100111111110
Octal255223176

Shades and tints

Shades of #AD937E

#AD937E
(173,147,126)
#9E8673
(158,134,115)
#8F7968
(143,121,104)
#806C5D
(128,108,93)
#715F52
(113,95,82)
#625247
(98,82,71)
#53453C
(83,69,60)
#443831
(68,56,49)
#352B26
(53,43,38)
#261E1B
(38,30,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD937E

#AD937E
(173,147,126)
#B49C89
(180,156,137)
#BBA594
(187,165,148)
#C2AE9F
(194,174,159)
#C9B7AA
(201,183,170)
#D0C0B5
(208,192,181)
#D7C9C0
(215,201,192)
#DED2CB
(222,210,203)
#E5DBD6
(229,219,214)
#ECE4E1
(236,228,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD937E; }

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

This text font color is #AD937E.


Background Color

.myBgColor { background-color: #AD937E; }

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

This div background color is #AD937E.


Border color

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

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

This div border color is #AD937E.


Opacity

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

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

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

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

This text has shadow with #AD937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD937E on black background.


Color preview on white background

This text has color #AD937E on white background.



Black color preview on #AD937E background

This text has black color on #AD937E background.


White color preview on #AD937E background

This text has white color on #AD937E background.