COLOR #AD9B6D

HEX: #AD9B6D
RGB: (173,155,109)

Renk bilgisi

#AD9B6D contains mainly red and green colors. #AD9B6D ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AD9B6D color RGB value is (173,155,109).

  • kırmız ton 173;
  • yeşil ton 155;
  • mavi ton 109.
RGB:
(173,155,109)
(68%,61%,43%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 109 of 255 = 43%

173
155
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 109 = 437 (100%)
R 173 of 437 ~ 39.59%
G 155 of 437 ~ 35.47%
B 109 of 437 ~ 24.94%

%39.59
%35.47
%24.94

CMYK RENK MODELİ

#AD9B6D rengi CMYK tonu (0,10,37,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.40%
  • sarı tonu 36.99%
  • ana renk tonu 32.16%
CMYK:
(0,10,37,32)
C0M10Y37K32 
(0%,10%,37%,32%)
(0.00/0.10/0.37/0.32)	

CMYK yüzdeleri

%0
%10.4
%36.99
%32.16

Codes

Color #AD9B6D in popluar color models

AD9B6D
RGB173155109
HSL43°28.07%55.29%
HSB/HSV43°36.99%67.84%
CMYK0.00%10.40%36.99%
32.16%

Color #AD9B6D in popluar number systems.

HEXAD9B6D
Decimal173155109
Binary10101101100110111101101
Octal255233155

Shades and tints

Shades of #AD9B6D

#AD9B6D
(173,155,109)
#9E8D64
(158,141,100)
#8F7F5B
(143,127,91)
#807152
(128,113,82)
#716349
(113,99,73)
#625540
(98,85,64)
#534737
(83,71,55)
#44392E
(68,57,46)
#352B25
(53,43,37)
#261D1C
(38,29,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD9B6D

#AD9B6D
(173,155,109)
#B4A47A
(180,164,122)
#BBAD87
(187,173,135)
#C2B694
(194,182,148)
#C9BFA1
(201,191,161)
#D0C8AE
(208,200,174)
#D7D1BB
(215,209,187)
#DEDAC8
(222,218,200)
#E5E3D5
(229,227,213)
#ECECE2
(236,236,226)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9B6D color. Also use rgb(173,155,109) instead hex code.

Text Font Color

.myTextColor { color: #AD9B6D; }

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

This text font color is #AD9B6D.


Background Color

.myBgColor { background-color: #AD9B6D; }

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

This div background color is #AD9B6D.


Border color

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

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

This div border color is #AD9B6D.


Opacity

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

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

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

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

This text has shadow with #AD9B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B6D on black background.


Color preview on white background

This text has color #AD9B6D on white background.



Black color preview on #AD9B6D background

This text has black color on #AD9B6D background.


White color preview on #AD9B6D background

This text has white color on #AD9B6D background.