COLOR #AE6037

HEX: #AE6037 RGB: (174,96,55)

Color info

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

RGB color model

#AE6037 color RGB value is (174,96,55).

RGB: (174,96,55) (68%, 38%, 22%)

RGB channels and saturation

R 174 of 255 = 68%
G 96 of 255 = 38%
B 55 of 255 = 22%

174
96
55

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

Portions of RGB colors in percentages

R + G + B = 174 + 96 + 55 = 325 (100%)
R 174 of 325 ~ 53.54%
G 96 of 325 ~ 29.54%
B 55 of 325 ~ 16.92'%

%53.54
%29.54
%16.92

CMYK color model

#AE6037 color CMYK value is (0,45,68,32).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 68.39%
  • key color value is 31.76%

CMYK: (0,45,68,32)
C0M45Y68K32 (0%, 45%, 68%, 32%)
(0.00 / 0.45 / 0.68 / 0.32)

CMYK percentages

%0
%44.83
%68.39
%31.76

Codes

Color #AE6037 in popluar color models

AE 60 37
RGB 174 96 55
HSL 21° 51.97% 44.90%
HSB/HSV 21° 68.39% 68.24%
CMYK 0.00% 44.83% 68.39%
31.76%

Color #AE6037 in popluar number systems.

HEX AE 60 37
Decimal 174 96 55
Binary 10101110 1100000 110111
Octal 256 140 67

Shades and tints

Shades of #AE6037

#AE6037
(174,96,55)
#9F5832
(159,88,50)
#90502D
(144,80,45)
#814828
(129,72,40)
#724023
(114,64,35)
#63381E
(99,56,30)
#543019
(84,48,25)
#452814
(69,40,20)
#36200F
(54,32,15)
#27180A
(39,24,10)
#181005
(24,16,5)
#000000
(0,0,0)

Tints of #AE6037

#AE6037
(174,96,55)
#B56E49
(181,110,73)
#BC7C5B
(188,124,91)
#C38A6D
(195,138,109)
#CA987F
(202,152,127)
#D1A691
(209,166,145)
#D8B4A3
(216,180,163)
#DFC2B5
(223,194,181)
#E6D0C7
(230,208,199)
#EDDED9
(237,222,217)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6037 color. Also use rgb(174,96,55) instead hex code.

Text Font Color

.myTextColor { color: #AE6037; }

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

This text font color is #AE6037.

Background Color

.myBgColor { background-color: #AE6037; }

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

This div background color is #AE6037.

Border color

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

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

This div border color is #AE6037.

Opacity

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

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

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

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

This text has shadow with #AE6037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6037.

Preview

Color preview on black background

This text has color #AE6037 on black background.


Color preview on white background

This text has color #AE6037 on white background.


Black color preview on #AE6037 background

This text has black color on #AE6037 background.


White color preview on #AE6037 background

This text has white color on #AE6037 background.


Related colors

Complementary color

Complementary color for #hex is #519FC8.


I love getcolorcode.com

Triadic colors

1 #37AE60 and #6037AE with #AE6037 are triadic colors.

2 #3760AE and #60AE37 with #AE6037 are triadic colors.