COLOR #AD888B

HEX: #AD888B RGB: (173,136,139)

Color info

#AD888B contains red, green and blue colors in about the same proportion. Web safe color of #AD888B is #999999 (or #999).

RGB color model

#AD888B color RGB value is (173,136,139).

RGB: (173,136,139) (68%, 53%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 139 of 255 = 55%

173
136
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 136 + 139 = 448 (100%)
R 173 of 448 ~ 38.62%
G 136 of 448 ~ 30.36%
B 139 of 448 ~ 31.03'%

%38.62
%30.36
%31.03

CMYK color model

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

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

CMYK: (0,21,20,32)
C0M21Y20K32 (0%, 21%, 20%, 32%)
(0.00 / 0.21 / 0.20 / 0.32)

CMYK percentages

%0
%21.39
%19.65
%32.16

Codes

Color #AD888B in popluar color models

AD 88 8B
RGB 173 136 139
HSL 355° 18.41% 60.59%
HSB/HSV 355° 21.39% 67.84%
CMYK 0.00% 21.39% 19.65%
32.16%

Color #AD888B in popluar number systems.

HEX AD 88 8B
Decimal 173 136 139
Binary 10101101 10001000 10001011
Octal 255 210 213

Shades and tints

Shades of #AD888B

#AD888B
(173,136,139)
#9E7C7F
(158,124,127)
#8F7073
(143,112,115)
#806467
(128,100,103)
#71585B
(113,88,91)
#624C4F
(98,76,79)
#534043
(83,64,67)
#443437
(68,52,55)
#35282B
(53,40,43)
#261C1F
(38,28,31)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD888B

#AD888B
(173,136,139)
#B49295
(180,146,149)
#BB9C9F
(187,156,159)
#C2A6A9
(194,166,169)
#C9B0B3
(201,176,179)
#D0BABD
(208,186,189)
#D7C4C7
(215,196,199)
#DECED1
(222,206,209)
#E5D8DB
(229,216,219)
#ECE2E5
(236,226,229)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD888B; }

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

This text font color is #AD888B.

Background Color

.myBgColor { background-color: #AD888B; }

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

This div background color is #AD888B.

Border color

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

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

This div border color is #AD888B.

Opacity

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

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

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

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

This text has shadow with #AD888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD888B.

Preview

Color preview on black background

This text has color #AD888B on black background.


Color preview on white background

This text has color #AD888B on white background.


Black color preview on #AD888B background

This text has black color on #AD888B background.


White color preview on #AD888B background

This text has white color on #AD888B background.


Related colors

Complementary color

Complementary color for #hex is #527774.


I love getcolorcode.com

Triadic colors

1 #8BAD88 and #888BAD with #AD888B are triadic colors.

2 #8B88AD and #88AD8B with #AD888B are triadic colors.