COLOR #AE6477

HEX: #AE6477
RGB: (174,100,119)

Renk bilgisi

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

RGB renk modeli

#AE6477 color RGB value is (174,100,119).

  • kırmız ton 174;
  • yeşil ton 100;
  • mavi ton 119.
RGB:
(174,100,119)
(68%,39%,47%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 100 of 255 = 39%
B 119 of 255 = 47%

174
100
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 100 + 119 = 393 (100%)
R 174 of 393 ~ 44.27%
G 100 of 393 ~ 25.45%
B 119 of 393 ~ 30.28%

%44.27
%25.45
%30.28

CMYK RENK MODELİ

#AE6477 rengi CMYK tonu (0,43,32,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.53%
  • sarı tonu 31.61%
  • ana renk tonu 31.76%
CMYK:
(0,43,32,32)
C0M43Y32K32 
(0%,43%,32%,32%)
(0.00/0.43/0.32/0.32)	

CMYK yüzdeleri

%0
%42.53
%31.61
%31.76

Codes

Color #AE6477 in popluar color models

AE6477
RGB174100119
HSL345°31.36%53.73%
HSB/HSV345°42.53%68.24%
CMYK0.00%42.53%31.61%
31.76%

Color #AE6477 in popluar number systems.

HEXAE6477
Decimal174100119
Binary1010111011001001110111
Octal256144167

Shades and tints

Shades of #AE6477

#AE6477
(174,100,119)
#9F5B6D
(159,91,109)
#905263
(144,82,99)
#814959
(129,73,89)
#72404F
(114,64,79)
#633745
(99,55,69)
#542E3B
(84,46,59)
#452531
(69,37,49)
#361C27
(54,28,39)
#27131D
(39,19,29)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #AE6477

#AE6477
(174,100,119)
#B57283
(181,114,131)
#BC808F
(188,128,143)
#C38E9B
(195,142,155)
#CA9CA7
(202,156,167)
#D1AAB3
(209,170,179)
#D8B8BF
(216,184,191)
#DFC6CB
(223,198,203)
#E6D4D7
(230,212,215)
#EDE2E3
(237,226,227)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6477 color. Also use rgb(174,100,119) instead hex code.

Text Font Color

.myTextColor { color: #AE6477; }

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

This text font color is #AE6477.


Background Color

.myBgColor { background-color: #AE6477; }

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

This div background color is #AE6477.


Border color

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

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

This div border color is #AE6477.


Opacity

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

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

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

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

This text has shadow with #AE6477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6477 on black background.


Color preview on white background

This text has color #AE6477 on white background.



Black color preview on #AE6477 background

This text has black color on #AE6477 background.


White color preview on #AE6477 background

This text has white color on #AE6477 background.