COLOR #AD966C

HEX: #AD966C RGB: (173,150,108)

Color info

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

RGB color model

#AD966C color RGB value is (173,150,108).

RGB: (173,150,108) (68%, 59%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 108 of 255 = 42%

173
150
108

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

Portions of RGB colors in percentages

R + G + B = 173 + 150 + 108 = 431 (100%)
R 173 of 431 ~ 40.14%
G 150 of 431 ~ 34.8%
B 108 of 431 ~ 25.06'%

%40.14
%34.8
%25.06

CMYK color model

#AD966C color CMYK value is (0,13,38,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK: (0,13,38,32) C0M13Y38K32 (0%,13%,38%,32%) (0.00/0.13/0.38/0.32) 

CMYK percentages

%0
%13.29
%37.57
%32.16

Codes

Color #AD966C in popluar color models

AD 96 6C
RGB 173 150 108
HSL 39° 28.38% 55.10%
HSB/HSV 39° 37.57% 67.84%
CMYK 0.00% 13.29% 37.57%
32.16%

Color #AD966C in popluar number systems.

HEX AD 96 6C
Decimal 173 150 108
Binary 10101101 10010110 1101100
Octal 255 226 154

Shades and tints

Shades of #AD966C

#AD966C
(173,150,108)
#9E8963
(158,137,99)
#8F7C5A
(143,124,90)
#806F51
(128,111,81)
#716248
(113,98,72)
#62553F
(98,85,63)
#534836
(83,72,54)
#443B2D
(68,59,45)
#352E24
(53,46,36)
#26211B
(38,33,27)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #AD966C

#AD966C
(173,150,108)
#B49F79
(180,159,121)
#BBA886
(187,168,134)
#C2B193
(194,177,147)
#C9BAA0
(201,186,160)
#D0C3AD
(208,195,173)
#D7CCBA
(215,204,186)
#DED5C7
(222,213,199)
#E5DED4
(229,222,212)
#ECE7E1
(236,231,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD966C; }

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

This text font color is #AD966C.

Background Color

.myBgColor { background-color: #AD966C; }

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

This div background color is #AD966C.

Border color

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

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

This div border color is #AD966C.

Opacity

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

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

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

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

This text has shadow with #AD966C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD966C.

Preview

Color preview on black background

This text has color #AD966C on black background.


Color preview on white background

This text has color #AD966C on white background.


Black color preview on #AD966C background

This text has black color on #AD966C background.


White color preview on #AD966C background

This text has white color on #AD966C background.


Related colors

Complementary color

Complementary color for #hex is #526993.


I love getcolorcode.com

Triadic colors

1 #6CAD96 and #966CAD with #AD966C are triadic colors.

2 #6C96AD and #96AD6C with #AD966C are triadic colors.