COLOR #AD7619

HEX: #AD7619
RGB: (173,118,25)

Renk bilgisi

#AD7619 contains mainly red and green colors. #AD7619 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#AD7619 color RGB value is (173,118,25).

  • kırmız ton 173;
  • yeşil ton 118;
  • mavi ton 25.
RGB:
(173,118,25)
(68%,46%,10%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 118 of 255 = 46%
B 25 of 255 = 10%

173
118
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 118 + 25 = 316 (100%)
R 173 of 316 ~ 54.75%
G 118 of 316 ~ 37.34%
B 25 of 316 ~ 7.91%

%54.75
%37.34

CMYK RENK MODELİ

#AD7619 rengi CMYK tonu (0,32,86,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.79%
  • sarı tonu 85.55%
  • ana renk tonu 32.16%
CMYK:
(0,32,86,32)
C0M32Y86K32 
(0%,32%,86%,32%)
(0.00/0.32/0.86/0.32)	

CMYK yüzdeleri

%0
%31.79
%85.55
%32.16

Codes

Color #AD7619 in popluar color models

AD7619
RGB17311825
HSL38°74.75%38.82%
HSB/HSV38°85.55%67.84%
CMYK0.00%31.79%85.55%
32.16%

Color #AD7619 in popluar number systems.

HEXAD7619
Decimal17311825
Binary10101101111011011001
Octal25516631

Shades and tints

Shades of #AD7619

#AD7619
(173,118,25)
#9E6C17
(158,108,23)
#8F6215
(143,98,21)
#805813
(128,88,19)
#714E11
(113,78,17)
#62440F
(98,68,15)
#533A0D
(83,58,13)
#44300B
(68,48,11)
#352609
(53,38,9)
#261C07
(38,28,7)
#171205
(23,18,5)
#000000
(0,0,0)

Tints of #AD7619

#AD7619
(173,118,25)
#B4822D
(180,130,45)
#BB8E41
(187,142,65)
#C29A55
(194,154,85)
#C9A669
(201,166,105)
#D0B27D
(208,178,125)
#D7BE91
(215,190,145)
#DECAA5
(222,202,165)
#E5D6B9
(229,214,185)
#ECE2CD
(236,226,205)
#F3EEE1
(243,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7619 color. Also use rgb(173,118,25) instead hex code.

Text Font Color

.myTextColor { color: #AD7619; }

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

This text font color is #AD7619.


Background Color

.myBgColor { background-color: #AD7619; }

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

This div background color is #AD7619.


Border color

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

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

This div border color is #AD7619.


Opacity

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

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

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

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

This text has shadow with #AD7619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7619 on black background.


Color preview on white background

This text has color #AD7619 on white background.



Black color preview on #AD7619 background

This text has black color on #AD7619 background.


White color preview on #AD7619 background

This text has white color on #AD7619 background.