COLOR #AD9383

HEX: #AD9383 RGB: (173,147,131)

Color info

#AD9383 contains red, green and blue colors in about the same proportion. Web safe color of #AD9383 is #999999 (or #999).

RGB color model

#AD9383 color RGB value is (173,147,131).

RGB: (173,147,131) (68%, 58%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 131 of 255 = 51%

173
147
131

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

Portions of RGB colors in percentages

R + G + B = 173 + 147 + 131 = 451 (100%)
R 173 of 451 ~ 38.36%
G 147 of 451 ~ 32.59%
B 131 of 451 ~ 29.05'%

%38.36
%32.59
%29.05

CMYK color model

#AD9383 color CMYK value is (0,15,24,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 24.28%
  • key color value is 32.16%

CMYK: (0,15,24,32)
C0M15Y24K32 (0%, 15%, 24%, 32%)
(0.00 / 0.15 / 0.24 / 0.32)

CMYK percentages

%0
%15.03
%24.28
%32.16

Codes

Color #AD9383 in popluar color models

AD 93 83
RGB 173 147 131
HSL 23° 20.39% 59.61%
HSB/HSV 23° 24.28% 67.84%
CMYK 0.00% 15.03% 24.28%
32.16%

Color #AD9383 in popluar number systems.

HEX AD 93 83
Decimal 173 147 131
Binary 10101101 10010011 10000011
Octal 255 223 203

Shades and tints

Shades of #AD9383

#AD9383
(173,147,131)
#9E8678
(158,134,120)
#8F796D
(143,121,109)
#806C62
(128,108,98)
#715F57
(113,95,87)
#62524C
(98,82,76)
#534541
(83,69,65)
#443836
(68,56,54)
#352B2B
(53,43,43)
#261E20
(38,30,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9383

#AD9383
(173,147,131)
#B49C8E
(180,156,142)
#BBA599
(187,165,153)
#C2AEA4
(194,174,164)
#C9B7AF
(201,183,175)
#D0C0BA
(208,192,186)
#D7C9C5
(215,201,197)
#DED2D0
(222,210,208)
#E5DBDB
(229,219,219)
#ECE4E6
(236,228,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9383; }

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

This text font color is #AD9383.

Background Color

.myBgColor { background-color: #AD9383; }

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

This div background color is #AD9383.

Border color

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

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

This div border color is #AD9383.

Opacity

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

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

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

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

This text has shadow with #AD9383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9383.

Preview

Color preview on black background

This text has color #AD9383 on black background.


Color preview on white background

This text has color #AD9383 on white background.


Black color preview on #AD9383 background

This text has black color on #AD9383 background.


White color preview on #AD9383 background

This text has white color on #AD9383 background.


Related colors

Complementary color

Complementary color for #hex is #526C7C.


I love getcolorcode.com

Triadic colors

1 #83AD93 and #9383AD with #AD9383 are triadic colors.

2 #8393AD and #93AD83 with #AD9383 are triadic colors.