COLOR #AD72A4

HEX: #AD72A4
RGB: (173,114,164)

Renk bilgisi

#AD72A4 contains red, green and blue colors in about the same proportion. #AD72A4 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD72A4 color RGB value is (173,114,164).

  • kırmız ton 173;
  • yeşil ton 114;
  • mavi ton 164.
RGB:
(173,114,164)
(68%,45%,64%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 114 of 255 = 45%
B 164 of 255 = 64%

173
114
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 114 + 164 = 451 (100%)
R 173 of 451 ~ 38.36%
G 114 of 451 ~ 25.28%
B 164 of 451 ~ 36.36%

%38.36
%25.28
%36.36

CMYK RENK MODELİ

#AD72A4 rengi CMYK tonu (0,34,5,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.10%
  • sarı tonu 5.20%
  • ana renk tonu 32.16%
CMYK:
(0,34,5,32)
C0M34Y5K32 
(0%,34%,5%,32%)
(0.00/0.34/0.05/0.32)	

CMYK yüzdeleri

%0
%34.1
%5.2
%32.16

Codes

Color #AD72A4 in popluar color models

AD72A4
RGB173114164
HSL309°26.46%56.27%
HSB/HSV309°34.10%67.84%
CMYK0.00%34.10%5.20%
32.16%

Color #AD72A4 in popluar number systems.

HEXAD72A4
Decimal173114164
Binary10101101111001010100100
Octal255162244

Shades and tints

Shades of #AD72A4

#AD72A4
(173,114,164)
#9E6896
(158,104,150)
#8F5E88
(143,94,136)
#80547A
(128,84,122)
#714A6C
(113,74,108)
#62405E
(98,64,94)
#533650
(83,54,80)
#442C42
(68,44,66)
#352234
(53,34,52)
#261826
(38,24,38)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #AD72A4

#AD72A4
(173,114,164)
#B47EAC
(180,126,172)
#BB8AB4
(187,138,180)
#C296BC
(194,150,188)
#C9A2C4
(201,162,196)
#D0AECC
(208,174,204)
#D7BAD4
(215,186,212)
#DEC6DC
(222,198,220)
#E5D2E4
(229,210,228)
#ECDEEC
(236,222,236)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD72A4 color. Also use rgb(173,114,164) instead hex code.

Text Font Color

.myTextColor { color: #AD72A4; }

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

This text font color is #AD72A4.


Background Color

.myBgColor { background-color: #AD72A4; }

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

This div background color is #AD72A4.


Border color

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

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

This div border color is #AD72A4.


Opacity

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

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

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

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

This text has shadow with #AD72A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD72A4 on black background.


Color preview on white background

This text has color #AD72A4 on white background.



Black color preview on #AD72A4 background

This text has black color on #AD72A4 background.


White color preview on #AD72A4 background

This text has white color on #AD72A4 background.