COLOR #AD8876

HEX: #AD8876 RGB: (173,136,118)

Color info

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

RGB color model

#AD8876 color RGB value is (173,136,118).

RGB: (173,136,118) (68%, 53%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 118 of 255 = 46%

173
136
118

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

Portions of RGB colors in percentages

R + G + B = 173 + 136 + 118 = 427 (100%)
R 173 of 427 ~ 40.52%
G 136 of 427 ~ 31.85%
B 118 of 427 ~ 27.63'%

%40.52
%31.85
%27.63

CMYK color model

#AD8876 color CMYK value is (0,21,32,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 31.79%
  • key color value is 32.16%

CMYK: (0,21,32,32)
C0M21Y32K32 (0%, 21%, 32%, 32%)
(0.00 / 0.21 / 0.32 / 0.32)

CMYK percentages

%0
%21.39
%31.79
%32.16

Codes

Color #AD8876 in popluar color models

AD 88 76
RGB 173 136 118
HSL 20° 25.11% 57.06%
HSB/HSV 20° 31.79% 67.84%
CMYK 0.00% 21.39% 31.79%
32.16%

Color #AD8876 in popluar number systems.

HEX AD 88 76
Decimal 173 136 118
Binary 10101101 10001000 1110110
Octal 255 210 166

Shades and tints

Shades of #AD8876

#AD8876
(173,136,118)
#9E7C6C
(158,124,108)
#8F7062
(143,112,98)
#806458
(128,100,88)
#71584E
(113,88,78)
#624C44
(98,76,68)
#53403A
(83,64,58)
#443430
(68,52,48)
#352826
(53,40,38)
#261C1C
(38,28,28)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD8876

#AD8876
(173,136,118)
#B49282
(180,146,130)
#BB9C8E
(187,156,142)
#C2A69A
(194,166,154)
#C9B0A6
(201,176,166)
#D0BAB2
(208,186,178)
#D7C4BE
(215,196,190)
#DECECA
(222,206,202)
#E5D8D6
(229,216,214)
#ECE2E2
(236,226,226)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8876 color. Also use rgb(173,136,118) instead hex code.

Text Font Color

.myTextColor { color: #AD8876; }

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

This text font color is #AD8876.

Background Color

.myBgColor { background-color: #AD8876; }

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

This div background color is #AD8876.

Border color

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

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

This div border color is #AD8876.

Opacity

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

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

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

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

This text has shadow with #AD8876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8876.

Preview

Color preview on black background

This text has color #AD8876 on black background.


Color preview on white background

This text has color #AD8876 on white background.


Black color preview on #AD8876 background

This text has black color on #AD8876 background.


White color preview on #AD8876 background

This text has white color on #AD8876 background.


Related colors

Complementary color

Complementary color for #hex is #527789.


I love getcolorcode.com

Triadic colors

1 #76AD88 and #8876AD with #AD8876 are triadic colors.

2 #7688AD and #88AD76 with #AD8876 are triadic colors.