COLOR #AD8478

HEX: #AD8478 RGB: (173,132,120)

Color info

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

RGB color model

#AD8478 color RGB value is (173,132,120).

RGB: (173,132,120) (68%, 52%, 47%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 120 of 255 = 47%

173
132
120

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

Portions of RGB colors in percentages

R + G + B = 173 + 132 + 120 = 425 (100%)
R 173 of 425 ~ 40.71%
G 132 of 425 ~ 31.06%
B 120 of 425 ~ 28.24'%

%40.71
%31.06
%28.24

CMYK color model

#AD8478 color CMYK value is (0,24,31,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 30.64%
  • key color value is 32.16%

CMYK: (0,24,31,32)
C0M24Y31K32 (0%, 24%, 31%, 32%)
(0.00 / 0.24 / 0.31 / 0.32)

CMYK percentages

%0
%23.7
%30.64
%32.16

Codes

Color #AD8478 in popluar color models

AD 84 78
RGB 173 132 120
HSL 14° 24.42% 57.45%
HSB/HSV 14° 30.64% 67.84%
CMYK 0.00% 23.70% 30.64%
32.16%

Color #AD8478 in popluar number systems.

HEX AD 84 78
Decimal 173 132 120
Binary 10101101 10000100 1111000
Octal 255 204 170

Shades and tints

Shades of #AD8478

#AD8478
(173,132,120)
#9E786E
(158,120,110)
#8F6C64
(143,108,100)
#80605A
(128,96,90)
#715450
(113,84,80)
#624846
(98,72,70)
#533C3C
(83,60,60)
#443032
(68,48,50)
#352428
(53,36,40)
#26181E
(38,24,30)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #AD8478

#AD8478
(173,132,120)
#B48F84
(180,143,132)
#BB9A90
(187,154,144)
#C2A59C
(194,165,156)
#C9B0A8
(201,176,168)
#D0BBB4
(208,187,180)
#D7C6C0
(215,198,192)
#DED1CC
(222,209,204)
#E5DCD8
(229,220,216)
#ECE7E4
(236,231,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8478 color. Also use rgb(173,132,120) instead hex code.

Text Font Color

.myTextColor { color: #AD8478; }

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

This text font color is #AD8478.

Background Color

.myBgColor { background-color: #AD8478; }

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

This div background color is #AD8478.

Border color

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

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

This div border color is #AD8478.

Opacity

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

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

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

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

This text has shadow with #AD8478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8478.

Preview

Color preview on black background

This text has color #AD8478 on black background.


Color preview on white background

This text has color #AD8478 on white background.


Black color preview on #AD8478 background

This text has black color on #AD8478 background.


White color preview on #AD8478 background

This text has white color on #AD8478 background.


Related colors

Complementary color

Complementary color for #hex is #527B87.


I love getcolorcode.com

Triadic colors

1 #78AD84 and #8478AD with #AD8478 are triadic colors.

2 #7884AD and #84AD78 with #AD8478 are triadic colors.