COLOR #AD9366

HEX: #AD9366 RGB: (173,147,102)

Color info

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

RGB color model

#AD9366 color RGB value is (173,147,102).

RGB: (173,147,102) (68%, 58%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 102 of 255 = 40%

173
147
102

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

Portions of RGB colors in percentages

R + G + B = 173 + 147 + 102 = 422 (100%)
R 173 of 422 ~ 41%
G 147 of 422 ~ 34.83%
B 102 of 422 ~ 24.17'%

%41
%34.83
%24.17

CMYK color model

#AD9366 color CMYK value is (0,15,41,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 41.04%
  • key color value is 32.16%

CMYK: (0,15,41,32)
C0M15Y41K32 (0%, 15%, 41%, 32%)
(0.00 / 0.15 / 0.41 / 0.32)

CMYK percentages

%0
%15.03
%41.04
%32.16

Codes

Color #AD9366 in popluar color models

AD 93 66
RGB 173 147 102
HSL 38° 30.21% 53.92%
HSB/HSV 38° 41.04% 67.84%
CMYK 0.00% 15.03% 41.04%
32.16%

Color #AD9366 in popluar number systems.

HEX AD 93 66
Decimal 173 147 102
Binary 10101101 10010011 1100110
Octal 255 223 146

Shades and tints

Shades of #AD9366

#AD9366
(173,147,102)
#9E865D
(158,134,93)
#8F7954
(143,121,84)
#806C4B
(128,108,75)
#715F42
(113,95,66)
#625239
(98,82,57)
#534530
(83,69,48)
#443827
(68,56,39)
#352B1E
(53,43,30)
#261E15
(38,30,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #AD9366

#AD9366
(173,147,102)
#B49C73
(180,156,115)
#BBA580
(187,165,128)
#C2AE8D
(194,174,141)
#C9B79A
(201,183,154)
#D0C0A7
(208,192,167)
#D7C9B4
(215,201,180)
#DED2C1
(222,210,193)
#E5DBCE
(229,219,206)
#ECE4DB
(236,228,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9366 color. Also use rgb(173,147,102) instead hex code.

Text Font Color

.myTextColor { color: #AD9366; }

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

This text font color is #AD9366.

Background Color

.myBgColor { background-color: #AD9366; }

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

This div background color is #AD9366.

Border color

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

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

This div border color is #AD9366.

Opacity

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

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

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

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

This text has shadow with #AD9366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9366.

Preview

Color preview on black background

This text has color #AD9366 on black background.


Color preview on white background

This text has color #AD9366 on white background.


Black color preview on #AD9366 background

This text has black color on #AD9366 background.


White color preview on #AD9366 background

This text has white color on #AD9366 background.


Related colors

Complementary color

Complementary color for #hex is #526C99.


I love getcolorcode.com

Triadic colors

1 #66AD93 and #9366AD with #AD9366 are triadic colors.

2 #6693AD and #93AD66 with #AD9366 are triadic colors.