COLOR #AD8471

HEX: #AD8471 RGB: (173,132,113)

Color info

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

RGB color model

#AD8471 color RGB value is (173,132,113).

RGB: (173,132,113) (68%, 52%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 113 of 255 = 44%

173
132
113

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

Portions of RGB colors in percentages

R + G + B = 173 + 132 + 113 = 418 (100%)
R 173 of 418 ~ 41.39%
G 132 of 418 ~ 31.58%
B 113 of 418 ~ 27.03'%

%41.39
%31.58
%27.03

CMYK color model

#AD8471 color CMYK value is (0,24,35,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 34.68%
  • key color value is 32.16%

CMYK: (0,24,35,32)
C0M24Y35K32 (0%, 24%, 35%, 32%)
(0.00 / 0.24 / 0.35 / 0.32)

CMYK percentages

%0
%23.7
%34.68
%32.16

Codes

Color #AD8471 in popluar color models

AD 84 71
RGB 173 132 113
HSL 19° 26.79% 56.08%
HSB/HSV 19° 34.68% 67.84%
CMYK 0.00% 23.70% 34.68%
32.16%

Color #AD8471 in popluar number systems.

HEX AD 84 71
Decimal 173 132 113
Binary 10101101 10000100 1110001
Octal 255 204 161

Shades and tints

Shades of #AD8471

#AD8471
(173,132,113)
#9E7867
(158,120,103)
#8F6C5D
(143,108,93)
#806053
(128,96,83)
#715449
(113,84,73)
#62483F
(98,72,63)
#533C35
(83,60,53)
#44302B
(68,48,43)
#352421
(53,36,33)
#261817
(38,24,23)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD8471

#AD8471
(173,132,113)
#B48F7D
(180,143,125)
#BB9A89
(187,154,137)
#C2A595
(194,165,149)
#C9B0A1
(201,176,161)
#D0BBAD
(208,187,173)
#D7C6B9
(215,198,185)
#DED1C5
(222,209,197)
#E5DCD1
(229,220,209)
#ECE7DD
(236,231,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8471 color. Also use rgb(173,132,113) instead hex code.

Text Font Color

.myTextColor { color: #AD8471; }

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

This text font color is #AD8471.

Background Color

.myBgColor { background-color: #AD8471; }

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

This div background color is #AD8471.

Border color

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

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

This div border color is #AD8471.

Opacity

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

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

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

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

This text has shadow with #AD8471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8471.

Preview

Color preview on black background

This text has color #AD8471 on black background.


Color preview on white background

This text has color #AD8471 on white background.


Black color preview on #AD8471 background

This text has black color on #AD8471 background.


White color preview on #AD8471 background

This text has white color on #AD8471 background.


Related colors

Complementary color

Complementary color for #hex is #527B8E.


I love getcolorcode.com

Triadic colors

1 #71AD84 and #8471AD with #AD8471 are triadic colors.

2 #7184AD and #84AD71 with #AD8471 are triadic colors.