COLOR #AE6550

HEX: #AE6550
RGB: (174,101,80)

Color info

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

RGB color model

#AE6550 color RGB value is (174,101,80).

  • red value is 174;
  • green value is 101;
  • blue value is 80.
RGB:
(174,101,80)
(68%,40%,31%)

RGB channels and saturation

R 174 of 255 = 68%
G 101 of 255 = 40%
B 80 of 255 = 31%

174
101
80

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

Portions of RGB colors in percentages

R + G + B =
174 + 101 + 80 = 355 (100%)
R 174 of 355 ~ 49.01%
G 101 of 355 ~ 28.45%
B 80 of 355 ~ 22.54%

%49.01
%28.45
%22.54

CMYK color model

#AE6550 color CMYK value is (0,42,54,32).

  • cyan value is 0.00%
  • magenta value is 41.95%
  • yellow value is 54.02%
  • key color value is 31.76%
CMYK:
(0,42,54,32)
C0M42Y54K32 
(0%,42%,54%,32%)
(0.00/0.42/0.54/0.32)	

CMYK percentages

%0
%41.95
%54.02
%31.76

Codes

Color #AE6550 in popluar color models

AE6550
RGB17410180
HSL13°37.01%49.80%
HSB/HSV13°54.02%68.24%
CMYK0.00%41.95%54.02%
31.76%

Color #AE6550 in popluar number systems.

HEXAE6550
Decimal17410180
Binary1010111011001011010000
Octal256145120

Shades and tints

Shades of #AE6550

#AE6550
(174,101,80)
#9F5C49
(159,92,73)
#905342
(144,83,66)
#814A3B
(129,74,59)
#724134
(114,65,52)
#63382D
(99,56,45)
#542F26
(84,47,38)
#45261F
(69,38,31)
#361D18
(54,29,24)
#271411
(39,20,17)
#180B0A
(24,11,10)
#000000
(0,0,0)

Tints of #AE6550

#AE6550
(174,101,80)
#B5735F
(181,115,95)
#BC816E
(188,129,110)
#C38F7D
(195,143,125)
#CA9D8C
(202,157,140)
#D1AB9B
(209,171,155)
#D8B9AA
(216,185,170)
#DFC7B9
(223,199,185)
#E6D5C8
(230,213,200)
#EDE3D7
(237,227,215)
#F4F1E6
(244,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6550 color. Also use rgb(174,101,80) instead hex code.

Text Font Color

.myTextColor { color: #AE6550; }

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

This text font color is #AE6550.


Background Color

.myBgColor { background-color: #AE6550; }

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

This div background color is #AE6550.


Border color

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

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

This div border color is #AE6550.


Opacity

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

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

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

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

This text has shadow with #AE6550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6550 on black background.


Color preview on white background

This text has color #AE6550 on white background.



Black color preview on #AE6550 background

This text has black color on #AE6550 background.


White color preview on #AE6550 background

This text has white color on #AE6550 background.