COLOR #AD9988

HEX: #AD9988
RGB: (173,153,136)

Color info

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

RGB color model

#AD9988 color RGB value is (173,153,136).

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

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 136 of 255 = 53%

173
153
136

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

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 136 = 462 (100%)
R 173 of 462 ~ 37.45%
G 153 of 462 ~ 33.12%
B 136 of 462 ~ 29.44%

%37.45
%33.12
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 21.39%
  • key color value is 32.16%
CMYK:
(0,12,21,32)
C0M12Y21K32 
(0%,12%,21%,32%)
(0.00/0.12/0.21/0.32)	

CMYK percentages

%0
%11.56
%21.39
%32.16

Codes

Color #AD9988 in popluar color models

AD9988
RGB173153136
HSL28°18.41%60.59%
HSB/HSV28°21.39%67.84%
CMYK0.00%11.56%21.39%
32.16%

Color #AD9988 in popluar number systems.

HEXAD9988
Decimal173153136
Binary101011011001100110001000
Octal255231210

Shades and tints

Shades of #AD9988

#AD9988
(173,153,136)
#9E8C7C
(158,140,124)
#8F7F70
(143,127,112)
#807264
(128,114,100)
#716558
(113,101,88)
#62584C
(98,88,76)
#534B40
(83,75,64)
#443E34
(68,62,52)
#353128
(53,49,40)
#26241C
(38,36,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #AD9988

#AD9988
(173,153,136)
#B4A292
(180,162,146)
#BBAB9C
(187,171,156)
#C2B4A6
(194,180,166)
#C9BDB0
(201,189,176)
#D0C6BA
(208,198,186)
#D7CFC4
(215,207,196)
#DED8CE
(222,216,206)
#E5E1D8
(229,225,216)
#ECEAE2
(236,234,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9988; }

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

This text font color is #AD9988.


Background Color

.myBgColor { background-color: #AD9988; }

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

This div background color is #AD9988.


Border color

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

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

This div border color is #AD9988.


Opacity

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

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

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

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

This text has shadow with #AD9988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9988 on black background.


Color preview on white background

This text has color #AD9988 on white background.



Black color preview on #AD9988 background

This text has black color on #AD9988 background.


White color preview on #AD9988 background

This text has white color on #AD9988 background.