COLOR #AD9D41

HEX: #AD9D41
RGB: (173,157,65)

Renk bilgisi

#AD9D41 contains mainly red and green colors. #AD9D41 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#AD9D41 color RGB value is (173,157,65).

  • kırmız ton 173;
  • yeşil ton 157;
  • mavi ton 65.
RGB:
(173,157,65)
(68%,62%,25%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 65 of 255 = 25%

173
157
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 65 = 395 (100%)
R 173 of 395 ~ 43.8%
G 157 of 395 ~ 39.75%
B 65 of 395 ~ 16.46%

%43.8
%39.75
%16.46

CMYK RENK MODELİ

#AD9D41 rengi CMYK tonu (0,9,62,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.25%
  • sarı tonu 62.43%
  • ana renk tonu 32.16%
CMYK:
(0,9,62,32)
C0M9Y62K32 
(0%,9%,62%,32%)
(0.00/0.09/0.62/0.32)	

CMYK yüzdeleri

%0
%9.25
%62.43
%32.16

Codes

Color #AD9D41 in popluar color models

AD9D41
RGB17315765
HSL51°45.38%46.67%
HSB/HSV51°62.43%67.84%
CMYK0.00%9.25%62.43%
32.16%

Color #AD9D41 in popluar number systems.

HEXAD9D41
Decimal17315765
Binary10101101100111011000001
Octal255235101

Shades and tints

Shades of #AD9D41

#AD9D41
(173,157,65)
#9E8F3C
(158,143,60)
#8F8137
(143,129,55)
#807332
(128,115,50)
#71652D
(113,101,45)
#625728
(98,87,40)
#534923
(83,73,35)
#443B1E
(68,59,30)
#352D19
(53,45,25)
#261F14
(38,31,20)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD9D41

#AD9D41
(173,157,65)
#B4A552
(180,165,82)
#BBAD63
(187,173,99)
#C2B574
(194,181,116)
#C9BD85
(201,189,133)
#D0C596
(208,197,150)
#D7CDA7
(215,205,167)
#DED5B8
(222,213,184)
#E5DDC9
(229,221,201)
#ECE5DA
(236,229,218)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9D41 color. Also use rgb(173,157,65) instead hex code.

Text Font Color

.myTextColor { color: #AD9D41; }

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

This text font color is #AD9D41.


Background Color

.myBgColor { background-color: #AD9D41; }

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

This div background color is #AD9D41.


Border color

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

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

This div border color is #AD9D41.


Opacity

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

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

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

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

This text has shadow with #AD9D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D41 on black background.


Color preview on white background

This text has color #AD9D41 on white background.



Black color preview on #AD9D41 background

This text has black color on #AD9D41 background.


White color preview on #AD9D41 background

This text has white color on #AD9D41 background.