COLOR #AD9A9A

HEX: #AD9A9A
RGB: (173,154,154)

Color info

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

RGB color model

#AD9A9A color RGB value is (173,154,154).

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

RGB channels and saturation

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

173
154
154

R + G + B ~ 63%. #AD9A9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 154 = 481 (100%)
R 173 of 481 ~ 35.97%
G 154 of 481 ~ 32.02%
B 154 of 481 ~ 32.02%

%35.97
%32.02
%32.02

CMYK color model

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

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

CMYK percentages

%0
%10.98
%10.98
%32.16

Codes

Color #AD9A9A in popluar color models

AD9A9A
RGB173154154
HSL10.38%64.12%
HSB/HSV10.98%67.84%
CMYK0.00%10.98%10.98%
32.16%

Color #AD9A9A in popluar number systems.

HEXAD9A9A
Decimal173154154
Binary101011011001101010011010
Octal255232232

Shades and tints

Shades of #AD9A9A

#AD9A9A
(173,154,154)
#9E8C8C
(158,140,140)
#8F7E7E
(143,126,126)
#807070
(128,112,112)
#716262
(113,98,98)
#625454
(98,84,84)
#534646
(83,70,70)
#443838
(68,56,56)
#352A2A
(53,42,42)
#261C1C
(38,28,28)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD9A9A

#AD9A9A
(173,154,154)
#B4A3A3
(180,163,163)
#BBACAC
(187,172,172)
#C2B5B5
(194,181,181)
#C9BEBE
(201,190,190)
#D0C7C7
(208,199,199)
#D7D0D0
(215,208,208)
#DED9D9
(222,217,217)
#E5E2E2
(229,226,226)
#ECEBEB
(236,235,235)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9A9A; }

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

This text font color is #AD9A9A.


Background Color

.myBgColor { background-color: #AD9A9A; }

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

This div background color is #AD9A9A.


Border color

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

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

This div border color is #AD9A9A.


Opacity

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

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

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

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

This text has shadow with #AD9A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9A9A on black background.


Color preview on white background

This text has color #AD9A9A on white background.



Black color preview on #AD9A9A background

This text has black color on #AD9A9A background.


White color preview on #AD9A9A background

This text has white color on #AD9A9A background.