COLOR #AE645B

HEX: #AE645B RGB: (174,100,91)

Color info

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

RGB color model

#AE645B color RGB value is (174,100,91).

RGB: (174,100,91) (68%, 39%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 91 of 255 = 36%

174
100
91

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

Portions of RGB colors in percentages

R + G + B = 174 + 100 + 91 = 365 (100%)
R 174 of 365 ~ 47.67%
G 100 of 365 ~ 27.4%
B 91 of 365 ~ 24.93'%

%47.67
%27.4
%24.93

CMYK color model

#AE645B color CMYK value is (0,43,48,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 47.70%
  • key color value is 31.76%

CMYK: (0,43,48,32)
C0M43Y48K32 (0%, 43%, 48%, 32%)
(0.00 / 0.43 / 0.48 / 0.32)

CMYK percentages

%0
%42.53
%47.7
%31.76

Codes

Color #AE645B in popluar color models

AE 64 5B
RGB 174 100 91
HSL 33.88% 51.96%
HSB/HSV 47.70% 68.24%
CMYK 0.00% 42.53% 47.70%
31.76%

Color #AE645B in popluar number systems.

HEX AE 64 5B
Decimal 174 100 91
Binary 10101110 1100100 1011011
Octal 256 144 133

Shades and tints

Shades of #AE645B

#AE645B
(174,100,91)
#9F5B53
(159,91,83)
#90524B
(144,82,75)
#814943
(129,73,67)
#72403B
(114,64,59)
#633733
(99,55,51)
#542E2B
(84,46,43)
#452523
(69,37,35)
#361C1B
(54,28,27)
#271313
(39,19,19)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #AE645B

#AE645B
(174,100,91)
#B57269
(181,114,105)
#BC8077
(188,128,119)
#C38E85
(195,142,133)
#CA9C93
(202,156,147)
#D1AAA1
(209,170,161)
#D8B8AF
(216,184,175)
#DFC6BD
(223,198,189)
#E6D4CB
(230,212,203)
#EDE2D9
(237,226,217)
#F4F0E7
(244,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE645B; }

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

This text font color is #AE645B.

Background Color

.myBgColor { background-color: #AE645B; }

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

This div background color is #AE645B.

Border color

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

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

This div border color is #AE645B.

Opacity

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

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

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

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

This text has shadow with #AE645B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE645B.

Preview

Color preview on black background

This text has color #AE645B on black background.


Color preview on white background

This text has color #AE645B on white background.


Black color preview on #AE645B background

This text has black color on #AE645B background.


White color preview on #AE645B background

This text has white color on #AE645B background.


Related colors

Complementary color

Complementary color for #hex is #519BA4.


I love getcolorcode.com

Triadic colors

1 #5BAE64 and #645BAE with #AE645B are triadic colors.

2 #5B64AE and #64AE5B with #AE645B are triadic colors.