COLOR #AD8B67

HEX: #AD8B67 RGB: (173,139,103)

Color info

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

RGB color model

#AD8B67 color RGB value is (173,139,103).

RGB: (173,139,103) (68%, 55%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 103 of 255 = 40%

173
139
103

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

Portions of RGB colors in percentages

R + G + B = 173 + 139 + 103 = 415 (100%)
R 173 of 415 ~ 41.69%
G 139 of 415 ~ 33.49%
B 103 of 415 ~ 24.82'%

%41.69
%33.49
%24.82

CMYK color model

#AD8B67 color CMYK value is (0,20,40,32).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 40.46%
  • key color value is 32.16%

CMYK: (0,20,40,32)
C0M20Y40K32 (0%, 20%, 40%, 32%)
(0.00 / 0.20 / 0.40 / 0.32)

CMYK percentages

%0
%19.65
%40.46
%32.16

Codes

Color #AD8B67 in popluar color models

AD 8B 67
RGB 173 139 103
HSL 31° 29.91% 54.12%
HSB/HSV 31° 40.46% 67.84%
CMYK 0.00% 19.65% 40.46%
32.16%

Color #AD8B67 in popluar number systems.

HEX AD 8B 67
Decimal 173 139 103
Binary 10101101 10001011 1100111
Octal 255 213 147

Shades and tints

Shades of #AD8B67

#AD8B67
(173,139,103)
#9E7F5E
(158,127,94)
#8F7355
(143,115,85)
#80674C
(128,103,76)
#715B43
(113,91,67)
#624F3A
(98,79,58)
#534331
(83,67,49)
#443728
(68,55,40)
#352B1F
(53,43,31)
#261F16
(38,31,22)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #AD8B67

#AD8B67
(173,139,103)
#B49574
(180,149,116)
#BB9F81
(187,159,129)
#C2A98E
(194,169,142)
#C9B39B
(201,179,155)
#D0BDA8
(208,189,168)
#D7C7B5
(215,199,181)
#DED1C2
(222,209,194)
#E5DBCF
(229,219,207)
#ECE5DC
(236,229,220)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8B67 color. Also use rgb(173,139,103) instead hex code.

Text Font Color

.myTextColor { color: #AD8B67; }

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

This text font color is #AD8B67.

Background Color

.myBgColor { background-color: #AD8B67; }

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

This div background color is #AD8B67.

Border color

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

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

This div border color is #AD8B67.

Opacity

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

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

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

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

This text has shadow with #AD8B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8B67.

Preview

Color preview on black background

This text has color #AD8B67 on black background.


Color preview on white background

This text has color #AD8B67 on white background.


Black color preview on #AD8B67 background

This text has black color on #AD8B67 background.


White color preview on #AD8B67 background

This text has white color on #AD8B67 background.


Related colors

Complementary color

Complementary color for #hex is #527498.


I love getcolorcode.com

Triadic colors

1 #67AD8B and #8B67AD with #AD8B67 are triadic colors.

2 #678BAD and #8BAD67 with #AD8B67 are triadic colors.