COLOR #AD9D8D

HEX: #AD9D8D
RGB: (173,157,141)

Renk bilgisi

#AD9D8D contains red, green and blue colors in about the same proportion. #AD9D8D ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AD9D8D color RGB value is (173,157,141).

  • kırmız ton 173;
  • yeşil ton 157;
  • mavi ton 141.
RGB:
(173,157,141)
(68%,62%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 141 of 255 = 55%

173
157
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 141 = 471 (100%)
R 173 of 471 ~ 36.73%
G 157 of 471 ~ 33.33%
B 141 of 471 ~ 29.94%

%36.73
%33.33
%29.94

CMYK RENK MODELİ

#AD9D8D rengi CMYK tonu (0,9,18,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.25%
  • sarı tonu 18.50%
  • ana renk tonu 32.16%
CMYK:
(0,9,18,32)
C0M9Y18K32 
(0%,9%,18%,32%)
(0.00/0.09/0.18/0.32)	

CMYK yüzdeleri

%0
%9.25
%18.5
%32.16

Codes

Color #AD9D8D in popluar color models

AD9D8D
RGB173157141
HSL30°16.33%61.57%
HSB/HSV30°18.50%67.84%
CMYK0.00%9.25%18.50%
32.16%

Color #AD9D8D in popluar number systems.

HEXAD9D8D
Decimal173157141
Binary101011011001110110001101
Octal255235215

Shades and tints

Shades of #AD9D8D

#AD9D8D
(173,157,141)
#9E8F81
(158,143,129)
#8F8175
(143,129,117)
#807369
(128,115,105)
#71655D
(113,101,93)
#625751
(98,87,81)
#534945
(83,73,69)
#443B39
(68,59,57)
#352D2D
(53,45,45)
#261F21
(38,31,33)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9D8D

#AD9D8D
(173,157,141)
#B4A597
(180,165,151)
#BBADA1
(187,173,161)
#C2B5AB
(194,181,171)
#C9BDB5
(201,189,181)
#D0C5BF
(208,197,191)
#D7CDC9
(215,205,201)
#DED5D3
(222,213,211)
#E5DDDD
(229,221,221)
#ECE5E7
(236,229,231)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9D8D; }

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

This text font color is #AD9D8D.


Background Color

.myBgColor { background-color: #AD9D8D; }

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

This div background color is #AD9D8D.


Border color

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

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

This div border color is #AD9D8D.


Opacity

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

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

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

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

This text has shadow with #AD9D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D8D on black background.


Color preview on white background

This text has color #AD9D8D on white background.



Black color preview on #AD9D8D background

This text has black color on #AD9D8D background.


White color preview on #AD9D8D background

This text has white color on #AD9D8D background.