COLOR #AD9474

HEX: #AD9474 RGB: (173,148,116)

Color info

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

RGB color model

#AD9474 color RGB value is (173,148,116).

RGB: (173,148,116) (68%, 58%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 116 of 255 = 45%

173
148
116

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

Portions of RGB colors in percentages

R + G + B = 173 + 148 + 116 = 437 (100%)
R 173 of 437 ~ 39.59%
G 148 of 437 ~ 33.87%
B 116 of 437 ~ 26.54'%

%39.59
%33.87
%26.54

CMYK color model

#AD9474 color CMYK value is (0,14,33,32).

  • cyan value is 0.00%
  • magenta value is 14.45%
  • yellow value is 32.95%
  • key color value is 32.16%

CMYK: (0,14,33,32)
C0M14Y33K32 (0%, 14%, 33%, 32%)
(0.00 / 0.14 / 0.33 / 0.32)

CMYK percentages

%0
%14.45
%32.95
%32.16

Codes

Color #AD9474 in popluar color models

AD 94 74
RGB 173 148 116
HSL 34° 25.79% 56.67%
HSB/HSV 34° 32.95% 67.84%
CMYK 0.00% 14.45% 32.95%
32.16%

Color #AD9474 in popluar number systems.

HEX AD 94 74
Decimal 173 148 116
Binary 10101101 10010100 1110100
Octal 255 224 164

Shades and tints

Shades of #AD9474

#AD9474
(173,148,116)
#9E876A
(158,135,106)
#8F7A60
(143,122,96)
#806D56
(128,109,86)
#71604C
(113,96,76)
#625342
(98,83,66)
#534638
(83,70,56)
#44392E
(68,57,46)
#352C24
(53,44,36)
#261F1A
(38,31,26)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #AD9474

#AD9474
(173,148,116)
#B49D80
(180,157,128)
#BBA68C
(187,166,140)
#C2AF98
(194,175,152)
#C9B8A4
(201,184,164)
#D0C1B0
(208,193,176)
#D7CABC
(215,202,188)
#DED3C8
(222,211,200)
#E5DCD4
(229,220,212)
#ECE5E0
(236,229,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9474; }

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

This text font color is #AD9474.

Background Color

.myBgColor { background-color: #AD9474; }

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

This div background color is #AD9474.

Border color

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

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

This div border color is #AD9474.

Opacity

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

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

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

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

This text has shadow with #AD9474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9474.

Preview

Color preview on black background

This text has color #AD9474 on black background.


Color preview on white background

This text has color #AD9474 on white background.


Black color preview on #AD9474 background

This text has black color on #AD9474 background.


White color preview on #AD9474 background

This text has white color on #AD9474 background.


Related colors

Complementary color

Complementary color for #hex is #526B8B.


I love getcolorcode.com

Triadic colors

1 #74AD94 and #9474AD with #AD9474 are triadic colors.

2 #7494AD and #94AD74 with #AD9474 are triadic colors.