COLOR #AD6736

HEX: #AD6736
RGB: (173,103,54)

Renk bilgisi

#AD6736 contains mainly red color. #AD6736 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD6736 color RGB value is (173,103,54).

  • kırmız ton 173;
  • yeşil ton 103;
  • mavi ton 54.
RGB:
(173,103,54)
(68%,40%,21%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 103 of 255 = 40%
B 54 of 255 = 21%

173
103
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 103 + 54 = 330 (100%)
R 173 of 330 ~ 52.42%
G 103 of 330 ~ 31.21%
B 54 of 330 ~ 16.36%

%52.42
%31.21
%16.36

CMYK RENK MODELİ

#AD6736 rengi CMYK tonu (0,40,69,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.46%
  • sarı tonu 68.79%
  • ana renk tonu 32.16%
CMYK:
(0,40,69,32)
C0M40Y69K32 
(0%,40%,69%,32%)
(0.00/0.40/0.69/0.32)	

CMYK yüzdeleri

%0
%40.46
%68.79
%32.16

Codes

Color #AD6736 in popluar color models

AD6736
RGB17310354
HSL25°52.42%44.51%
HSB/HSV25°68.79%67.84%
CMYK0.00%40.46%68.79%
32.16%

Color #AD6736 in popluar number systems.

HEXAD6736
Decimal17310354
Binary101011011100111110110
Octal25514766

Shades and tints

Shades of #AD6736

#AD6736
(173,103,54)
#9E5E32
(158,94,50)
#8F552E
(143,85,46)
#804C2A
(128,76,42)
#714326
(113,67,38)
#623A22
(98,58,34)
#53311E
(83,49,30)
#44281A
(68,40,26)
#351F16
(53,31,22)
#261612
(38,22,18)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD6736

#AD6736
(173,103,54)
#B47448
(180,116,72)
#BB815A
(187,129,90)
#C28E6C
(194,142,108)
#C99B7E
(201,155,126)
#D0A890
(208,168,144)
#D7B5A2
(215,181,162)
#DEC2B4
(222,194,180)
#E5CFC6
(229,207,198)
#ECDCD8
(236,220,216)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6736; }

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

This text font color is #AD6736.


Background Color

.myBgColor { background-color: #AD6736; }

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

This div background color is #AD6736.


Border color

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

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

This div border color is #AD6736.


Opacity

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

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

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

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

This text has shadow with #AD6736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6736 on black background.


Color preview on white background

This text has color #AD6736 on white background.



Black color preview on #AD6736 background

This text has black color on #AD6736 background.


White color preview on #AD6736 background

This text has white color on #AD6736 background.