COLOR #AE737E

HEX: #AE737E
RGB: (174,115,126)

Renk bilgisi

#AE737E contains red, green and blue colors in about the same proportion. #AE737E ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AE737E color RGB value is (174,115,126).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 115 of 255 = 45%
B 126 of 255 = 49%

174
115
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 115 + 126 = 415 (100%)
R 174 of 415 ~ 41.93%
G 115 of 415 ~ 27.71%
B 126 of 415 ~ 30.36%

%41.93
%27.71
%30.36

CMYK RENK MODELİ

#AE737E rengi CMYK tonu (0,34,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.91%
  • sarı tonu 27.59%
  • ana renk tonu 31.76%
CMYK:
(0,34,28,32)
C0M34Y28K32 
(0%,34%,28%,32%)
(0.00/0.34/0.28/0.32)	

CMYK yüzdeleri

%0
%33.91
%27.59
%31.76

Codes

Color #AE737E in popluar color models

AE737E
RGB174115126
HSL349°26.70%56.67%
HSB/HSV349°33.91%68.24%
CMYK0.00%33.91%27.59%
31.76%

Color #AE737E in popluar number systems.

HEXAE737E
Decimal174115126
Binary1010111011100111111110
Octal256163176

Shades and tints

Shades of #AE737E

#AE737E
(174,115,126)
#9F6973
(159,105,115)
#905F68
(144,95,104)
#81555D
(129,85,93)
#724B52
(114,75,82)
#634147
(99,65,71)
#54373C
(84,55,60)
#452D31
(69,45,49)
#362326
(54,35,38)
#27191B
(39,25,27)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE737E

#AE737E
(174,115,126)
#B57F89
(181,127,137)
#BC8B94
(188,139,148)
#C3979F
(195,151,159)
#CAA3AA
(202,163,170)
#D1AFB5
(209,175,181)
#D8BBC0
(216,187,192)
#DFC7CB
(223,199,203)
#E6D3D6
(230,211,214)
#EDDFE1
(237,223,225)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE737E; }

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

This text font color is #AE737E.


Background Color

.myBgColor { background-color: #AE737E; }

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

This div background color is #AE737E.


Border color

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

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

This div border color is #AE737E.


Opacity

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

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

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

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

This text has shadow with #AE737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE737E on black background.


Color preview on white background

This text has color #AE737E on white background.



Black color preview on #AE737E background

This text has black color on #AE737E background.


White color preview on #AE737E background

This text has white color on #AE737E background.