COLOR #AD959C

HEX: #AD959C
RGB: (173,149,156)

Color info

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

RGB color model

#AD959C color RGB value is (173,149,156).

  • red value is 173;
  • green value is 149;
  • blue value is 156.
RGB:
(173,149,156)
(68%,58%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 156 of 255 = 61%

173
149
156

R + G + B ~ 62%. #AD959C is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 149 + 156 = 478 (100%)
R 173 of 478 ~ 36.19%
G 149 of 478 ~ 31.17%
B 156 of 478 ~ 32.64%

%36.19
%31.17
%32.64

CMYK color model

#AD959C color CMYK value is (0,14,10,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(0,14,10,32)
C0M14Y10K32 
(0%,14%,10%,32%)
(0.00/0.14/0.10/0.32)	

CMYK percentages

%0
%13.87
%9.83
%32.16

Codes

Color #AD959C in popluar color models

AD959C
RGB173149156
HSL343°12.77%63.14%
HSB/HSV343°13.87%67.84%
CMYK0.00%13.87%9.83%
32.16%

Color #AD959C in popluar number systems.

HEXAD959C
Decimal173149156
Binary101011011001010110011100
Octal255225234

Shades and tints

Shades of #AD959C

#AD959C
(173,149,156)
#9E888E
(158,136,142)
#8F7B80
(143,123,128)
#806E72
(128,110,114)
#716164
(113,97,100)
#625456
(98,84,86)
#534748
(83,71,72)
#443A3A
(68,58,58)
#352D2C
(53,45,44)
#26201E
(38,32,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #AD959C

#AD959C
(173,149,156)
#B49EA5
(180,158,165)
#BBA7AE
(187,167,174)
#C2B0B7
(194,176,183)
#C9B9C0
(201,185,192)
#D0C2C9
(208,194,201)
#D7CBD2
(215,203,210)
#DED4DB
(222,212,219)
#E5DDE4
(229,221,228)
#ECE6ED
(236,230,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD959C color. Also use rgb(173,149,156) instead hex code.

Text Font Color

.myTextColor { color: #AD959C; }

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

This text font color is #AD959C.


Background Color

.myBgColor { background-color: #AD959C; }

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

This div background color is #AD959C.


Border color

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

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

This div border color is #AD959C.


Opacity

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

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

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

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

This text has shadow with #AD959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD959C on black background.


Color preview on white background

This text has color #AD959C on white background.



Black color preview on #AD959C background

This text has black color on #AD959C background.


White color preview on #AD959C background

This text has white color on #AD959C background.