COLOR #AE6180

HEX: #AE6180
RGB: (174,97,128)

Renk bilgisi

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

RGB renk modeli

#AE6180 color RGB value is (174,97,128).

  • kırmız ton 174;
  • yeşil ton 97;
  • mavi ton 128.
RGB:
(174,97,128)
(68%,38%,50%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 97 of 255 = 38%
B 128 of 255 = 50%

174
97
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 97 + 128 = 399 (100%)
R 174 of 399 ~ 43.61%
G 97 of 399 ~ 24.31%
B 128 of 399 ~ 32.08%

%43.61
%24.31
%32.08

CMYK RENK MODELİ

#AE6180 rengi CMYK tonu (0,44,26,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.25%
  • sarı tonu 26.44%
  • ana renk tonu 31.76%
CMYK:
(0,44,26,32)
C0M44Y26K32 
(0%,44%,26%,32%)
(0.00/0.44/0.26/0.32)	

CMYK yüzdeleri

%0
%44.25
%26.44
%31.76

Codes

Color #AE6180 in popluar color models

AE6180
RGB17497128
HSL336°32.22%53.14%
HSB/HSV336°44.25%68.24%
CMYK0.00%44.25%26.44%
31.76%

Color #AE6180 in popluar number systems.

HEXAE6180
Decimal17497128
Binary10101110110000110000000
Octal256141200

Shades and tints

Shades of #AE6180

#AE6180
(174,97,128)
#9F5975
(159,89,117)
#90516A
(144,81,106)
#81495F
(129,73,95)
#724154
(114,65,84)
#633949
(99,57,73)
#54313E
(84,49,62)
#452933
(69,41,51)
#362128
(54,33,40)
#27191D
(39,25,29)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE6180

#AE6180
(174,97,128)
#B56F8B
(181,111,139)
#BC7D96
(188,125,150)
#C38BA1
(195,139,161)
#CA99AC
(202,153,172)
#D1A7B7
(209,167,183)
#D8B5C2
(216,181,194)
#DFC3CD
(223,195,205)
#E6D1D8
(230,209,216)
#EDDFE3
(237,223,227)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6180 color. Also use rgb(174,97,128) instead hex code.

Text Font Color

.myTextColor { color: #AE6180; }

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

This text font color is #AE6180.


Background Color

.myBgColor { background-color: #AE6180; }

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

This div background color is #AE6180.


Border color

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

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

This div border color is #AE6180.


Opacity

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

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

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

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

This text has shadow with #AE6180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6180 on black background.


Color preview on white background

This text has color #AE6180 on white background.



Black color preview on #AE6180 background

This text has black color on #AE6180 background.


White color preview on #AE6180 background

This text has white color on #AE6180 background.