COLOR #AE6753

HEX: #AE6753
RGB: (174,103,83)

Renk bilgisi

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

RGB renk modeli

#AE6753 color RGB value is (174,103,83).

  • kırmız ton 174;
  • yeşil ton 103;
  • mavi ton 83.
RGB:
(174,103,83)
(68%,40%,33%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 103 of 255 = 40%
B 83 of 255 = 33%

174
103
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 103 + 83 = 360 (100%)
R 174 of 360 ~ 48.33%
G 103 of 360 ~ 28.61%
B 83 of 360 ~ 23.06%

%48.33
%28.61
%23.06

CMYK RENK MODELİ

#AE6753 rengi CMYK tonu (0,41,52,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.80%
  • sarı tonu 52.30%
  • ana renk tonu 31.76%
CMYK:
(0,41,52,32)
C0M41Y52K32 
(0%,41%,52%,32%)
(0.00/0.41/0.52/0.32)	

CMYK yüzdeleri

%0
%40.8
%52.3
%31.76

Codes

Color #AE6753 in popluar color models

AE6753
RGB17410383
HSL13°35.97%50.39%
HSB/HSV13°52.30%68.24%
CMYK0.00%40.80%52.30%
31.76%

Color #AE6753 in popluar number systems.

HEXAE6753
Decimal17410383
Binary1010111011001111010011
Octal256147123

Shades and tints

Shades of #AE6753

#AE6753
(174,103,83)
#9F5E4C
(159,94,76)
#905545
(144,85,69)
#814C3E
(129,76,62)
#724337
(114,67,55)
#633A30
(99,58,48)
#543129
(84,49,41)
#452822
(69,40,34)
#361F1B
(54,31,27)
#271614
(39,22,20)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #AE6753

#AE6753
(174,103,83)
#B57462
(181,116,98)
#BC8171
(188,129,113)
#C38E80
(195,142,128)
#CA9B8F
(202,155,143)
#D1A89E
(209,168,158)
#D8B5AD
(216,181,173)
#DFC2BC
(223,194,188)
#E6CFCB
(230,207,203)
#EDDCDA
(237,220,218)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6753 color. Also use rgb(174,103,83) instead hex code.

Text Font Color

.myTextColor { color: #AE6753; }

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

This text font color is #AE6753.


Background Color

.myBgColor { background-color: #AE6753; }

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

This div background color is #AE6753.


Border color

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

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

This div border color is #AE6753.


Opacity

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

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

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

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

This text has shadow with #AE6753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6753 on black background.


Color preview on white background

This text has color #AE6753 on white background.



Black color preview on #AE6753 background

This text has black color on #AE6753 background.


White color preview on #AE6753 background

This text has white color on #AE6753 background.