COLOR #AE5F43

HEX: #AE5F43
RGB: (174,95,67)

Color info

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

RGB color model

#AE5F43 color RGB value is (174,95,67).

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

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 67 of 255 = 26%

174
95
67

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

Portions of RGB colors in percentages

R + G + B =
174 + 95 + 67 = 336 (100%)
R 174 of 336 ~ 51.79%
G 95 of 336 ~ 28.27%
B 67 of 336 ~ 19.94%

%51.79
%28.27
%19.94

CMYK color model

#AE5F43 color CMYK value is (0,45,61,32).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 61.49%
  • key color value is 31.76%
CMYK:
(0,45,61,32)
C0M45Y61K32 
(0%,45%,61%,32%)
(0.00/0.45/0.61/0.32)	

CMYK percentages

%0
%45.4
%61.49
%31.76

Codes

Color #AE5F43 in popluar color models

AE5F43
RGB1749567
HSL16°44.40%47.25%
HSB/HSV16°61.49%68.24%
CMYK0.00%45.40%61.49%
31.76%

Color #AE5F43 in popluar number systems.

HEXAE5F43
Decimal1749567
Binary1010111010111111000011
Octal256137103

Shades and tints

Shades of #AE5F43

#AE5F43
(174,95,67)
#9F573D
(159,87,61)
#904F37
(144,79,55)
#814731
(129,71,49)
#723F2B
(114,63,43)
#633725
(99,55,37)
#542F1F
(84,47,31)
#452719
(69,39,25)
#361F13
(54,31,19)
#27170D
(39,23,13)
#180F07
(24,15,7)
#000000
(0,0,0)

Tints of #AE5F43

#AE5F43
(174,95,67)
#B56D54
(181,109,84)
#BC7B65
(188,123,101)
#C38976
(195,137,118)
#CA9787
(202,151,135)
#D1A598
(209,165,152)
#D8B3A9
(216,179,169)
#DFC1BA
(223,193,186)
#E6CFCB
(230,207,203)
#EDDDDC
(237,221,220)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5F43; }

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

This text font color is #AE5F43.


Background Color

.myBgColor { background-color: #AE5F43; }

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

This div background color is #AE5F43.


Border color

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

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

This div border color is #AE5F43.


Opacity

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

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

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

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

This text has shadow with #AE5F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5F43 on black background.


Color preview on white background

This text has color #AE5F43 on white background.



Black color preview on #AE5F43 background

This text has black color on #AE5F43 background.


White color preview on #AE5F43 background

This text has white color on #AE5F43 background.