COLOR #AD8C74

HEX: #AD8C74
RGB: (173,140,116)

Renk bilgisi

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

RGB renk modeli

#AD8C74 color RGB value is (173,140,116).

  • kırmız ton 173;
  • yeşil ton 140;
  • mavi ton 116.
RGB:
(173,140,116)
(68%,55%,45%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 140 of 255 = 55%
B 116 of 255 = 45%

173
140
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 140 + 116 = 429 (100%)
R 173 of 429 ~ 40.33%
G 140 of 429 ~ 32.63%
B 116 of 429 ~ 27.04%

%40.33
%32.63
%27.04

CMYK RENK MODELİ

#AD8C74 rengi CMYK tonu (0,19,33,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 32.95%
  • ana renk tonu 32.16%
CMYK:
(0,19,33,32)
C0M19Y33K32 
(0%,19%,33%,32%)
(0.00/0.19/0.33/0.32)	

CMYK yüzdeleri

%0
%19.08
%32.95
%32.16

Codes

Color #AD8C74 in popluar color models

AD8C74
RGB173140116
HSL25°25.79%56.67%
HSB/HSV25°32.95%67.84%
CMYK0.00%19.08%32.95%
32.16%

Color #AD8C74 in popluar number systems.

HEXAD8C74
Decimal173140116
Binary10101101100011001110100
Octal255214164

Shades and tints

Shades of #AD8C74

#AD8C74
(173,140,116)
#9E806A
(158,128,106)
#8F7460
(143,116,96)
#806856
(128,104,86)
#715C4C
(113,92,76)
#625042
(98,80,66)
#534438
(83,68,56)
#44382E
(68,56,46)
#352C24
(53,44,36)
#26201A
(38,32,26)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #AD8C74

#AD8C74
(173,140,116)
#B49680
(180,150,128)
#BBA08C
(187,160,140)
#C2AA98
(194,170,152)
#C9B4A4
(201,180,164)
#D0BEB0
(208,190,176)
#D7C8BC
(215,200,188)
#DED2C8
(222,210,200)
#E5DCD4
(229,220,212)
#ECE6E0
(236,230,224)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C74; }

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

This text font color is #AD8C74.


Background Color

.myBgColor { background-color: #AD8C74; }

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

This div background color is #AD8C74.


Border color

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

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

This div border color is #AD8C74.


Opacity

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

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

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

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

This text has shadow with #AD8C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C74 on black background.


Color preview on white background

This text has color #AD8C74 on white background.



Black color preview on #AD8C74 background

This text has black color on #AD8C74 background.


White color preview on #AD8C74 background

This text has white color on #AD8C74 background.