COLOR #AD8351

HEX: #AD8351
RGB: (173,131,81)

Color info

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

RGB color model

#AD8351 color RGB value is (173,131,81).

  • red value is 173;
  • green value is 131;
  • blue value is 81.
RGB:
(173,131,81)
(68%,51%,32%)

RGB channels and saturation

R 173 of 255 = 68%
G 131 of 255 = 51%
B 81 of 255 = 32%

173
131
81

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

Portions of RGB colors in percentages

R + G + B =
173 + 131 + 81 = 385 (100%)
R 173 of 385 ~ 44.94%
G 131 of 385 ~ 34.03%
B 81 of 385 ~ 21.04%

%44.94
%34.03
%21.04

CMYK color model

#AD8351 color CMYK value is (0,24,53,32).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 53.18%
  • key color value is 32.16%
CMYK:
(0,24,53,32)
C0M24Y53K32 
(0%,24%,53%,32%)
(0.00/0.24/0.53/0.32)	

CMYK percentages

%0
%24.28
%53.18
%32.16

Codes

Color #AD8351 in popluar color models

AD8351
RGB17313181
HSL33°36.22%49.80%
HSB/HSV33°53.18%67.84%
CMYK0.00%24.28%53.18%
32.16%

Color #AD8351 in popluar number systems.

HEXAD8351
Decimal17313181
Binary10101101100000111010001
Octal255203121

Shades and tints

Shades of #AD8351

#AD8351
(173,131,81)
#9E784A
(158,120,74)
#8F6D43
(143,109,67)
#80623C
(128,98,60)
#715735
(113,87,53)
#624C2E
(98,76,46)
#534127
(83,65,39)
#443620
(68,54,32)
#352B19
(53,43,25)
#262012
(38,32,18)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #AD8351

#AD8351
(173,131,81)
#B48E60
(180,142,96)
#BB996F
(187,153,111)
#C2A47E
(194,164,126)
#C9AF8D
(201,175,141)
#D0BA9C
(208,186,156)
#D7C5AB
(215,197,171)
#DED0BA
(222,208,186)
#E5DBC9
(229,219,201)
#ECE6D8
(236,230,216)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8351 color. Also use rgb(173,131,81) instead hex code.

Text Font Color

.myTextColor { color: #AD8351; }

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

This text font color is #AD8351.


Background Color

.myBgColor { background-color: #AD8351; }

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

This div background color is #AD8351.


Border color

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

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

This div border color is #AD8351.


Opacity

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

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

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

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

This text has shadow with #AD8351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8351 on black background.


Color preview on white background

This text has color #AD8351 on white background.



Black color preview on #AD8351 background

This text has black color on #AD8351 background.


White color preview on #AD8351 background

This text has white color on #AD8351 background.