COLOR #AE5F45

HEX: #AE5F45
RGB: (174,95,69)

Color info

#AE5F45 contains mainly red color. Web safe color of #AE5F45 is #996633 (or #963).

RGB color model

#AE5F45 color RGB value is (174,95,69).

  • red value is 174;
  • green value is 95;
  • blue value is 69.
RGB:
(174,95,69)
(68%,37%,27%)

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 69 of 255 = 27%

174
95
69

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

Portions of RGB colors in percentages

R + G + B =
174 + 95 + 69 = 338 (100%)
R 174 of 338 ~ 51.48%
G 95 of 338 ~ 28.11%
B 69 of 338 ~ 20.41%

%51.48
%28.11
%20.41

CMYK color model

#AE5F45 color CMYK value is (0,45,60,32).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 60.34%
  • key color value is 31.76%
CMYK:
(0,45,60,32)
C0M45Y60K32 
(0%,45%,60%,32%)
(0.00/0.45/0.60/0.32)	

CMYK percentages

%0
%45.4
%60.34
%31.76

Codes

Color #AE5F45 in popluar color models

AE5F45
RGB1749569
HSL15°43.21%47.65%
HSB/HSV15°60.34%68.24%
CMYK0.00%45.40%60.34%
31.76%

Color #AE5F45 in popluar number systems.

HEXAE5F45
Decimal1749569
Binary1010111010111111000101
Octal256137105

Shades and tints

Shades of #AE5F45

#AE5F45
(174,95,69)
#9F573F
(159,87,63)
#904F39
(144,79,57)
#814733
(129,71,51)
#723F2D
(114,63,45)
#633727
(99,55,39)
#542F21
(84,47,33)
#45271B
(69,39,27)
#361F15
(54,31,21)
#27170F
(39,23,15)
#180F09
(24,15,9)
#000000
(0,0,0)

Tints of #AE5F45

#AE5F45
(174,95,69)
#B56D55
(181,109,85)
#BC7B65
(188,123,101)
#C38975
(195,137,117)
#CA9785
(202,151,133)
#D1A595
(209,165,149)
#D8B3A5
(216,179,165)
#DFC1B5
(223,193,181)
#E6CFC5
(230,207,197)
#EDDDD5
(237,221,213)
#F4EBE5
(244,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5F45 color. Also use rgb(174,95,69) instead hex code.

Text Font Color

.myTextColor { color: #AE5F45; }

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

This text font color is #AE5F45.


Background Color

.myBgColor { background-color: #AE5F45; }

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

This div background color is #AE5F45.


Border color

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

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

This div border color is #AE5F45.


Opacity

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

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

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

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

This text has shadow with #AE5F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5F45 on black background.


Color preview on white background

This text has color #AE5F45 on white background.



Black color preview on #AE5F45 background

This text has black color on #AE5F45 background.


White color preview on #AE5F45 background

This text has white color on #AE5F45 background.