COLOR #AD9477

HEX: #AD9477 RGB: (173,148,119)

Color info

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

RGB color model

#AD9477 color RGB value is (173,148,119).

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

RGB channels and saturation

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

173
148
119

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

Portions of RGB colors in percentages

R + G + B = 173 + 148 + 119 = 440 (100%)
R 173 of 440 ~ 39.32%
G 148 of 440 ~ 33.64%
B 119 of 440 ~ 27.05'%

%39.32
%33.64
%27.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.45%
  • 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
%14.45
%31.21
%32.16

Codes

Color #AD9477 in popluar color models

AD 94 77
RGB 173 148 119
HSL 32° 24.77% 57.25%
HSB/HSV 32° 31.21% 67.84%
CMYK 0.00% 14.45% 31.21%
32.16%

Color #AD9477 in popluar number systems.

HEX AD 94 77
Decimal 173 148 119
Binary 10101101 10010100 1110111
Octal 255 224 167

Shades and tints

Shades of #AD9477

#AD9477
(173,148,119)
#9E876D
(158,135,109)
#8F7A63
(143,122,99)
#806D59
(128,109,89)
#71604F
(113,96,79)
#625345
(98,83,69)
#53463B
(83,70,59)
#443931
(68,57,49)
#352C27
(53,44,39)
#261F1D
(38,31,29)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #AD9477

#AD9477
(173,148,119)
#B49D83
(180,157,131)
#BBA68F
(187,166,143)
#C2AF9B
(194,175,155)
#C9B8A7
(201,184,167)
#D0C1B3
(208,193,179)
#D7CABF
(215,202,191)
#DED3CB
(222,211,203)
#E5DCD7
(229,220,215)
#ECE5E3
(236,229,227)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9477; }

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

This text font color is #AD9477.

Background Color

.myBgColor { background-color: #AD9477; }

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

This div background color is #AD9477.

Border color

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

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

This div border color is #AD9477.

Opacity

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

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

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

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

This text has shadow with #AD9477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9477.

Preview

Color preview on black background

This text has color #AD9477 on black background.


Color preview on white background

This text has color #AD9477 on white background.


Black color preview on #AD9477 background

This text has black color on #AD9477 background.


White color preview on #AD9477 background

This text has white color on #AD9477 background.


Related colors

Complementary color

Complementary color for #hex is #526B88.


I love getcolorcode.com

Triadic colors

1 #77AD94 and #9477AD with #AD9477 are triadic colors.

2 #7794AD and #94AD77 with #AD9477 are triadic colors.