COLOR #AD9C63

HEX: #AD9C63 RGB: (173,156,99)

Color info

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

RGB color model

#AD9C63 color RGB value is (173,156,99).

RGB: (173,156,99) (68%, 61%, 39%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 99 of 255 = 39%

173
156
99

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 99 = 428 (100%)
R 173 of 428 ~ 40.42%
G 156 of 428 ~ 36.45%
B 99 of 428 ~ 23.13'%

%40.42
%36.45
%23.13

CMYK color model

#AD9C63 color CMYK value is (0,10,43,32).

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

CMYK: (0,10,43,32)
C0M10Y43K32 (0%, 10%, 43%, 32%)
(0.00 / 0.10 / 0.43 / 0.32)

CMYK percentages

%0
%9.83
%42.77
%32.16

Codes

Color #AD9C63 in popluar color models

AD 9C 63
RGB 173 156 99
HSL 46° 31.09% 53.33%
HSB/HSV 46° 42.77% 67.84%
CMYK 0.00% 9.83% 42.77%
32.16%

Color #AD9C63 in popluar number systems.

HEX AD 9C 63
Decimal 173 156 99
Binary 10101101 10011100 1100011
Octal 255 234 143

Shades and tints

Shades of #AD9C63

#AD9C63
(173,156,99)
#9E8E5A
(158,142,90)
#8F8051
(143,128,81)
#807248
(128,114,72)
#71643F
(113,100,63)
#625636
(98,86,54)
#53482D
(83,72,45)
#443A24
(68,58,36)
#352C1B
(53,44,27)
#261E12
(38,30,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #AD9C63

#AD9C63
(173,156,99)
#B4A571
(180,165,113)
#BBAE7F
(187,174,127)
#C2B78D
(194,183,141)
#C9C09B
(201,192,155)
#D0C9A9
(208,201,169)
#D7D2B7
(215,210,183)
#DEDBC5
(222,219,197)
#E5E4D3
(229,228,211)
#ECEDE1
(236,237,225)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C63; }

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

This text font color is #AD9C63.

Background Color

.myBgColor { background-color: #AD9C63; }

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

This div background color is #AD9C63.

Border color

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

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

This div border color is #AD9C63.

Opacity

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

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

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

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

This text has shadow with #AD9C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9C63.

Preview

Color preview on black background

This text has color #AD9C63 on black background.


Color preview on white background

This text has color #AD9C63 on white background.


Black color preview on #AD9C63 background

This text has black color on #AD9C63 background.


White color preview on #AD9C63 background

This text has white color on #AD9C63 background.


Related colors

Complementary color

Complementary color for #hex is #52639C.


I love getcolorcode.com

Triadic colors

1 #63AD9C and #9C63AD with #AD9C63 are triadic colors.

2 #639CAD and #9CAD63 with #AD9C63 are triadic colors.