COLOR #AE717E

HEX: #AE717E
RGB: (174,113,126)

Renk bilgisi

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

RGB renk modeli

#AE717E color RGB value is (174,113,126).

  • kırmız ton 174;
  • yeşil ton 113;
  • mavi ton 126.
RGB:
(174,113,126)
(68%,44%,49%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 113 of 255 = 44%
B 126 of 255 = 49%

174
113
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 113 + 126 = 413 (100%)
R 174 of 413 ~ 42.13%
G 113 of 413 ~ 27.36%
B 126 of 413 ~ 30.51%

%42.13
%27.36
%30.51

CMYK RENK MODELİ

#AE717E rengi CMYK tonu (0,35,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.06%
  • sarı tonu 27.59%
  • ana renk tonu 31.76%
CMYK:
(0,35,28,32)
C0M35Y28K32 
(0%,35%,28%,32%)
(0.00/0.35/0.28/0.32)	

CMYK yüzdeleri

%0
%35.06
%27.59
%31.76

Codes

Color #AE717E in popluar color models

AE717E
RGB174113126
HSL347°27.35%56.27%
HSB/HSV347°35.06%68.24%
CMYK0.00%35.06%27.59%
31.76%

Color #AE717E in popluar number systems.

HEXAE717E
Decimal174113126
Binary1010111011100011111110
Octal256161176

Shades and tints

Shades of #AE717E

#AE717E
(174,113,126)
#9F6773
(159,103,115)
#905D68
(144,93,104)
#81535D
(129,83,93)
#724952
(114,73,82)
#633F47
(99,63,71)
#54353C
(84,53,60)
#452B31
(69,43,49)
#362126
(54,33,38)
#27171B
(39,23,27)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #AE717E

#AE717E
(174,113,126)
#B57D89
(181,125,137)
#BC8994
(188,137,148)
#C3959F
(195,149,159)
#CAA1AA
(202,161,170)
#D1ADB5
(209,173,181)
#D8B9C0
(216,185,192)
#DFC5CB
(223,197,203)
#E6D1D6
(230,209,214)
#EDDDE1
(237,221,225)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE717E color. Also use rgb(174,113,126) instead hex code.

Text Font Color

.myTextColor { color: #AE717E; }

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

This text font color is #AE717E.


Background Color

.myBgColor { background-color: #AE717E; }

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

This div background color is #AE717E.


Border color

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

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

This div border color is #AE717E.


Opacity

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

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

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

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

This text has shadow with #AE717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE717E on black background.


Color preview on white background

This text has color #AE717E on white background.



Black color preview on #AE717E background

This text has black color on #AE717E background.


White color preview on #AE717E background

This text has white color on #AE717E background.