COLOR #AD6C6E

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

173
108
110

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

Yüzdelerle RGB renk parçaları

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

%44.25
%27.62
%28.13

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%37.57
%36.42
%32.16

Codes

Color #AD6C6E in popluar color models

AD6C6E
RGB173108110
HSL358°28.38%55.10%
HSB/HSV358°37.57%67.84%
CMYK0.00%37.57%36.42%
32.16%

Color #AD6C6E in popluar number systems.

HEXAD6C6E
Decimal173108110
Binary1010110111011001101110
Octal255154156

Shades and tints

Shades of #AD6C6E

#AD6C6E
(173,108,110)
#9E6364
(158,99,100)
#8F5A5A
(143,90,90)
#805150
(128,81,80)
#714846
(113,72,70)
#623F3C
(98,63,60)
#533632
(83,54,50)
#442D28
(68,45,40)
#35241E
(53,36,30)
#261B14
(38,27,20)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #AD6C6E

#AD6C6E
(173,108,110)
#B4797B
(180,121,123)
#BB8688
(187,134,136)
#C29395
(194,147,149)
#C9A0A2
(201,160,162)
#D0ADAF
(208,173,175)
#D7BABC
(215,186,188)
#DEC7C9
(222,199,201)
#E5D4D6
(229,212,214)
#ECE1E3
(236,225,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6C6E; }

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

This text font color is #AD6C6E.


Background Color

.myBgColor { background-color: #AD6C6E; }

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

This div background color is #AD6C6E.


Border color

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

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

This div border color is #AD6C6E.


Opacity

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

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

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

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

This text has shadow with #AD6C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6C6E on black background.


Color preview on white background

This text has color #AD6C6E on white background.



Black color preview on #AD6C6E background

This text has black color on #AD6C6E background.


White color preview on #AD6C6E background

This text has white color on #AD6C6E background.