COLOR #AD4A6C

HEX: #AD4A6C
RGB: (173,74,108)

Renk bilgisi

#AD4A6C contains mainly red color. #AD4A6C ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AD4A6C color RGB value is (173,74,108).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 74 of 255 = 29%
B 108 of 255 = 42%

173
74
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 74 + 108 = 355 (100%)
R 173 of 355 ~ 48.73%
G 74 of 355 ~ 20.85%
B 108 of 355 ~ 30.42%

%48.73
%20.85
%30.42

CMYK RENK MODELİ

#AD4A6C rengi CMYK tonu (0,57,38,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.23%
  • sarı tonu 37.57%
  • ana renk tonu 32.16%
CMYK:
(0,57,38,32)
C0M57Y38K32 
(0%,57%,38%,32%)
(0.00/0.57/0.38/0.32)	

CMYK yüzdeleri

%0
%57.23
%37.57
%32.16

Codes

Color #AD4A6C in popluar color models

AD4A6C
RGB17374108
HSL339°40.08%48.43%
HSB/HSV339°57.23%67.84%
CMYK0.00%57.23%37.57%
32.16%

Color #AD4A6C in popluar number systems.

HEXAD4A6C
Decimal17374108
Binary1010110110010101101100
Octal255112154

Shades and tints

Shades of #AD4A6C

#AD4A6C
(173,74,108)
#9E4463
(158,68,99)
#8F3E5A
(143,62,90)
#803851
(128,56,81)
#713248
(113,50,72)
#622C3F
(98,44,63)
#532636
(83,38,54)
#44202D
(68,32,45)
#351A24
(53,26,36)
#26141B
(38,20,27)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD4A6C

#AD4A6C
(173,74,108)
#B45A79
(180,90,121)
#BB6A86
(187,106,134)
#C27A93
(194,122,147)
#C98AA0
(201,138,160)
#D09AAD
(208,154,173)
#D7AABA
(215,170,186)
#DEBAC7
(222,186,199)
#E5CAD4
(229,202,212)
#ECDAE1
(236,218,225)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD4A6C; }

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

This text font color is #AD4A6C.


Background Color

.myBgColor { background-color: #AD4A6C; }

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

This div background color is #AD4A6C.


Border color

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

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

This div border color is #AD4A6C.


Opacity

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

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

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

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

This text has shadow with #AD4A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4A6C on black background.


Color preview on white background

This text has color #AD4A6C on white background.



Black color preview on #AD4A6C background

This text has black color on #AD4A6C background.


White color preview on #AD4A6C background

This text has white color on #AD4A6C background.