COLOR #AD979A

HEX: #AD979A
RGB: (173,151,154)

Color info

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

RGB color model

#AD979A color RGB value is (173,151,154).

  • red value is 173;
  • green value is 151;
  • blue value is 154.
RGB:
(173,151,154)
(68%,59%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 154 of 255 = 60%

173
151
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 154 = 478 (100%)
R 173 of 478 ~ 36.19%
G 151 of 478 ~ 31.59%
B 154 of 478 ~ 32.22%

%36.19
%31.59
%32.22

CMYK color model

#AD979A color CMYK value is (0,13,11,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,13,11,32)
C0M13Y11K32 
(0%,13%,11%,32%)
(0.00/0.13/0.11/0.32)	

CMYK percentages

%0
%12.72
%10.98
%32.16

Codes

Color #AD979A in popluar color models

AD979A
RGB173151154
HSL352°11.83%63.53%
HSB/HSV352°12.72%67.84%
CMYK0.00%12.72%10.98%
32.16%

Color #AD979A in popluar number systems.

HEXAD979A
Decimal173151154
Binary101011011001011110011010
Octal255227232

Shades and tints

Shades of #AD979A

#AD979A
(173,151,154)
#9E8A8C
(158,138,140)
#8F7D7E
(143,125,126)
#807070
(128,112,112)
#716362
(113,99,98)
#625654
(98,86,84)
#534946
(83,73,70)
#443C38
(68,60,56)
#352F2A
(53,47,42)
#26221C
(38,34,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #AD979A

#AD979A
(173,151,154)
#B4A0A3
(180,160,163)
#BBA9AC
(187,169,172)
#C2B2B5
(194,178,181)
#C9BBBE
(201,187,190)
#D0C4C7
(208,196,199)
#D7CDD0
(215,205,208)
#DED6D9
(222,214,217)
#E5DFE2
(229,223,226)
#ECE8EB
(236,232,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD979A color. Also use rgb(173,151,154) instead hex code.

Text Font Color

.myTextColor { color: #AD979A; }

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

This text font color is #AD979A.


Background Color

.myBgColor { background-color: #AD979A; }

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

This div background color is #AD979A.


Border color

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

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

This div border color is #AD979A.


Opacity

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

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

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

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

This text has shadow with #AD979A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD979A on black background.


Color preview on white background

This text has color #AD979A on white background.



Black color preview on #AD979A background

This text has black color on #AD979A background.


White color preview on #AD979A background

This text has white color on #AD979A background.