COLOR #AD9E65

HEX: #AD9E65
RGB: (173,158,101)

Color info

#AD9E65 contains mainly red and green colors. Web safe color of #AD9E65 is #999966 (or #996).

RGB color model

#AD9E65 color RGB value is (173,158,101).

  • red value is 173;
  • green value is 158;
  • blue value is 101.
RGB:
(173,158,101)
(68%,62%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 101 of 255 = 40%

173
158
101

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

Portions of RGB colors in percentages

R + G + B =
173 + 158 + 101 = 432 (100%)
R 173 of 432 ~ 40.05%
G 158 of 432 ~ 36.57%
B 101 of 432 ~ 23.38%

%40.05
%36.57
%23.38

CMYK color model

#AD9E65 color CMYK value is (0,9,42,32).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 41.62%
  • key color value is 32.16%
CMYK:
(0,9,42,32)
C0M9Y42K32 
(0%,9%,42%,32%)
(0.00/0.09/0.42/0.32)	

CMYK percentages

%0
%8.67
%41.62
%32.16

Codes

Color #AD9E65 in popluar color models

AD9E65
RGB173158101
HSL48°30.51%53.73%
HSB/HSV48°41.62%67.84%
CMYK0.00%8.67%41.62%
32.16%

Color #AD9E65 in popluar number systems.

HEXAD9E65
Decimal173158101
Binary10101101100111101100101
Octal255236145

Shades and tints

Shades of #AD9E65

#AD9E65
(173,158,101)
#9E905C
(158,144,92)
#8F8253
(143,130,83)
#80744A
(128,116,74)
#716641
(113,102,65)
#625838
(98,88,56)
#534A2F
(83,74,47)
#443C26
(68,60,38)
#352E1D
(53,46,29)
#262014
(38,32,20)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #AD9E65

#AD9E65
(173,158,101)
#B4A673
(180,166,115)
#BBAE81
(187,174,129)
#C2B68F
(194,182,143)
#C9BE9D
(201,190,157)
#D0C6AB
(208,198,171)
#D7CEB9
(215,206,185)
#DED6C7
(222,214,199)
#E5DED5
(229,222,213)
#ECE6E3
(236,230,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9E65 color. Also use rgb(173,158,101) instead hex code.

Text Font Color

.myTextColor { color: #AD9E65; }

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

This text font color is #AD9E65.


Background Color

.myBgColor { background-color: #AD9E65; }

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

This div background color is #AD9E65.


Border color

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

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

This div border color is #AD9E65.


Opacity

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

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

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

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

This text has shadow with #AD9E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9E65 on black background.


Color preview on white background

This text has color #AD9E65 on white background.



Black color preview on #AD9E65 background

This text has black color on #AD9E65 background.


White color preview on #AD9E65 background

This text has white color on #AD9E65 background.