COLOR #AD938E

HEX: #AD938E
RGB: (173,147,142)

Color info

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

RGB color model

#AD938E color RGB value is (173,147,142).

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

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 142 of 255 = 56%

173
147
142

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

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 142 = 462 (100%)
R 173 of 462 ~ 37.45%
G 147 of 462 ~ 31.82%
B 142 of 462 ~ 30.74%

%37.45
%31.82
%30.74

CMYK color model

#AD938E color CMYK value is (0,15,18,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(0,15,18,32)
C0M15Y18K32 
(0%,15%,18%,32%)
(0.00/0.15/0.18/0.32)	

CMYK percentages

%0
%15.03
%17.92
%32.16

Codes

Color #AD938E in popluar color models

AD938E
RGB173147142
HSL10°15.90%61.76%
HSB/HSV10°17.92%67.84%
CMYK0.00%15.03%17.92%
32.16%

Color #AD938E in popluar number systems.

HEXAD938E
Decimal173147142
Binary101011011001001110001110
Octal255223216

Shades and tints

Shades of #AD938E

#AD938E
(173,147,142)
#9E8682
(158,134,130)
#8F7976
(143,121,118)
#806C6A
(128,108,106)
#715F5E
(113,95,94)
#625252
(98,82,82)
#534546
(83,69,70)
#44383A
(68,56,58)
#352B2E
(53,43,46)
#261E22
(38,30,34)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD938E

#AD938E
(173,147,142)
#B49C98
(180,156,152)
#BBA5A2
(187,165,162)
#C2AEAC
(194,174,172)
#C9B7B6
(201,183,182)
#D0C0C0
(208,192,192)
#D7C9CA
(215,201,202)
#DED2D4
(222,210,212)
#E5DBDE
(229,219,222)
#ECE4E8
(236,228,232)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD938E; }

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

This text font color is #AD938E.


Background Color

.myBgColor { background-color: #AD938E; }

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

This div background color is #AD938E.


Border color

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

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

This div border color is #AD938E.


Opacity

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

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

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

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

This text has shadow with #AD938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD938E on black background.


Color preview on white background

This text has color #AD938E on white background.



Black color preview on #AD938E background

This text has black color on #AD938E background.


White color preview on #AD938E background

This text has white color on #AD938E background.