COLOR #AE7475

HEX: #AE7475
RGB: (174,116,117)

Renk bilgisi

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

RGB renk modeli

#AE7475 color RGB value is (174,116,117).

  • kırmız ton 174;
  • yeşil ton 116;
  • mavi ton 117.
RGB:
(174,116,117)
(68%,45%,46%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 116 of 255 = 45%
B 117 of 255 = 46%

174
116
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 116 + 117 = 407 (100%)
R 174 of 407 ~ 42.75%
G 116 of 407 ~ 28.5%
B 117 of 407 ~ 28.75%

%42.75
%28.5
%28.75

CMYK RENK MODELİ

#AE7475 rengi CMYK tonu (0,33,33,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 32.76%
  • ana renk tonu 31.76%
CMYK:
(0,33,33,32)
C0M33Y33K32 
(0%,33%,33%,32%)
(0.00/0.33/0.33/0.32)	

CMYK yüzdeleri

%0
%33.33
%32.76
%31.76

Codes

Color #AE7475 in popluar color models

AE7475
RGB174116117
HSL359°26.36%56.86%
HSB/HSV359°33.33%68.24%
CMYK0.00%33.33%32.76%
31.76%

Color #AE7475 in popluar number systems.

HEXAE7475
Decimal174116117
Binary1010111011101001110101
Octal256164165

Shades and tints

Shades of #AE7475

#AE7475
(174,116,117)
#9F6A6B
(159,106,107)
#906061
(144,96,97)
#815657
(129,86,87)
#724C4D
(114,76,77)
#634243
(99,66,67)
#543839
(84,56,57)
#452E2F
(69,46,47)
#362425
(54,36,37)
#271A1B
(39,26,27)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE7475

#AE7475
(174,116,117)
#B58081
(181,128,129)
#BC8C8D
(188,140,141)
#C39899
(195,152,153)
#CAA4A5
(202,164,165)
#D1B0B1
(209,176,177)
#D8BCBD
(216,188,189)
#DFC8C9
(223,200,201)
#E6D4D5
(230,212,213)
#EDE0E1
(237,224,225)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7475 color. Also use rgb(174,116,117) instead hex code.

Text Font Color

.myTextColor { color: #AE7475; }

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

This text font color is #AE7475.


Background Color

.myBgColor { background-color: #AE7475; }

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

This div background color is #AE7475.


Border color

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

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

This div border color is #AE7475.


Opacity

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

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

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

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

This text has shadow with #AE7475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7475 on black background.


Color preview on white background

This text has color #AE7475 on white background.



Black color preview on #AE7475 background

This text has black color on #AE7475 background.


White color preview on #AE7475 background

This text has white color on #AE7475 background.