COLOR #AE476D

HEX: #AE476D
RGB: (174,71,109)

Renk bilgisi

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

RGB renk modeli

#AE476D color RGB value is (174,71,109).

  • kırmız ton 174;
  • yeşil ton 71;
  • mavi ton 109.
RGB:
(174,71,109)
(68%,28%,43%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 71 of 255 = 28%
B 109 of 255 = 43%

174
71
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 71 + 109 = 354 (100%)
R 174 of 354 ~ 49.15%
G 71 of 354 ~ 20.06%
B 109 of 354 ~ 30.79%

%49.15
%20.06
%30.79

CMYK RENK MODELİ

#AE476D rengi CMYK tonu (0,59,37,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.20%
  • sarı tonu 37.36%
  • ana renk tonu 31.76%
CMYK:
(0,59,37,32)
C0M59Y37K32 
(0%,59%,37%,32%)
(0.00/0.59/0.37/0.32)	

CMYK yüzdeleri

%0
%59.2
%37.36
%31.76

Codes

Color #AE476D in popluar color models

AE476D
RGB17471109
HSL338°42.04%48.04%
HSB/HSV338°59.20%68.24%
CMYK0.00%59.20%37.36%
31.76%

Color #AE476D in popluar number systems.

HEXAE476D
Decimal17471109
Binary1010111010001111101101
Octal256107155

Shades and tints

Shades of #AE476D

#AE476D
(174,71,109)
#9F4164
(159,65,100)
#903B5B
(144,59,91)
#813552
(129,53,82)
#722F49
(114,47,73)
#632940
(99,41,64)
#542337
(84,35,55)
#451D2E
(69,29,46)
#361725
(54,23,37)
#27111C
(39,17,28)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #AE476D

#AE476D
(174,71,109)
#B5577A
(181,87,122)
#BC6787
(188,103,135)
#C37794
(195,119,148)
#CA87A1
(202,135,161)
#D197AE
(209,151,174)
#D8A7BB
(216,167,187)
#DFB7C8
(223,183,200)
#E6C7D5
(230,199,213)
#EDD7E2
(237,215,226)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE476D color. Also use rgb(174,71,109) instead hex code.

Text Font Color

.myTextColor { color: #AE476D; }

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

This text font color is #AE476D.


Background Color

.myBgColor { background-color: #AE476D; }

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

This div background color is #AE476D.


Border color

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

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

This div border color is #AE476D.


Opacity

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

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

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

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

This text has shadow with #AE476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE476D on black background.


Color preview on white background

This text has color #AE476D on white background.



Black color preview on #AE476D background

This text has black color on #AE476D background.


White color preview on #AE476D background

This text has white color on #AE476D background.