COLOR #AD8960

HEX: #AD8960
RGB: (173,137,96)

Color info

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

RGB color model

#AD8960 color RGB value is (173,137,96).

  • red value is 173;
  • green value is 137;
  • blue value is 96.
RGB:
(173,137,96)
(68%,54%,38%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 96 of 255 = 38%

173
137
96

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 96 = 406 (100%)
R 173 of 406 ~ 42.61%
G 137 of 406 ~ 33.74%
B 96 of 406 ~ 23.65%

%42.61
%33.74
%23.65

CMYK color model

#AD8960 color CMYK value is (0,21,45,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 44.51%
  • key color value is 32.16%
CMYK:
(0,21,45,32)
C0M21Y45K32 
(0%,21%,45%,32%)
(0.00/0.21/0.45/0.32)	

CMYK percentages

%0
%20.81
%44.51
%32.16

Codes

Color #AD8960 in popluar color models

AD8960
RGB17313796
HSL32°31.95%52.75%
HSB/HSV32°44.51%67.84%
CMYK0.00%20.81%44.51%
32.16%

Color #AD8960 in popluar number systems.

HEXAD8960
Decimal17313796
Binary10101101100010011100000
Octal255211140

Shades and tints

Shades of #AD8960

#AD8960
(173,137,96)
#9E7D58
(158,125,88)
#8F7150
(143,113,80)
#806548
(128,101,72)
#715940
(113,89,64)
#624D38
(98,77,56)
#534130
(83,65,48)
#443528
(68,53,40)
#352920
(53,41,32)
#261D18
(38,29,24)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD8960

#AD8960
(173,137,96)
#B4936E
(180,147,110)
#BB9D7C
(187,157,124)
#C2A78A
(194,167,138)
#C9B198
(201,177,152)
#D0BBA6
(208,187,166)
#D7C5B4
(215,197,180)
#DECFC2
(222,207,194)
#E5D9D0
(229,217,208)
#ECE3DE
(236,227,222)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8960 color. Also use rgb(173,137,96) instead hex code.

Text Font Color

.myTextColor { color: #AD8960; }

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

This text font color is #AD8960.


Background Color

.myBgColor { background-color: #AD8960; }

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

This div background color is #AD8960.


Border color

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

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

This div border color is #AD8960.


Opacity

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

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

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

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

This text has shadow with #AD8960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8960 on black background.


Color preview on white background

This text has color #AD8960 on white background.



Black color preview on #AD8960 background

This text has black color on #AD8960 background.


White color preview on #AD8960 background

This text has white color on #AD8960 background.