COLOR #AD8F62

HEX: #AD8F62 RGB: (173,143,98)

Color info

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

RGB color model

#AD8F62 color RGB value is (173,143,98).

RGB: (173,143,98) (68%, 56%, 38%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 98 of 255 = 38%

173
143
98

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

Portions of RGB colors in percentages

R + G + B = 173 + 143 + 98 = 414 (100%)
R 173 of 414 ~ 41.79%
G 143 of 414 ~ 34.54%
B 98 of 414 ~ 23.67'%

%41.79
%34.54
%23.67

CMYK color model

#AD8F62 color CMYK value is (0,17,43,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 43.35%
  • key color value is 32.16%

CMYK: (0,17,43,32)
C0M17Y43K32 (0%, 17%, 43%, 32%)
(0.00 / 0.17 / 0.43 / 0.32)

CMYK percentages

%0
%17.34
%43.35
%32.16

Codes

Color #AD8F62 in popluar color models

AD 8F 62
RGB 173 143 98
HSL 36° 31.38% 53.14%
HSB/HSV 36° 43.35% 67.84%
CMYK 0.00% 17.34% 43.35%
32.16%

Color #AD8F62 in popluar number systems.

HEX AD 8F 62
Decimal 173 143 98
Binary 10101101 10001111 1100010
Octal 255 217 142

Shades and tints

Shades of #AD8F62

#AD8F62
(173,143,98)
#9E825A
(158,130,90)
#8F7552
(143,117,82)
#80684A
(128,104,74)
#715B42
(113,91,66)
#624E3A
(98,78,58)
#534132
(83,65,50)
#44342A
(68,52,42)
#352722
(53,39,34)
#261A1A
(38,26,26)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #AD8F62

#AD8F62
(173,143,98)
#B49970
(180,153,112)
#BBA37E
(187,163,126)
#C2AD8C
(194,173,140)
#C9B79A
(201,183,154)
#D0C1A8
(208,193,168)
#D7CBB6
(215,203,182)
#DED5C4
(222,213,196)
#E5DFD2
(229,223,210)
#ECE9E0
(236,233,224)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8F62 color. Also use rgb(173,143,98) instead hex code.

Text Font Color

.myTextColor { color: #AD8F62; }

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

This text font color is #AD8F62.

Background Color

.myBgColor { background-color: #AD8F62; }

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

This div background color is #AD8F62.

Border color

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

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

This div border color is #AD8F62.

Opacity

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

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

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

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

This text has shadow with #AD8F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8F62.

Preview

Color preview on black background

This text has color #AD8F62 on black background.


Color preview on white background

This text has color #AD8F62 on white background.


Black color preview on #AD8F62 background

This text has black color on #AD8F62 background.


White color preview on #AD8F62 background

This text has white color on #AD8F62 background.


Related colors

Complementary color

Complementary color for #hex is #52709D.


I love getcolorcode.com

Triadic colors

1 #62AD8F and #8F62AD with #AD8F62 are triadic colors.

2 #628FAD and #8FAD62 with #AD8F62 are triadic colors.