COLOR #AD6C55

HEX: #AD6C55
RGB: (173,108,85)

Renk bilgisi

#AD6C55 contains mainly red color. #AD6C55 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6C55 color RGB value is (173,108,85).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 108 of 255 = 42%
B 85 of 255 = 33%

173
108
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 108 + 85 = 366 (100%)
R 173 of 366 ~ 47.27%
G 108 of 366 ~ 29.51%
B 85 of 366 ~ 23.22%

%47.27
%29.51
%23.22

CMYK RENK MODELİ

#AD6C55 rengi CMYK tonu (0,38,51,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.57%
  • sarı tonu 50.87%
  • ana renk tonu 32.16%
CMYK:
(0,38,51,32)
C0M38Y51K32 
(0%,38%,51%,32%)
(0.00/0.38/0.51/0.32)	

CMYK yüzdeleri

%0
%37.57
%50.87
%32.16

Codes

Color #AD6C55 in popluar color models

AD6C55
RGB17310885
HSL16°34.92%50.59%
HSB/HSV16°50.87%67.84%
CMYK0.00%37.57%50.87%
32.16%

Color #AD6C55 in popluar number systems.

HEXAD6C55
Decimal17310885
Binary1010110111011001010101
Octal255154125

Shades and tints

Shades of #AD6C55

#AD6C55
(173,108,85)
#9E634E
(158,99,78)
#8F5A47
(143,90,71)
#805140
(128,81,64)
#714839
(113,72,57)
#623F32
(98,63,50)
#53362B
(83,54,43)
#442D24
(68,45,36)
#35241D
(53,36,29)
#261B16
(38,27,22)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD6C55

#AD6C55
(173,108,85)
#B47964
(180,121,100)
#BB8673
(187,134,115)
#C29382
(194,147,130)
#C9A091
(201,160,145)
#D0ADA0
(208,173,160)
#D7BAAF
(215,186,175)
#DEC7BE
(222,199,190)
#E5D4CD
(229,212,205)
#ECE1DC
(236,225,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6C55; }

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

This text font color is #AD6C55.


Background Color

.myBgColor { background-color: #AD6C55; }

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

This div background color is #AD6C55.


Border color

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

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

This div border color is #AD6C55.


Opacity

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

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

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

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

This text has shadow with #AD6C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C55 on black background.


Color preview on white background

This text has color #AD6C55 on white background.



Black color preview on #AD6C55 background

This text has black color on #AD6C55 background.


White color preview on #AD6C55 background

This text has white color on #AD6C55 background.