COLOR #AD6A71

HEX: #AD6A71
RGB: (173,106,113)

Renk bilgisi

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

RGB renk modeli

#AD6A71 color RGB value is (173,106,113).

  • kırmız ton 173;
  • yeşil ton 106;
  • mavi ton 113.
RGB:
(173,106,113)
(68%,42%,44%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 106 of 255 = 42%
B 113 of 255 = 44%

173
106
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 106 + 113 = 392 (100%)
R 173 of 392 ~ 44.13%
G 106 of 392 ~ 27.04%
B 113 of 392 ~ 28.83%

%44.13
%27.04
%28.83

CMYK RENK MODELİ

#AD6A71 rengi CMYK tonu (0,39,35,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.73%
  • sarı tonu 34.68%
  • ana renk tonu 32.16%
CMYK:
(0,39,35,32)
C0M39Y35K32 
(0%,39%,35%,32%)
(0.00/0.39/0.35/0.32)	

CMYK yüzdeleri

%0
%38.73
%34.68
%32.16

Codes

Color #AD6A71 in popluar color models

AD6A71
RGB173106113
HSL354°29.00%54.71%
HSB/HSV354°38.73%67.84%
CMYK0.00%38.73%34.68%
32.16%

Color #AD6A71 in popluar number systems.

HEXAD6A71
Decimal173106113
Binary1010110111010101110001
Octal255152161

Shades and tints

Shades of #AD6A71

#AD6A71
(173,106,113)
#9E6167
(158,97,103)
#8F585D
(143,88,93)
#804F53
(128,79,83)
#714649
(113,70,73)
#623D3F
(98,61,63)
#533435
(83,52,53)
#442B2B
(68,43,43)
#352221
(53,34,33)
#261917
(38,25,23)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #AD6A71

#AD6A71
(173,106,113)
#B4777D
(180,119,125)
#BB8489
(187,132,137)
#C29195
(194,145,149)
#C99EA1
(201,158,161)
#D0ABAD
(208,171,173)
#D7B8B9
(215,184,185)
#DEC5C5
(222,197,197)
#E5D2D1
(229,210,209)
#ECDFDD
(236,223,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6A71 color. Also use rgb(173,106,113) instead hex code.

Text Font Color

.myTextColor { color: #AD6A71; }

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

This text font color is #AD6A71.


Background Color

.myBgColor { background-color: #AD6A71; }

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

This div background color is #AD6A71.


Border color

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

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

This div border color is #AD6A71.


Opacity

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

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

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

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

This text has shadow with #AD6A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A71 on black background.


Color preview on white background

This text has color #AD6A71 on white background.



Black color preview on #AD6A71 background

This text has black color on #AD6A71 background.


White color preview on #AD6A71 background

This text has white color on #AD6A71 background.