COLOR #AD6E6C

HEX: #AD6E6C
RGB: (173,110,108)

Renk bilgisi

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

RGB renk modeli

#AD6E6C color RGB value is (173,110,108).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 108 of 255 = 42%

173
110
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 108 = 391 (100%)
R 173 of 391 ~ 44.25%
G 110 of 391 ~ 28.13%
B 108 of 391 ~ 27.62%

%44.25
%28.13
%27.62

CMYK RENK MODELİ

#AD6E6C rengi CMYK tonu (0,36,38,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • sarı tonu 37.57%
  • ana renk tonu 32.16%
CMYK:
(0,36,38,32)
C0M36Y38K32 
(0%,36%,38%,32%)
(0.00/0.36/0.38/0.32)	

CMYK yüzdeleri

%0
%36.42
%37.57
%32.16

Codes

Color #AD6E6C in popluar color models

AD6E6C
RGB173110108
HSL28.38%55.10%
HSB/HSV37.57%67.84%
CMYK0.00%36.42%37.57%
32.16%

Color #AD6E6C in popluar number systems.

HEXAD6E6C
Decimal173110108
Binary1010110111011101101100
Octal255156154

Shades and tints

Shades of #AD6E6C

#AD6E6C
(173,110,108)
#9E6463
(158,100,99)
#8F5A5A
(143,90,90)
#805051
(128,80,81)
#714648
(113,70,72)
#623C3F
(98,60,63)
#533236
(83,50,54)
#44282D
(68,40,45)
#351E24
(53,30,36)
#26141B
(38,20,27)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #AD6E6C

#AD6E6C
(173,110,108)
#B47B79
(180,123,121)
#BB8886
(187,136,134)
#C29593
(194,149,147)
#C9A2A0
(201,162,160)
#D0AFAD
(208,175,173)
#D7BCBA
(215,188,186)
#DEC9C7
(222,201,199)
#E5D6D4
(229,214,212)
#ECE3E1
(236,227,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E6C; }

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

This text font color is #AD6E6C.


Background Color

.myBgColor { background-color: #AD6E6C; }

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

This div background color is #AD6E6C.


Border color

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

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

This div border color is #AD6E6C.


Opacity

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

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

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

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

This text has shadow with #AD6E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E6C on black background.


Color preview on white background

This text has color #AD6E6C on white background.



Black color preview on #AD6E6C background

This text has black color on #AD6E6C background.


White color preview on #AD6E6C background

This text has white color on #AD6E6C background.