COLOR #AD9577

HEX: #AD9577 RGB: (173,149,119)

Color info

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

RGB color model

#AD9577 color RGB value is (173,149,119).

RGB: (173,149,119) (68%, 58%, 47%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 119 of 255 = 47%

173
149
119

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

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 119 = 441 (100%)
R 173 of 441 ~ 39.23%
G 149 of 441 ~ 33.79%
B 119 of 441 ~ 26.98'%

%39.23
%33.79
%26.98

CMYK color model

#AD9577 color CMYK value is (0,14,31,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 31.21%
  • key color value is 32.16%

CMYK: (0,14,31,32)
C0M14Y31K32 (0%, 14%, 31%, 32%)
(0.00 / 0.14 / 0.31 / 0.32)

CMYK percentages

%0
%13.87
%31.21
%32.16

Codes

Color #AD9577 in popluar color models

AD 95 77
RGB 173 149 119
HSL 33° 24.77% 57.25%
HSB/HSV 33° 31.21% 67.84%
CMYK 0.00% 13.87% 31.21%
32.16%

Color #AD9577 in popluar number systems.

HEX AD 95 77
Decimal 173 149 119
Binary 10101101 10010101 1110111
Octal 255 225 167

Shades and tints

Shades of #AD9577

#AD9577
(173,149,119)
#9E886D
(158,136,109)
#8F7B63
(143,123,99)
#806E59
(128,110,89)
#71614F
(113,97,79)
#625445
(98,84,69)
#53473B
(83,71,59)
#443A31
(68,58,49)
#352D27
(53,45,39)
#26201D
(38,32,29)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #AD9577

#AD9577
(173,149,119)
#B49E83
(180,158,131)
#BBA78F
(187,167,143)
#C2B09B
(194,176,155)
#C9B9A7
(201,185,167)
#D0C2B3
(208,194,179)
#D7CBBF
(215,203,191)
#DED4CB
(222,212,203)
#E5DDD7
(229,221,215)
#ECE6E3
(236,230,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9577 color. Also use rgb(173,149,119) instead hex code.

Text Font Color

.myTextColor { color: #AD9577; }

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

This text font color is #AD9577.

Background Color

.myBgColor { background-color: #AD9577; }

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

This div background color is #AD9577.

Border color

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

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

This div border color is #AD9577.

Opacity

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

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

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

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

This text has shadow with #AD9577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9577.

Preview

Color preview on black background

This text has color #AD9577 on black background.


Color preview on white background

This text has color #AD9577 on white background.


Black color preview on #AD9577 background

This text has black color on #AD9577 background.


White color preview on #AD9577 background

This text has white color on #AD9577 background.


Related colors

Complementary color

Complementary color for #hex is #526A88.


I love getcolorcode.com

Triadic colors

1 #77AD95 and #9577AD with #AD9577 are triadic colors.

2 #7795AD and #95AD77 with #AD9577 are triadic colors.