COLOR #AE6551

HEX: #AE6551
RGB: (174,101,81)

Color info

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

RGB color model

#AE6551 color RGB value is (174,101,81).

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

RGB channels and saturation

R 174 of 255 = 68%
G 101 of 255 = 40%
B 81 of 255 = 32%

174
101
81

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

Portions of RGB colors in percentages

R + G + B =
174 + 101 + 81 = 356 (100%)
R 174 of 356 ~ 48.88%
G 101 of 356 ~ 28.37%
B 81 of 356 ~ 22.75%

%48.88
%28.37
%22.75

CMYK color model

#AE6551 color CMYK value is (0,42,53,32).

  • cyan value is 0.00%
  • magenta value is 41.95%
  • yellow value is 53.45%
  • key color value is 31.76%
CMYK:
(0,42,53,32)
C0M42Y53K32 
(0%,42%,53%,32%)
(0.00/0.42/0.53/0.32)	

CMYK percentages

%0
%41.95
%53.45
%31.76

Codes

Color #AE6551 in popluar color models

AE6551
RGB17410181
HSL13°36.47%50.00%
HSB/HSV13°53.45%68.24%
CMYK0.00%41.95%53.45%
31.76%

Color #AE6551 in popluar number systems.

HEXAE6551
Decimal17410181
Binary1010111011001011010001
Octal256145121

Shades and tints

Shades of #AE6551

#AE6551
(174,101,81)
#9F5C4A
(159,92,74)
#905343
(144,83,67)
#814A3C
(129,74,60)
#724135
(114,65,53)
#63382E
(99,56,46)
#542F27
(84,47,39)
#452620
(69,38,32)
#361D19
(54,29,25)
#271412
(39,20,18)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #AE6551

#AE6551
(174,101,81)
#B57360
(181,115,96)
#BC816F
(188,129,111)
#C38F7E
(195,143,126)
#CA9D8D
(202,157,141)
#D1AB9C
(209,171,156)
#D8B9AB
(216,185,171)
#DFC7BA
(223,199,186)
#E6D5C9
(230,213,201)
#EDE3D8
(237,227,216)
#F4F1E7
(244,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6551; }

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

This text font color is #AE6551.


Background Color

.myBgColor { background-color: #AE6551; }

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

This div background color is #AE6551.


Border color

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

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

This div border color is #AE6551.


Opacity

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

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

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

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

This text has shadow with #AE6551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6551 on black background.


Color preview on white background

This text has color #AE6551 on white background.



Black color preview on #AE6551 background

This text has black color on #AE6551 background.


White color preview on #AE6551 background

This text has white color on #AE6551 background.