COLOR #AE6452

HEX: #AE6452
RGB: (174,100,82)

Color info

#AE6452 contains mainly red color. Web safe color of #AE6452 is #996666 (or #966).

RGB color model

#AE6452 color RGB value is (174,100,82).

  • red value is 174;
  • green value is 100;
  • blue value is 82.
RGB:
(174,100,82)
(68%,39%,32%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 82 of 255 = 32%

174
100
82

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

Portions of RGB colors in percentages

R + G + B =
174 + 100 + 82 = 356 (100%)
R 174 of 356 ~ 48.88%
G 100 of 356 ~ 28.09%
B 82 of 356 ~ 23.03%

%48.88
%28.09
%23.03

CMYK color model

#AE6452 color CMYK value is (0,43,53,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 52.87%
  • key color value is 31.76%
CMYK:
(0,43,53,32)
C0M43Y53K32 
(0%,43%,53%,32%)
(0.00/0.43/0.53/0.32)	

CMYK percentages

%0
%42.53
%52.87
%31.76

Codes

Color #AE6452 in popluar color models

AE6452
RGB17410082
HSL12°36.22%50.20%
HSB/HSV12°52.87%68.24%
CMYK0.00%42.53%52.87%
31.76%

Color #AE6452 in popluar number systems.

HEXAE6452
Decimal17410082
Binary1010111011001001010010
Octal256144122

Shades and tints

Shades of #AE6452

#AE6452
(174,100,82)
#9F5B4B
(159,91,75)
#905244
(144,82,68)
#81493D
(129,73,61)
#724036
(114,64,54)
#63372F
(99,55,47)
#542E28
(84,46,40)
#452521
(69,37,33)
#361C1A
(54,28,26)
#271313
(39,19,19)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #AE6452

#AE6452
(174,100,82)
#B57261
(181,114,97)
#BC8070
(188,128,112)
#C38E7F
(195,142,127)
#CA9C8E
(202,156,142)
#D1AA9D
(209,170,157)
#D8B8AC
(216,184,172)
#DFC6BB
(223,198,187)
#E6D4CA
(230,212,202)
#EDE2D9
(237,226,217)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6452; }

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

This text font color is #AE6452.


Background Color

.myBgColor { background-color: #AE6452; }

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

This div background color is #AE6452.


Border color

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

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

This div border color is #AE6452.


Opacity

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

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

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

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

This text has shadow with #AE6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6452 on black background.


Color preview on white background

This text has color #AE6452 on white background.



Black color preview on #AE6452 background

This text has black color on #AE6452 background.


White color preview on #AE6452 background

This text has white color on #AE6452 background.