COLOR #AE738A

HEX: #AE738A
RGB: (174,115,138)

Renk bilgisi

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

RGB renk modeli

#AE738A color RGB value is (174,115,138).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 115 of 255 = 45%
B 138 of 255 = 54%

174
115
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 115 + 138 = 427 (100%)
R 174 of 427 ~ 40.75%
G 115 of 427 ~ 26.93%
B 138 of 427 ~ 32.32%

%40.75
%26.93
%32.32

CMYK RENK MODELİ

#AE738A rengi CMYK tonu (0,34,21,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.91%
  • sarı tonu 20.69%
  • ana renk tonu 31.76%
CMYK:
(0,34,21,32)
C0M34Y21K32 
(0%,34%,21%,32%)
(0.00/0.34/0.21/0.32)	

CMYK yüzdeleri

%0
%33.91
%20.69
%31.76

Codes

Color #AE738A in popluar color models

AE738A
RGB174115138
HSL337°26.70%56.67%
HSB/HSV337°33.91%68.24%
CMYK0.00%33.91%20.69%
31.76%

Color #AE738A in popluar number systems.

HEXAE738A
Decimal174115138
Binary10101110111001110001010
Octal256163212

Shades and tints

Shades of #AE738A

#AE738A
(174,115,138)
#9F697E
(159,105,126)
#905F72
(144,95,114)
#815566
(129,85,102)
#724B5A
(114,75,90)
#63414E
(99,65,78)
#543742
(84,55,66)
#452D36
(69,45,54)
#36232A
(54,35,42)
#27191E
(39,25,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AE738A

#AE738A
(174,115,138)
#B57F94
(181,127,148)
#BC8B9E
(188,139,158)
#C397A8
(195,151,168)
#CAA3B2
(202,163,178)
#D1AFBC
(209,175,188)
#D8BBC6
(216,187,198)
#DFC7D0
(223,199,208)
#E6D3DA
(230,211,218)
#EDDFE4
(237,223,228)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE738A; }

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

This text font color is #AE738A.


Background Color

.myBgColor { background-color: #AE738A; }

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

This div background color is #AE738A.


Border color

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

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

This div border color is #AE738A.


Opacity

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

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

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

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

This text has shadow with #AE738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE738A on black background.


Color preview on white background

This text has color #AE738A on white background.



Black color preview on #AE738A background

This text has black color on #AE738A background.


White color preview on #AE738A background

This text has white color on #AE738A background.