COLOR #AD6717

HEX: #AD6717
RGB: (173,103,23)

Renk bilgisi

#AD6717 contains mainly red color. #AD6717 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#AD6717 color RGB value is (173,103,23).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 103 of 255 = 40%
B 23 of 255 = 9%

173
103
23

R + G + B ~ 39%. #AD6717 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 103 + 23 = 299 (100%)
R 173 of 299 ~ 57.86%
G 103 of 299 ~ 34.45%
B 23 of 299 ~ 7.69%

%57.86
%34.45

CMYK RENK MODELİ

#AD6717 rengi CMYK tonu (0,40,87,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.46%
  • sarı tonu 86.71%
  • ana renk tonu 32.16%
CMYK:
(0,40,87,32)
C0M40Y87K32 
(0%,40%,87%,32%)
(0.00/0.40/0.87/0.32)	

CMYK yüzdeleri

%0
%40.46
%86.71
%32.16

Codes

Color #AD6717 in popluar color models

AD6717
RGB17310323
HSL32°76.53%38.43%
HSB/HSV32°86.71%67.84%
CMYK0.00%40.46%86.71%
32.16%

Color #AD6717 in popluar number systems.

HEXAD6717
Decimal17310323
Binary10101101110011110111
Octal25514727

Shades and tints

Shades of #AD6717

#AD6717
(173,103,23)
#9E5E15
(158,94,21)
#8F5513
(143,85,19)
#804C11
(128,76,17)
#71430F
(113,67,15)
#623A0D
(98,58,13)
#53310B
(83,49,11)
#442809
(68,40,9)
#351F07
(53,31,7)
#261605
(38,22,5)
#170D03
(23,13,3)
#000000
(0,0,0)

Tints of #AD6717

#AD6717
(173,103,23)
#B4742C
(180,116,44)
#BB8141
(187,129,65)
#C28E56
(194,142,86)
#C99B6B
(201,155,107)
#D0A880
(208,168,128)
#D7B595
(215,181,149)
#DEC2AA
(222,194,170)
#E5CFBF
(229,207,191)
#ECDCD4
(236,220,212)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6717; }

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

This text font color is #AD6717.


Background Color

.myBgColor { background-color: #AD6717; }

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

This div background color is #AD6717.


Border color

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

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

This div border color is #AD6717.


Opacity

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

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

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

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

This text has shadow with #AD6717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6717 on black background.


Color preview on white background

This text has color #AD6717 on white background.



Black color preview on #AD6717 background

This text has black color on #AD6717 background.


White color preview on #AD6717 background

This text has white color on #AD6717 background.