COLOR #AD6F76

HEX: #AD6F76
RGB: (173,111,118)

Renk bilgisi

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

RGB renk modeli

#AD6F76 color RGB value is (173,111,118).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 111 of 255 = 44%
B 118 of 255 = 46%

173
111
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 111 + 118 = 402 (100%)
R 173 of 402 ~ 43.03%
G 111 of 402 ~ 27.61%
B 118 of 402 ~ 29.35%

%43.03
%27.61
%29.35

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%35.84
%31.79
%32.16

Codes

Color #AD6F76 in popluar color models

AD6F76
RGB173111118
HSL353°27.43%55.69%
HSB/HSV353°35.84%67.84%
CMYK0.00%35.84%31.79%
32.16%

Color #AD6F76 in popluar number systems.

HEXAD6F76
Decimal173111118
Binary1010110111011111110110
Octal255157166

Shades and tints

Shades of #AD6F76

#AD6F76
(173,111,118)
#9E656C
(158,101,108)
#8F5B62
(143,91,98)
#805158
(128,81,88)
#71474E
(113,71,78)
#623D44
(98,61,68)
#53333A
(83,51,58)
#442930
(68,41,48)
#351F26
(53,31,38)
#26151C
(38,21,28)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #AD6F76

#AD6F76
(173,111,118)
#B47C82
(180,124,130)
#BB898E
(187,137,142)
#C2969A
(194,150,154)
#C9A3A6
(201,163,166)
#D0B0B2
(208,176,178)
#D7BDBE
(215,189,190)
#DECACA
(222,202,202)
#E5D7D6
(229,215,214)
#ECE4E2
(236,228,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6F76; }

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

This text font color is #AD6F76.


Background Color

.myBgColor { background-color: #AD6F76; }

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

This div background color is #AD6F76.


Border color

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

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

This div border color is #AD6F76.


Opacity

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

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

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

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

This text has shadow with #AD6F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6F76 on black background.


Color preview on white background

This text has color #AD6F76 on white background.



Black color preview on #AD6F76 background

This text has black color on #AD6F76 background.


White color preview on #AD6F76 background

This text has white color on #AD6F76 background.