COLOR #AD9083

HEX: #AD9083 RGB: (173,144,131)

Color info

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

RGB color model

#AD9083 color RGB value is (173,144,131).

RGB: (173,144,131) (68%, 56%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 144 of 255 = 56%
B 131 of 255 = 51%

173
144
131

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

Portions of RGB colors in percentages

R + G + B = 173 + 144 + 131 = 448 (100%)
R 173 of 448 ~ 38.62%
G 144 of 448 ~ 32.14%
B 131 of 448 ~ 29.24'%

%38.62
%32.14
%29.24

CMYK color model

#AD9083 color CMYK value is (0,17,24,32).

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

CMYK: (0,17,24,32)
C0M17Y24K32 (0%, 17%, 24%, 32%)
(0.00 / 0.17 / 0.24 / 0.32)

CMYK percentages

%0
%16.76
%24.28
%32.16

Codes

Color #AD9083 in popluar color models

AD 90 83
RGB 173 144 131
HSL 19° 20.39% 59.61%
HSB/HSV 19° 24.28% 67.84%
CMYK 0.00% 16.76% 24.28%
32.16%

Color #AD9083 in popluar number systems.

HEX AD 90 83
Decimal 173 144 131
Binary 10101101 10010000 10000011
Octal 255 220 203

Shades and tints

Shades of #AD9083

#AD9083
(173,144,131)
#9E8378
(158,131,120)
#8F766D
(143,118,109)
#806962
(128,105,98)
#715C57
(113,92,87)
#624F4C
(98,79,76)
#534241
(83,66,65)
#443536
(68,53,54)
#35282B
(53,40,43)
#261B20
(38,27,32)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD9083

#AD9083
(173,144,131)
#B49A8E
(180,154,142)
#BBA499
(187,164,153)
#C2AEA4
(194,174,164)
#C9B8AF
(201,184,175)
#D0C2BA
(208,194,186)
#D7CCC5
(215,204,197)
#DED6D0
(222,214,208)
#E5E0DB
(229,224,219)
#ECEAE6
(236,234,230)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9083; }

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

This text font color is #AD9083.

Background Color

.myBgColor { background-color: #AD9083; }

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

This div background color is #AD9083.

Border color

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

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

This div border color is #AD9083.

Opacity

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

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

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

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

This text has shadow with #AD9083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9083.

Preview

Color preview on black background

This text has color #AD9083 on black background.


Color preview on white background

This text has color #AD9083 on white background.


Black color preview on #AD9083 background

This text has black color on #AD9083 background.


White color preview on #AD9083 background

This text has white color on #AD9083 background.


Related colors

Complementary color

Complementary color for #hex is #526F7C.


I love getcolorcode.com

Triadic colors

1 #83AD90 and #9083AD with #AD9083 are triadic colors.

2 #8390AD and #90AD83 with #AD9083 are triadic colors.