COLOR #AD888A

HEX: #AD888A
RGB: (173,136,138)

Color info

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

RGB color model

#AD888A color RGB value is (173,136,138).

  • red value is 173;
  • green value is 136;
  • blue value is 138.
RGB:
(173,136,138)
(68%,53%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 138 of 255 = 54%

173
136
138

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 138 = 447 (100%)
R 173 of 447 ~ 38.7%
G 136 of 447 ~ 30.43%
B 138 of 447 ~ 30.87%

%38.7
%30.43
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 20.23%
  • 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
%20.23
%32.16

Codes

Color #AD888A in popluar color models

AD888A
RGB173136138
HSL357°18.41%60.59%
HSB/HSV357°21.39%67.84%
CMYK0.00%21.39%20.23%
32.16%

Color #AD888A in popluar number systems.

HEXAD888A
Decimal173136138
Binary101011011000100010001010
Octal255210212

Shades and tints

Shades of #AD888A

#AD888A
(173,136,138)
#9E7C7E
(158,124,126)
#8F7072
(143,112,114)
#806466
(128,100,102)
#71585A
(113,88,90)
#624C4E
(98,76,78)
#534042
(83,64,66)
#443436
(68,52,54)
#35282A
(53,40,42)
#261C1E
(38,28,30)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD888A

#AD888A
(173,136,138)
#B49294
(180,146,148)
#BB9C9E
(187,156,158)
#C2A6A8
(194,166,168)
#C9B0B2
(201,176,178)
#D0BABC
(208,186,188)
#D7C4C6
(215,196,198)
#DECED0
(222,206,208)
#E5D8DA
(229,216,218)
#ECE2E4
(236,226,228)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD888A; }

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

This text font color is #AD888A.


Background Color

.myBgColor { background-color: #AD888A; }

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

This div background color is #AD888A.


Border color

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

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

This div border color is #AD888A.


Opacity

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

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

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

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

This text has shadow with #AD888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD888A on black background.


Color preview on white background

This text has color #AD888A on white background.



Black color preview on #AD888A background

This text has black color on #AD888A background.


White color preview on #AD888A background

This text has white color on #AD888A background.