COLOR #AD6F6E

HEX: #AD6F6E
RGB: (173,111,110)

Renk bilgisi

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

RGB renk modeli

#AD6F6E color RGB value is (173,111,110).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 111 of 255 = 44%
B 110 of 255 = 43%

173
111
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 111 + 110 = 394 (100%)
R 173 of 394 ~ 43.91%
G 111 of 394 ~ 28.17%
B 110 of 394 ~ 27.92%

%43.91
%28.17
%27.92

CMYK RENK MODELİ

#AD6F6E rengi CMYK tonu (0,36,36,32).

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

CMYK yüzdeleri

%0
%35.84
%36.42
%32.16

Codes

Color #AD6F6E in popluar color models

AD6F6E
RGB173111110
HSL27.75%55.49%
HSB/HSV36.42%67.84%
CMYK0.00%35.84%36.42%
32.16%

Color #AD6F6E in popluar number systems.

HEXAD6F6E
Decimal173111110
Binary1010110111011111101110
Octal255157156

Shades and tints

Shades of #AD6F6E

#AD6F6E
(173,111,110)
#9E6564
(158,101,100)
#8F5B5A
(143,91,90)
#805150
(128,81,80)
#714746
(113,71,70)
#623D3C
(98,61,60)
#533332
(83,51,50)
#442928
(68,41,40)
#351F1E
(53,31,30)
#261514
(38,21,20)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #AD6F6E

#AD6F6E
(173,111,110)
#B47C7B
(180,124,123)
#BB8988
(187,137,136)
#C29695
(194,150,149)
#C9A3A2
(201,163,162)
#D0B0AF
(208,176,175)
#D7BDBC
(215,189,188)
#DECAC9
(222,202,201)
#E5D7D6
(229,215,214)
#ECE4E3
(236,228,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6F6E; }

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

This text font color is #AD6F6E.


Background Color

.myBgColor { background-color: #AD6F6E; }

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

This div background color is #AD6F6E.


Border color

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

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

This div border color is #AD6F6E.


Opacity

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

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

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

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

This text has shadow with #AD6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6F6E on black background.


Color preview on white background

This text has color #AD6F6E on white background.



Black color preview on #AD6F6E background

This text has black color on #AD6F6E background.


White color preview on #AD6F6E background

This text has white color on #AD6F6E background.