COLOR #AD4A74

HEX: #AD4A74
RGB: (173,74,116)

Renk bilgisi

#AD4A74 contains mainly red and blue colors. #AD4A74 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AD4A74 color RGB value is (173,74,116).

  • kırmız ton 173;
  • yeşil ton 74;
  • mavi ton 116.
RGB:
(173,74,116)
(68%,29%,45%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 74 of 255 = 29%
B 116 of 255 = 45%

173
74
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 74 + 116 = 363 (100%)
R 173 of 363 ~ 47.66%
G 74 of 363 ~ 20.39%
B 116 of 363 ~ 31.96%

%47.66
%20.39
%31.96

CMYK RENK MODELİ

#AD4A74 rengi CMYK tonu (0,57,33,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.23%
  • sarı tonu 32.95%
  • ana renk tonu 32.16%
CMYK:
(0,57,33,32)
C0M57Y33K32 
(0%,57%,33%,32%)
(0.00/0.57/0.33/0.32)	

CMYK yüzdeleri

%0
%57.23
%32.95
%32.16

Codes

Color #AD4A74 in popluar color models

AD4A74
RGB17374116
HSL335°40.08%48.43%
HSB/HSV335°57.23%67.84%
CMYK0.00%57.23%32.95%
32.16%

Color #AD4A74 in popluar number systems.

HEXAD4A74
Decimal17374116
Binary1010110110010101110100
Octal255112164

Shades and tints

Shades of #AD4A74

#AD4A74
(173,74,116)
#9E446A
(158,68,106)
#8F3E60
(143,62,96)
#803856
(128,56,86)
#71324C
(113,50,76)
#622C42
(98,44,66)
#532638
(83,38,56)
#44202E
(68,32,46)
#351A24
(53,26,36)
#26141A
(38,20,26)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #AD4A74

#AD4A74
(173,74,116)
#B45A80
(180,90,128)
#BB6A8C
(187,106,140)
#C27A98
(194,122,152)
#C98AA4
(201,138,164)
#D09AB0
(208,154,176)
#D7AABC
(215,170,188)
#DEBAC8
(222,186,200)
#E5CAD4
(229,202,212)
#ECDAE0
(236,218,224)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4A74 color. Also use rgb(173,74,116) instead hex code.

Text Font Color

.myTextColor { color: #AD4A74; }

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

This text font color is #AD4A74.


Background Color

.myBgColor { background-color: #AD4A74; }

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

This div background color is #AD4A74.


Border color

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

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

This div border color is #AD4A74.


Opacity

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

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

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

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

This text has shadow with #AD4A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4A74 on black background.


Color preview on white background

This text has color #AD4A74 on white background.



Black color preview on #AD4A74 background

This text has black color on #AD4A74 background.


White color preview on #AD4A74 background

This text has white color on #AD4A74 background.