COLOR #AD8E6C

HEX: #AD8E6C
RGB: (173,142,108)

Color info

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

RGB color model

#AD8E6C color RGB value is (173,142,108).

  • red value is 173;
  • green value is 142;
  • blue value is 108.
RGB: (173,142,108) (68%,56%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 108 of 255 = 42%

173
142
108

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

Portions of RGB colors in percentages

R + G + B =
173 + 142 + 108 = 423 (100%)
R 173 of 423 ~ 40.9%
G 142 of 423 ~ 33.57%
B 108 of 423 ~ 25.53%

%40.9
%33.57
%25.53

CMYK color model

#AD8E6C color CMYK value is (0,18,38,32).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK: (0,18,38,32) C0M18Y38K32 (0%,18%,38%,32%) (0.00/0.18/0.38/0.32)

CMYK percentages

%0
%17.92
%37.57
%32.16

Codes

Color #AD8E6C in popluar color models

AD8E6C
RGB173142108
HSL31°28.38%55.10%
HSB/HSV31°37.57%67.84%
CMYK0.00%17.92%37.57%
32.16%

Color #AD8E6C in popluar number systems.

HEXAD8E6C
Decimal173142108
Binary10101101100011101101100
Octal255216154

Shades and tints

Shades of #AD8E6C

#AD8E6C
(173,142,108)
#9E8263
(158,130,99)
#8F765A
(143,118,90)
#806A51
(128,106,81)
#715E48
(113,94,72)
#62523F
(98,82,63)
#534636
(83,70,54)
#443A2D
(68,58,45)
#352E24
(53,46,36)
#26221B
(38,34,27)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #AD8E6C

#AD8E6C
(173,142,108)
#B49879
(180,152,121)
#BBA286
(187,162,134)
#C2AC93
(194,172,147)
#C9B6A0
(201,182,160)
#D0C0AD
(208,192,173)
#D7CABA
(215,202,186)
#DED4C7
(222,212,199)
#E5DED4
(229,222,212)
#ECE8E1
(236,232,225)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E6C; }

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

This text font color is #AD8E6C.


Background Color

.myBgColor { background-color: #AD8E6C; }

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

This div background color is #AD8E6C.


Border color

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

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

This div border color is #AD8E6C.


Opacity

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

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

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

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

This text has shadow with #AD8E6C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD8E6C on black background.


Color preview on white background

This text has color #AD8E6C on white background.



Black color preview on #AD8E6C background

This text has black color on #AD8E6C background.


White color preview on #AD8E6C background

This text has white color on #AD8E6C background.