COLOR #AD9C6E

HEX: #AD9C6E RGB: (173,156,110)

Color info

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

RGB color model

#AD9C6E color RGB value is (173,156,110).

RGB: (173,156,110) (68%, 61%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 110 of 255 = 43%

173
156
110

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 110 = 439 (100%)
R 173 of 439 ~ 39.41%
G 156 of 439 ~ 35.54%
B 110 of 439 ~ 25.06'%

%39.41
%35.54
%25.06

CMYK color model

#AD9C6E color CMYK value is (0,10,36,32).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 36.42%
  • key color value is 32.16%

CMYK: (0,10,36,32)
C0M10Y36K32 (0%, 10%, 36%, 32%)
(0.00 / 0.10 / 0.36 / 0.32)

CMYK percentages

%0
%9.83
%36.42
%32.16

Codes

Color #AD9C6E in popluar color models

AD 9C 6E
RGB 173 156 110
HSL 44° 27.75% 55.49%
HSB/HSV 44° 36.42% 67.84%
CMYK 0.00% 9.83% 36.42%
32.16%

Color #AD9C6E in popluar number systems.

HEX AD 9C 6E
Decimal 173 156 110
Binary 10101101 10011100 1101110
Octal 255 234 156

Shades and tints

Shades of #AD9C6E

#AD9C6E
(173,156,110)
#9E8E64
(158,142,100)
#8F805A
(143,128,90)
#807250
(128,114,80)
#716446
(113,100,70)
#62563C
(98,86,60)
#534832
(83,72,50)
#443A28
(68,58,40)
#352C1E
(53,44,30)
#261E14
(38,30,20)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #AD9C6E

#AD9C6E
(173,156,110)
#B4A57B
(180,165,123)
#BBAE88
(187,174,136)
#C2B795
(194,183,149)
#C9C0A2
(201,192,162)
#D0C9AF
(208,201,175)
#D7D2BC
(215,210,188)
#DEDBC9
(222,219,201)
#E5E4D6
(229,228,214)
#ECEDE3
(236,237,227)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9C6E color. Also use rgb(173,156,110) instead hex code.

Text Font Color

.myTextColor { color: #AD9C6E; }

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

This text font color is #AD9C6E.

Background Color

.myBgColor { background-color: #AD9C6E; }

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

This div background color is #AD9C6E.

Border color

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

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

This div border color is #AD9C6E.

Opacity

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

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

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

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

This text has shadow with #AD9C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9C6E.

Preview

Color preview on black background

This text has color #AD9C6E on black background.


Color preview on white background

This text has color #AD9C6E on white background.


Black color preview on #AD9C6E background

This text has black color on #AD9C6E background.


White color preview on #AD9C6E background

This text has white color on #AD9C6E background.


Related colors

Complementary color

Complementary color for #hex is #526391.


I love getcolorcode.com

Triadic colors

1 #6EAD9C and #9C6EAD with #AD9C6E are triadic colors.

2 #6E9CAD and #9CAD6E with #AD9C6E are triadic colors.