COLOR #AD5F7F

HEX: #AD5F7F
RGB: (173,95,127)

Renk bilgisi

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

RGB renk modeli

#AD5F7F color RGB value is (173,95,127).

  • kırmız ton 173;
  • yeşil ton 95;
  • mavi ton 127.
RGB:
(173,95,127)
(68%,37%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 95 of 255 = 37%
B 127 of 255 = 50%

173
95
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 95 + 127 = 395 (100%)
R 173 of 395 ~ 43.8%
G 95 of 395 ~ 24.05%
B 127 of 395 ~ 32.15%

%43.8
%24.05
%32.15

CMYK RENK MODELİ

#AD5F7F rengi CMYK tonu (0,45,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.09%
  • sarı tonu 26.59%
  • ana renk tonu 32.16%
CMYK:
(0,45,27,32)
C0M45Y27K32 
(0%,45%,27%,32%)
(0.00/0.45/0.27/0.32)	

CMYK yüzdeleri

%0
%45.09
%26.59
%32.16

Codes

Color #AD5F7F in popluar color models

AD5F7F
RGB17395127
HSL335°32.23%52.55%
HSB/HSV335°45.09%67.84%
CMYK0.00%45.09%26.59%
32.16%

Color #AD5F7F in popluar number systems.

HEXAD5F7F
Decimal17395127
Binary1010110110111111111111
Octal255137177

Shades and tints

Shades of #AD5F7F

#AD5F7F
(173,95,127)
#9E5774
(158,87,116)
#8F4F69
(143,79,105)
#80475E
(128,71,94)
#713F53
(113,63,83)
#623748
(98,55,72)
#532F3D
(83,47,61)
#442732
(68,39,50)
#351F27
(53,31,39)
#26171C
(38,23,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD5F7F

#AD5F7F
(173,95,127)
#B46D8A
(180,109,138)
#BB7B95
(187,123,149)
#C289A0
(194,137,160)
#C997AB
(201,151,171)
#D0A5B6
(208,165,182)
#D7B3C1
(215,179,193)
#DEC1CC
(222,193,204)
#E5CFD7
(229,207,215)
#ECDDE2
(236,221,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5F7F color. Also use rgb(173,95,127) instead hex code.

Text Font Color

.myTextColor { color: #AD5F7F; }

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

This text font color is #AD5F7F.


Background Color

.myBgColor { background-color: #AD5F7F; }

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

This div background color is #AD5F7F.


Border color

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

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

This div border color is #AD5F7F.


Opacity

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

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

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

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

This text has shadow with #AD5F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5F7F on black background.


Color preview on white background

This text has color #AD5F7F on white background.



Black color preview on #AD5F7F background

This text has black color on #AD5F7F background.


White color preview on #AD5F7F background

This text has white color on #AD5F7F background.