COLOR #AD9C7E

HEX: #AD9C7E
RGB: (173,156,126)

Renk bilgisi

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

RGB renk modeli

#AD9C7E color RGB value is (173,156,126).

  • kırmız ton 173;
  • yeşil ton 156;
  • mavi ton 126.
RGB:
(173,156,126)
(68%,61%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 126 of 255 = 49%

173
156
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 126 = 455 (100%)
R 173 of 455 ~ 38.02%
G 156 of 455 ~ 34.29%
B 126 of 455 ~ 27.69%

%38.02
%34.29
%27.69

CMYK RENK MODELİ

#AD9C7E rengi CMYK tonu (0,10,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.83%
  • sarı tonu 27.17%
  • ana renk tonu 32.16%
CMYK:
(0,10,27,32)
C0M10Y27K32 
(0%,10%,27%,32%)
(0.00/0.10/0.27/0.32)	

CMYK yüzdeleri

%0
%9.83
%27.17
%32.16

Codes

Color #AD9C7E in popluar color models

AD9C7E
RGB173156126
HSL38°22.27%58.63%
HSB/HSV38°27.17%67.84%
CMYK0.00%9.83%27.17%
32.16%

Color #AD9C7E in popluar number systems.

HEXAD9C7E
Decimal173156126
Binary10101101100111001111110
Octal255234176

Shades and tints

Shades of #AD9C7E

#AD9C7E
(173,156,126)
#9E8E73
(158,142,115)
#8F8068
(143,128,104)
#80725D
(128,114,93)
#716452
(113,100,82)
#625647
(98,86,71)
#53483C
(83,72,60)
#443A31
(68,58,49)
#352C26
(53,44,38)
#261E1B
(38,30,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #AD9C7E

#AD9C7E
(173,156,126)
#B4A589
(180,165,137)
#BBAE94
(187,174,148)
#C2B79F
(194,183,159)
#C9C0AA
(201,192,170)
#D0C9B5
(208,201,181)
#D7D2C0
(215,210,192)
#DEDBCB
(222,219,203)
#E5E4D6
(229,228,214)
#ECEDE1
(236,237,225)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C7E; }

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

This text font color is #AD9C7E.


Background Color

.myBgColor { background-color: #AD9C7E; }

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

This div background color is #AD9C7E.


Border color

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

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

This div border color is #AD9C7E.


Opacity

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

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

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

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

This text has shadow with #AD9C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9C7E on black background.


Color preview on white background

This text has color #AD9C7E on white background.



Black color preview on #AD9C7E background

This text has black color on #AD9C7E background.


White color preview on #AD9C7E background

This text has white color on #AD9C7E background.