COLOR #AD9380

HEX: #AD9380
RGB: (173,147,128)

Color info

#AD9380 contains red, green and blue colors in about the same proportion. Web safe color of #AD9380 is #999966 (or #996).

RGB color model

#AD9380 color RGB value is (173,147,128).

  • red value is 173;
  • green value is 147;
  • blue value is 128.
RGB:
(173,147,128)
(68%,58%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 128 of 255 = 50%

173
147
128

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

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 128 = 448 (100%)
R 173 of 448 ~ 38.62%
G 147 of 448 ~ 32.81%
B 128 of 448 ~ 28.57%

%38.62
%32.81
%28.57

CMYK color model

#AD9380 color CMYK value is (0,15,26,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(0,15,26,32)
C0M15Y26K32 
(0%,15%,26%,32%)
(0.00/0.15/0.26/0.32)	

CMYK percentages

%0
%15.03
%26.01
%32.16

Codes

Color #AD9380 in popluar color models

AD9380
RGB173147128
HSL25°21.53%59.02%
HSB/HSV25°26.01%67.84%
CMYK0.00%15.03%26.01%
32.16%

Color #AD9380 in popluar number systems.

HEXAD9380
Decimal173147128
Binary101011011001001110000000
Octal255223200

Shades and tints

Shades of #AD9380

#AD9380
(173,147,128)
#9E8675
(158,134,117)
#8F796A
(143,121,106)
#806C5F
(128,108,95)
#715F54
(113,95,84)
#625249
(98,82,73)
#53453E
(83,69,62)
#443833
(68,56,51)
#352B28
(53,43,40)
#261E1D
(38,30,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD9380

#AD9380
(173,147,128)
#B49C8B
(180,156,139)
#BBA596
(187,165,150)
#C2AEA1
(194,174,161)
#C9B7AC
(201,183,172)
#D0C0B7
(208,192,183)
#D7C9C2
(215,201,194)
#DED2CD
(222,210,205)
#E5DBD8
(229,219,216)
#ECE4E3
(236,228,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9380 color. Also use rgb(173,147,128) instead hex code.

Text Font Color

.myTextColor { color: #AD9380; }

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

This text font color is #AD9380.


Background Color

.myBgColor { background-color: #AD9380; }

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

This div background color is #AD9380.


Border color

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

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

This div border color is #AD9380.


Opacity

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

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

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

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

This text has shadow with #AD9380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9380 on black background.


Color preview on white background

This text has color #AD9380 on white background.



Black color preview on #AD9380 background

This text has black color on #AD9380 background.


White color preview on #AD9380 background

This text has white color on #AD9380 background.