COLOR #AE635E

HEX: #AE635E RGB: (174,99,94)

Color info

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

RGB color model

#AE635E color RGB value is (174,99,94).

RGB: (174,99,94) (68%, 39%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 99 of 255 = 39%
B 94 of 255 = 37%

174
99
94

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

Portions of RGB colors in percentages

R + G + B = 174 + 99 + 94 = 367 (100%)
R 174 of 367 ~ 47.41%
G 99 of 367 ~ 26.98%
B 94 of 367 ~ 25.61'%

%47.41
%26.98
%25.61

CMYK color model

#AE635E color CMYK value is (0,43,46,32).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 45.98%
  • key color value is 31.76%

CMYK: (0,43,46,32)
C0M43Y46K32 (0%, 43%, 46%, 32%)
(0.00 / 0.43 / 0.46 / 0.32)

CMYK percentages

%0
%43.1
%45.98
%31.76

Codes

Color #AE635E in popluar color models

AE 63 5E
RGB 174 99 94
HSL 33.06% 52.55%
HSB/HSV 45.98% 68.24%
CMYK 0.00% 43.10% 45.98%
31.76%

Color #AE635E in popluar number systems.

HEX AE 63 5E
Decimal 174 99 94
Binary 10101110 1100011 1011110
Octal 256 143 136

Shades and tints

Shades of #AE635E

#AE635E
(174,99,94)
#9F5A56
(159,90,86)
#90514E
(144,81,78)
#814846
(129,72,70)
#723F3E
(114,63,62)
#633636
(99,54,54)
#542D2E
(84,45,46)
#452426
(69,36,38)
#361B1E
(54,27,30)
#271216
(39,18,22)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #AE635E

#AE635E
(174,99,94)
#B5716C
(181,113,108)
#BC7F7A
(188,127,122)
#C38D88
(195,141,136)
#CA9B96
(202,155,150)
#D1A9A4
(209,169,164)
#D8B7B2
(216,183,178)
#DFC5C0
(223,197,192)
#E6D3CE
(230,211,206)
#EDE1DC
(237,225,220)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE635E color. Also use rgb(174,99,94) instead hex code.

Text Font Color

.myTextColor { color: #AE635E; }

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

This text font color is #AE635E.

Background Color

.myBgColor { background-color: #AE635E; }

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

This div background color is #AE635E.

Border color

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

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

This div border color is #AE635E.

Opacity

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

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

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

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

This text has shadow with #AE635E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE635E.

Preview

Color preview on black background

This text has color #AE635E on black background.


Color preview on white background

This text has color #AE635E on white background.


Black color preview on #AE635E background

This text has black color on #AE635E background.


White color preview on #AE635E background

This text has white color on #AE635E background.


Related colors

Complementary color

Complementary color for #hex is #519CA1.


I love getcolorcode.com

Triadic colors

1 #5EAE63 and #635EAE with #AE635E are triadic colors.

2 #5E63AE and #63AE5E with #AE635E are triadic colors.