COLOR #AD6E4C

HEX: #AD6E4C
RGB: (173,110,76)

Renk bilgisi

#AD6E4C contains mainly red color. #AD6E4C ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD6E4C color RGB value is (173,110,76).

  • kırmız ton 173;
  • yeşil ton 110;
  • mavi ton 76.
RGB:
(173,110,76)
(68%,43%,30%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 76 of 255 = 30%

173
110
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 76 = 359 (100%)
R 173 of 359 ~ 48.19%
G 110 of 359 ~ 30.64%
B 76 of 359 ~ 21.17%

%48.19
%30.64
%21.17

CMYK RENK MODELİ

#AD6E4C rengi CMYK tonu (0,36,56,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • sarı tonu 56.07%
  • ana renk tonu 32.16%
CMYK:
(0,36,56,32)
C0M36Y56K32 
(0%,36%,56%,32%)
(0.00/0.36/0.56/0.32)	

CMYK yüzdeleri

%0
%36.42
%56.07
%32.16

Codes

Color #AD6E4C in popluar color models

AD6E4C
RGB17311076
HSL21°38.96%48.82%
HSB/HSV21°56.07%67.84%
CMYK0.00%36.42%56.07%
32.16%

Color #AD6E4C in popluar number systems.

HEXAD6E4C
Decimal17311076
Binary1010110111011101001100
Octal255156114

Shades and tints

Shades of #AD6E4C

#AD6E4C
(173,110,76)
#9E6446
(158,100,70)
#8F5A40
(143,90,64)
#80503A
(128,80,58)
#714634
(113,70,52)
#623C2E
(98,60,46)
#533228
(83,50,40)
#442822
(68,40,34)
#351E1C
(53,30,28)
#261416
(38,20,22)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD6E4C

#AD6E4C
(173,110,76)
#B47B5C
(180,123,92)
#BB886C
(187,136,108)
#C2957C
(194,149,124)
#C9A28C
(201,162,140)
#D0AF9C
(208,175,156)
#D7BCAC
(215,188,172)
#DEC9BC
(222,201,188)
#E5D6CC
(229,214,204)
#ECE3DC
(236,227,220)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6E4C color. Also use rgb(173,110,76) instead hex code.

Text Font Color

.myTextColor { color: #AD6E4C; }

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

This text font color is #AD6E4C.


Background Color

.myBgColor { background-color: #AD6E4C; }

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

This div background color is #AD6E4C.


Border color

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

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

This div border color is #AD6E4C.


Opacity

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

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

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

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

This text has shadow with #AD6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E4C on black background.


Color preview on white background

This text has color #AD6E4C on white background.



Black color preview on #AD6E4C background

This text has black color on #AD6E4C background.


White color preview on #AD6E4C background

This text has white color on #AD6E4C background.