COLOR #AE7F77

HEX: #AE7F77
RGB: (174,127,119)

Renk bilgisi

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

RGB renk modeli

#AE7F77 color RGB value is (174,127,119).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 127 of 255 = 50%
B 119 of 255 = 47%

174
127
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 127 + 119 = 420 (100%)
R 174 of 420 ~ 41.43%
G 127 of 420 ~ 30.24%
B 119 of 420 ~ 28.33%

%41.43
%30.24
%28.33

CMYK RENK MODELİ

#AE7F77 rengi CMYK tonu (0,27,32,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.01%
  • sarı tonu 31.61%
  • ana renk tonu 31.76%
CMYK:
(0,27,32,32)
C0M27Y32K32 
(0%,27%,32%,32%)
(0.00/0.27/0.32/0.32)	

CMYK yüzdeleri

%0
%27.01
%31.61
%31.76

Codes

Color #AE7F77 in popluar color models

AE7F77
RGB174127119
HSL25.35%57.45%
HSB/HSV31.61%68.24%
CMYK0.00%27.01%31.61%
31.76%

Color #AE7F77 in popluar number systems.

HEXAE7F77
Decimal174127119
Binary1010111011111111110111
Octal256177167

Shades and tints

Shades of #AE7F77

#AE7F77
(174,127,119)
#9F746D
(159,116,109)
#906963
(144,105,99)
#815E59
(129,94,89)
#72534F
(114,83,79)
#634845
(99,72,69)
#543D3B
(84,61,59)
#453231
(69,50,49)
#362727
(54,39,39)
#271C1D
(39,28,29)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE7F77

#AE7F77
(174,127,119)
#B58A83
(181,138,131)
#BC958F
(188,149,143)
#C3A09B
(195,160,155)
#CAABA7
(202,171,167)
#D1B6B3
(209,182,179)
#D8C1BF
(216,193,191)
#DFCCCB
(223,204,203)
#E6D7D7
(230,215,215)
#EDE2E3
(237,226,227)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7F77; }

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

This text font color is #AE7F77.


Background Color

.myBgColor { background-color: #AE7F77; }

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

This div background color is #AE7F77.


Border color

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

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

This div border color is #AE7F77.


Opacity

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

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

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

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

This text has shadow with #AE7F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7F77 on black background.


Color preview on white background

This text has color #AE7F77 on white background.



Black color preview on #AE7F77 background

This text has black color on #AE7F77 background.


White color preview on #AE7F77 background

This text has white color on #AE7F77 background.