COLOR #AD9E6D

HEX: #AD9E6D RGB: (173,158,109)

Color info

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

RGB color model

#AD9E6D color RGB value is (173,158,109).

RGB: (173,158,109) (68%, 62%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 109 of 255 = 43%

173
158
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 109 = 440 (100%)
R 173 of 440 ~ 39.32%
G 158 of 440 ~ 35.91%
B 109 of 440 ~ 24.77'%

%39.32
%35.91
%24.77

CMYK color model

#AD9E6D color CMYK value is (0,9,37,32).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (0,9,37,32)
C0M9Y37K32 (0%, 9%, 37%, 32%)
(0.00 / 0.09 / 0.37 / 0.32)

CMYK percentages

%0
%8.67
%36.99
%32.16

Codes

Color #AD9E6D in popluar color models

AD 9E 6D
RGB 173 158 109
HSL 46° 28.07% 55.29%
HSB/HSV 46° 36.99% 67.84%
CMYK 0.00% 8.67% 36.99%
32.16%

Color #AD9E6D in popluar number systems.

HEX AD 9E 6D
Decimal 173 158 109
Binary 10101101 10011110 1101101
Octal 255 236 155

Shades and tints

Shades of #AD9E6D

#AD9E6D
(173,158,109)
#9E9064
(158,144,100)
#8F825B
(143,130,91)
#807452
(128,116,82)
#716649
(113,102,73)
#625840
(98,88,64)
#534A37
(83,74,55)
#443C2E
(68,60,46)
#352E25
(53,46,37)
#26201C
(38,32,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #AD9E6D

#AD9E6D
(173,158,109)
#B4A67A
(180,166,122)
#BBAE87
(187,174,135)
#C2B694
(194,182,148)
#C9BEA1
(201,190,161)
#D0C6AE
(208,198,174)
#D7CEBB
(215,206,187)
#DED6C8
(222,214,200)
#E5DED5
(229,222,213)
#ECE6E2
(236,230,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9E6D; }

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

This text font color is #AD9E6D.

Background Color

.myBgColor { background-color: #AD9E6D; }

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

This div background color is #AD9E6D.

Border color

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

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

This div border color is #AD9E6D.

Opacity

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

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

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

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

This text has shadow with #AD9E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9E6D.

Preview

Color preview on black background

This text has color #AD9E6D on black background.


Color preview on white background

This text has color #AD9E6D on white background.


Black color preview on #AD9E6D background

This text has black color on #AD9E6D background.


White color preview on #AD9E6D background

This text has white color on #AD9E6D background.


Related colors

Complementary color

Complementary color for #hex is #526192.


I love getcolorcode.com

Triadic colors

1 #6DAD9E and #9E6DAD with #AD9E6D are triadic colors.

2 #6D9EAD and #9EAD6D with #AD9E6D are triadic colors.