COLOR #AE7D79

HEX: #AE7D79
RGB: (174,125,121)

Renk bilgisi

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

RGB renk modeli

#AE7D79 color RGB value is (174,125,121).

  • kırmız ton 174;
  • yeşil ton 125;
  • mavi ton 121.
RGB:
(174,125,121)
(68%,49%,47%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 121 of 255 = 47%

174
125
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 121 = 420 (100%)
R 174 of 420 ~ 41.43%
G 125 of 420 ~ 29.76%
B 121 of 420 ~ 28.81%

%41.43
%29.76
%28.81

CMYK RENK MODELİ

#AE7D79 rengi CMYK tonu (0,28,30,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.16%
  • sarı tonu 30.46%
  • ana renk tonu 31.76%
CMYK:
(0,28,30,32)
C0M28Y30K32 
(0%,28%,30%,32%)
(0.00/0.28/0.30/0.32)	

CMYK yüzdeleri

%0
%28.16
%30.46
%31.76

Codes

Color #AE7D79 in popluar color models

AE7D79
RGB174125121
HSL24.65%57.84%
HSB/HSV30.46%68.24%
CMYK0.00%28.16%30.46%
31.76%

Color #AE7D79 in popluar number systems.

HEXAE7D79
Decimal174125121
Binary1010111011111011111001
Octal256175171

Shades and tints

Shades of #AE7D79

#AE7D79
(174,125,121)
#9F726E
(159,114,110)
#906763
(144,103,99)
#815C58
(129,92,88)
#72514D
(114,81,77)
#634642
(99,70,66)
#543B37
(84,59,55)
#45302C
(69,48,44)
#362521
(54,37,33)
#271A16
(39,26,22)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE7D79

#AE7D79
(174,125,121)
#B58885
(181,136,133)
#BC9391
(188,147,145)
#C39E9D
(195,158,157)
#CAA9A9
(202,169,169)
#D1B4B5
(209,180,181)
#D8BFC1
(216,191,193)
#DFCACD
(223,202,205)
#E6D5D9
(230,213,217)
#EDE0E5
(237,224,229)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7D79 color. Also use rgb(174,125,121) instead hex code.

Text Font Color

.myTextColor { color: #AE7D79; }

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

This text font color is #AE7D79.


Background Color

.myBgColor { background-color: #AE7D79; }

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

This div background color is #AE7D79.


Border color

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

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

This div border color is #AE7D79.


Opacity

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

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

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

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

This text has shadow with #AE7D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D79 on black background.


Color preview on white background

This text has color #AE7D79 on white background.



Black color preview on #AE7D79 background

This text has black color on #AE7D79 background.


White color preview on #AE7D79 background

This text has white color on #AE7D79 background.