COLOR #AE6459

HEX: #AE6459
RGB: (174,100,89)

Renk bilgisi

#AE6459 contains mainly red color. #AE6459 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AE6459 color RGB value is (174,100,89).

  • kırmız ton 174;
  • yeşil ton 100;
  • mavi ton 89.
RGB:
(174,100,89)
(68%,39%,35%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 100 of 255 = 39%
B 89 of 255 = 35%

174
100
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 100 + 89 = 363 (100%)
R 174 of 363 ~ 47.93%
G 100 of 363 ~ 27.55%
B 89 of 363 ~ 24.52%

%47.93
%27.55
%24.52

CMYK RENK MODELİ

#AE6459 rengi CMYK tonu (0,43,49,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.53%
  • sarı tonu 48.85%
  • ana renk tonu 31.76%
CMYK:
(0,43,49,32)
C0M43Y49K32 
(0%,43%,49%,32%)
(0.00/0.43/0.49/0.32)	

CMYK yüzdeleri

%0
%42.53
%48.85
%31.76

Codes

Color #AE6459 in popluar color models

AE6459
RGB17410089
HSL34.41%51.57%
HSB/HSV48.85%68.24%
CMYK0.00%42.53%48.85%
31.76%

Color #AE6459 in popluar number systems.

HEXAE6459
Decimal17410089
Binary1010111011001001011001
Octal256144131

Shades and tints

Shades of #AE6459

#AE6459
(174,100,89)
#9F5B51
(159,91,81)
#905249
(144,82,73)
#814941
(129,73,65)
#724039
(114,64,57)
#633731
(99,55,49)
#542E29
(84,46,41)
#452521
(69,37,33)
#361C19
(54,28,25)
#271311
(39,19,17)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #AE6459

#AE6459
(174,100,89)
#B57268
(181,114,104)
#BC8077
(188,128,119)
#C38E86
(195,142,134)
#CA9C95
(202,156,149)
#D1AAA4
(209,170,164)
#D8B8B3
(216,184,179)
#DFC6C2
(223,198,194)
#E6D4D1
(230,212,209)
#EDE2E0
(237,226,224)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6459 color. Also use rgb(174,100,89) instead hex code.

Text Font Color

.myTextColor { color: #AE6459; }

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

This text font color is #AE6459.


Background Color

.myBgColor { background-color: #AE6459; }

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

This div background color is #AE6459.


Border color

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

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

This div border color is #AE6459.


Opacity

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

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

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

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

This text has shadow with #AE6459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6459 on black background.


Color preview on white background

This text has color #AE6459 on white background.



Black color preview on #AE6459 background

This text has black color on #AE6459 background.


White color preview on #AE6459 background

This text has white color on #AE6459 background.