COLOR #AD8E5E

HEX: #AD8E5E RGB: (173,142,94)

Color info

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

RGB color model

#AD8E5E color RGB value is (173,142,94).

RGB: (173,142,94) (68%, 56%, 37%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 94 of 255 = 37%

173
142
94

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

Portions of RGB colors in percentages

R + G + B = 173 + 142 + 94 = 409 (100%)
R 173 of 409 ~ 42.3%
G 142 of 409 ~ 34.72%
B 94 of 409 ~ 22.98'%

%42.3
%34.72
%22.98

CMYK color model

#AD8E5E color CMYK value is (0,18,46,32).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 45.66%
  • key color value is 32.16%

CMYK: (0,18,46,32)
C0M18Y46K32 (0%, 18%, 46%, 32%)
(0.00 / 0.18 / 0.46 / 0.32)

CMYK percentages

%0
%17.92
%45.66
%32.16

Codes

Color #AD8E5E in popluar color models

AD 8E 5E
RGB 173 142 94
HSL 36° 32.51% 52.35%
HSB/HSV 36° 45.66% 67.84%
CMYK 0.00% 17.92% 45.66%
32.16%

Color #AD8E5E in popluar number systems.

HEX AD 8E 5E
Decimal 173 142 94
Binary 10101101 10001110 1011110
Octal 255 216 136

Shades and tints

Shades of #AD8E5E

#AD8E5E
(173,142,94)
#9E8256
(158,130,86)
#8F764E
(143,118,78)
#806A46
(128,106,70)
#715E3E
(113,94,62)
#625236
(98,82,54)
#53462E
(83,70,46)
#443A26
(68,58,38)
#352E1E
(53,46,30)
#262216
(38,34,22)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #AD8E5E

#AD8E5E
(173,142,94)
#B4986C
(180,152,108)
#BBA27A
(187,162,122)
#C2AC88
(194,172,136)
#C9B696
(201,182,150)
#D0C0A4
(208,192,164)
#D7CAB2
(215,202,178)
#DED4C0
(222,212,192)
#E5DECE
(229,222,206)
#ECE8DC
(236,232,220)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E5E; }

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

This text font color is #AD8E5E.

Background Color

.myBgColor { background-color: #AD8E5E; }

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

This div background color is #AD8E5E.

Border color

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

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

This div border color is #AD8E5E.

Opacity

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

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

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

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

This text has shadow with #AD8E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8E5E.

Preview

Color preview on black background

This text has color #AD8E5E on black background.


Color preview on white background

This text has color #AD8E5E on white background.


Black color preview on #AD8E5E background

This text has black color on #AD8E5E background.


White color preview on #AD8E5E background

This text has white color on #AD8E5E background.


Related colors

Complementary color

Complementary color for #hex is #5271A1.


I love getcolorcode.com

Triadic colors

1 #5EAD8E and #8E5EAD with #AD8E5E are triadic colors.

2 #5E8EAD and #8EAD5E with #AD8E5E are triadic colors.