COLOR #AD9C55

HEX: #AD9C55
RGB: (173,156,85)

Renk bilgisi

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

RGB renk modeli

#AD9C55 color RGB value is (173,156,85).

  • kırmız ton 173;
  • yeşil ton 156;
  • mavi ton 85.
RGB:
(173,156,85)
(68%,61%,33%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 156 of 255 = 61%
B 85 of 255 = 33%

173
156
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 156 + 85 = 414 (100%)
R 173 of 414 ~ 41.79%
G 156 of 414 ~ 37.68%
B 85 of 414 ~ 20.53%

%41.79
%37.68
%20.53

CMYK RENK MODELİ

#AD9C55 rengi CMYK tonu (0,10,51,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.83%
  • sarı tonu 50.87%
  • ana renk tonu 32.16%
CMYK:
(0,10,51,32)
C0M10Y51K32 
(0%,10%,51%,32%)
(0.00/0.10/0.51/0.32)	

CMYK yüzdeleri

%0
%9.83
%50.87
%32.16

Codes

Color #AD9C55 in popluar color models

AD9C55
RGB17315685
HSL48°34.92%50.59%
HSB/HSV48°50.87%67.84%
CMYK0.00%9.83%50.87%
32.16%

Color #AD9C55 in popluar number systems.

HEXAD9C55
Decimal17315685
Binary10101101100111001010101
Octal255234125

Shades and tints

Shades of #AD9C55

#AD9C55
(173,156,85)
#9E8E4E
(158,142,78)
#8F8047
(143,128,71)
#807240
(128,114,64)
#716439
(113,100,57)
#625632
(98,86,50)
#53482B
(83,72,43)
#443A24
(68,58,36)
#352C1D
(53,44,29)
#261E16
(38,30,22)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #AD9C55

#AD9C55
(173,156,85)
#B4A564
(180,165,100)
#BBAE73
(187,174,115)
#C2B782
(194,183,130)
#C9C091
(201,192,145)
#D0C9A0
(208,201,160)
#D7D2AF
(215,210,175)
#DEDBBE
(222,219,190)
#E5E4CD
(229,228,205)
#ECEDDC
(236,237,220)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9C55 color. Also use rgb(173,156,85) instead hex code.

Text Font Color

.myTextColor { color: #AD9C55; }

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

This text font color is #AD9C55.


Background Color

.myBgColor { background-color: #AD9C55; }

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

This div background color is #AD9C55.


Border color

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

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

This div border color is #AD9C55.


Opacity

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

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

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

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

This text has shadow with #AD9C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9C55 on black background.


Color preview on white background

This text has color #AD9C55 on white background.



Black color preview on #AD9C55 background

This text has black color on #AD9C55 background.


White color preview on #AD9C55 background

This text has white color on #AD9C55 background.