COLOR #AE4472

HEX: #AE4472
RGB: (174,68,114)

Renk bilgisi

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

RGB renk modeli

#AE4472 color RGB value is (174,68,114).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 68 of 255 = 27%
B 114 of 255 = 45%

174
68
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 68 + 114 = 356 (100%)
R 174 of 356 ~ 48.88%
G 68 of 356 ~ 19.1%
B 114 of 356 ~ 32.02%

%48.88
%19.1
%32.02

CMYK RENK MODELİ

#AE4472 rengi CMYK tonu (0,61,34,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.92%
  • sarı tonu 34.48%
  • ana renk tonu 31.76%
CMYK:
(0,61,34,32)
C0M61Y34K32 
(0%,61%,34%,32%)
(0.00/0.61/0.34/0.32)	

CMYK yüzdeleri

%0
%60.92
%34.48
%31.76

Codes

Color #AE4472 in popluar color models

AE4472
RGB17468114
HSL334°43.80%47.45%
HSB/HSV334°60.92%68.24%
CMYK0.00%60.92%34.48%
31.76%

Color #AE4472 in popluar number systems.

HEXAE4472
Decimal17468114
Binary1010111010001001110010
Octal256104162

Shades and tints

Shades of #AE4472

#AE4472
(174,68,114)
#9F3E68
(159,62,104)
#90385E
(144,56,94)
#813254
(129,50,84)
#722C4A
(114,44,74)
#632640
(99,38,64)
#542036
(84,32,54)
#451A2C
(69,26,44)
#361422
(54,20,34)
#270E18
(39,14,24)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #AE4472

#AE4472
(174,68,114)
#B5557E
(181,85,126)
#BC668A
(188,102,138)
#C37796
(195,119,150)
#CA88A2
(202,136,162)
#D199AE
(209,153,174)
#D8AABA
(216,170,186)
#DFBBC6
(223,187,198)
#E6CCD2
(230,204,210)
#EDDDDE
(237,221,222)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4472 color. Also use rgb(174,68,114) instead hex code.

Text Font Color

.myTextColor { color: #AE4472; }

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

This text font color is #AE4472.


Background Color

.myBgColor { background-color: #AE4472; }

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

This div background color is #AE4472.


Border color

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

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

This div border color is #AE4472.


Opacity

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

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

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

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

This text has shadow with #AE4472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4472 on black background.


Color preview on white background

This text has color #AE4472 on white background.



Black color preview on #AE4472 background

This text has black color on #AE4472 background.


White color preview on #AE4472 background

This text has white color on #AE4472 background.