COLOR #AD6671

HEX: #AD6671
RGB: (173,102,113)

Renk bilgisi

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

RGB renk modeli

#AD6671 color RGB value is (173,102,113).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 102 of 255 = 40%
B 113 of 255 = 44%

173
102
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 102 + 113 = 388 (100%)
R 173 of 388 ~ 44.59%
G 102 of 388 ~ 26.29%
B 113 of 388 ~ 29.12%

%44.59
%26.29
%29.12

CMYK RENK MODELİ

#AD6671 rengi CMYK tonu (0,41,35,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.04%
  • sarı tonu 34.68%
  • ana renk tonu 32.16%
CMYK:
(0,41,35,32)
C0M41Y35K32 
(0%,41%,35%,32%)
(0.00/0.41/0.35/0.32)	

CMYK yüzdeleri

%0
%41.04
%34.68
%32.16

Codes

Color #AD6671 in popluar color models

AD6671
RGB173102113
HSL351°30.21%53.92%
HSB/HSV351°41.04%67.84%
CMYK0.00%41.04%34.68%
32.16%

Color #AD6671 in popluar number systems.

HEXAD6671
Decimal173102113
Binary1010110111001101110001
Octal255146161

Shades and tints

Shades of #AD6671

#AD6671
(173,102,113)
#9E5D67
(158,93,103)
#8F545D
(143,84,93)
#804B53
(128,75,83)
#714249
(113,66,73)
#62393F
(98,57,63)
#533035
(83,48,53)
#44272B
(68,39,43)
#351E21
(53,30,33)
#261517
(38,21,23)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD6671

#AD6671
(173,102,113)
#B4737D
(180,115,125)
#BB8089
(187,128,137)
#C28D95
(194,141,149)
#C99AA1
(201,154,161)
#D0A7AD
(208,167,173)
#D7B4B9
(215,180,185)
#DEC1C5
(222,193,197)
#E5CED1
(229,206,209)
#ECDBDD
(236,219,221)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6671; }

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

This text font color is #AD6671.


Background Color

.myBgColor { background-color: #AD6671; }

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

This div background color is #AD6671.


Border color

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

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

This div border color is #AD6671.


Opacity

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

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

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

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

This text has shadow with #AD6671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6671 on black background.


Color preview on white background

This text has color #AD6671 on white background.



Black color preview on #AD6671 background

This text has black color on #AD6671 background.


White color preview on #AD6671 background

This text has white color on #AD6671 background.