COLOR #AD6E77

HEX: #AD6E77
RGB: (173,110,119)

Renk bilgisi

#AD6E77 contains mainly red and blue colors. #AD6E77 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6E77 color RGB value is (173,110,119).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 119 of 255 = 47%

173
110
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 119 = 402 (100%)
R 173 of 402 ~ 43.03%
G 110 of 402 ~ 27.36%
B 119 of 402 ~ 29.6%

%43.03
%27.36
%29.6

CMYK RENK MODELİ

#AD6E77 rengi CMYK tonu (0,36,31,32).

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

CMYK yüzdeleri

%0
%36.42
%31.21
%32.16

Codes

Color #AD6E77 in popluar color models

AD6E77
RGB173110119
HSL351°27.75%55.49%
HSB/HSV351°36.42%67.84%
CMYK0.00%36.42%31.21%
32.16%

Color #AD6E77 in popluar number systems.

HEXAD6E77
Decimal173110119
Binary1010110111011101110111
Octal255156167

Shades and tints

Shades of #AD6E77

#AD6E77
(173,110,119)
#9E646D
(158,100,109)
#8F5A63
(143,90,99)
#805059
(128,80,89)
#71464F
(113,70,79)
#623C45
(98,60,69)
#53323B
(83,50,59)
#442831
(68,40,49)
#351E27
(53,30,39)
#26141D
(38,20,29)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #AD6E77

#AD6E77
(173,110,119)
#B47B83
(180,123,131)
#BB888F
(187,136,143)
#C2959B
(194,149,155)
#C9A2A7
(201,162,167)
#D0AFB3
(208,175,179)
#D7BCBF
(215,188,191)
#DEC9CB
(222,201,203)
#E5D6D7
(229,214,215)
#ECE3E3
(236,227,227)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E77; }

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

This text font color is #AD6E77.


Background Color

.myBgColor { background-color: #AD6E77; }

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

This div background color is #AD6E77.


Border color

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

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

This div border color is #AD6E77.


Opacity

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

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

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

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

This text has shadow with #AD6E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E77 on black background.


Color preview on white background

This text has color #AD6E77 on white background.



Black color preview on #AD6E77 background

This text has black color on #AD6E77 background.


White color preview on #AD6E77 background

This text has white color on #AD6E77 background.