COLOR #AD9E6C

HEX: #AD9E6C RGB: (173,158,108)

Color info

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

RGB color model

#AD9E6C color RGB value is (173,158,108).

RGB: (173,158,108) (68%, 62%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 108 of 255 = 42%

173
158
108

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 108 = 439 (100%)
R 173 of 439 ~ 39.41%
G 158 of 439 ~ 35.99%
B 108 of 439 ~ 24.6'%

%39.41
%35.99
%24.6

CMYK color model

#AD9E6C color CMYK value is (0,9,38,32).

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

CMYK: (0,9,38,32)
C0M9Y38K32 (0%, 9%, 38%, 32%)
(0.00 / 0.09 / 0.38 / 0.32)

CMYK percentages

%0
%8.67
%37.57
%32.16

Codes

Color #AD9E6C in popluar color models

AD 9E 6C
RGB 173 158 108
HSL 46° 28.38% 55.10%
HSB/HSV 46° 37.57% 67.84%
CMYK 0.00% 8.67% 37.57%
32.16%

Color #AD9E6C in popluar number systems.

HEX AD 9E 6C
Decimal 173 158 108
Binary 10101101 10011110 1101100
Octal 255 236 154

Shades and tints

Shades of #AD9E6C

#AD9E6C
(173,158,108)
#9E9063
(158,144,99)
#8F825A
(143,130,90)
#807451
(128,116,81)
#716648
(113,102,72)
#62583F
(98,88,63)
#534A36
(83,74,54)
#443C2D
(68,60,45)
#352E24
(53,46,36)
#26201B
(38,32,27)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD9E6C

#AD9E6C
(173,158,108)
#B4A679
(180,166,121)
#BBAE86
(187,174,134)
#C2B693
(194,182,147)
#C9BEA0
(201,190,160)
#D0C6AD
(208,198,173)
#D7CEBA
(215,206,186)
#DED6C7
(222,214,199)
#E5DED4
(229,222,212)
#ECE6E1
(236,230,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9E6C; }

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

This text font color is #AD9E6C.

Background Color

.myBgColor { background-color: #AD9E6C; }

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

This div background color is #AD9E6C.

Border color

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

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

This div border color is #AD9E6C.

Opacity

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

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

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

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

This text has shadow with #AD9E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9E6C.

Preview

Color preview on black background

This text has color #AD9E6C on black background.


Color preview on white background

This text has color #AD9E6C on white background.


Black color preview on #AD9E6C background

This text has black color on #AD9E6C background.


White color preview on #AD9E6C background

This text has white color on #AD9E6C background.


Related colors

Complementary color

Complementary color for #hex is #526193.


I love getcolorcode.com

Triadic colors

1 #6CAD9E and #9E6CAD with #AD9E6C are triadic colors.

2 #6C9EAD and #9EAD6C with #AD9E6C are triadic colors.