COLOR #AE654F

HEX: #AE654F
RGB: (174,101,79)

Color info

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

RGB color model

#AE654F color RGB value is (174,101,79).

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

RGB channels and saturation

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

174
101
79

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

Portions of RGB colors in percentages

R + G + B =
174 + 101 + 79 = 354 (100%)
R 174 of 354 ~ 49.15%
G 101 of 354 ~ 28.53%
B 79 of 354 ~ 22.32%

%49.15
%28.53
%22.32

CMYK color model

#AE654F color CMYK value is (0,42,55,32).

  • cyan value is 0.00%
  • magenta value is 41.95%
  • yellow value is 54.60%
  • key color value is 31.76%
CMYK:
(0,42,55,32)
C0M42Y55K32 
(0%,42%,55%,32%)
(0.00/0.42/0.55/0.32)	

CMYK percentages

%0
%41.95
%54.6
%31.76

Codes

Color #AE654F in popluar color models

AE654F
RGB17410179
HSL14°37.55%49.61%
HSB/HSV14°54.60%68.24%
CMYK0.00%41.95%54.60%
31.76%

Color #AE654F in popluar number systems.

HEXAE654F
Decimal17410179
Binary1010111011001011001111
Octal256145117

Shades and tints

Shades of #AE654F

#AE654F
(174,101,79)
#9F5C48
(159,92,72)
#905341
(144,83,65)
#814A3A
(129,74,58)
#724133
(114,65,51)
#63382C
(99,56,44)
#542F25
(84,47,37)
#45261E
(69,38,30)
#361D17
(54,29,23)
#271410
(39,20,16)
#180B09
(24,11,9)
#000000
(0,0,0)

Tints of #AE654F

#AE654F
(174,101,79)
#B5735F
(181,115,95)
#BC816F
(188,129,111)
#C38F7F
(195,143,127)
#CA9D8F
(202,157,143)
#D1AB9F
(209,171,159)
#D8B9AF
(216,185,175)
#DFC7BF
(223,199,191)
#E6D5CF
(230,213,207)
#EDE3DF
(237,227,223)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE654F; }

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

This text font color is #AE654F.


Background Color

.myBgColor { background-color: #AE654F; }

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

This div background color is #AE654F.


Border color

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

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

This div border color is #AE654F.


Opacity

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

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

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

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

This text has shadow with #AE654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE654F on black background.


Color preview on white background

This text has color #AE654F on white background.



Black color preview on #AE654F background

This text has black color on #AE654F background.


White color preview on #AE654F background

This text has white color on #AE654F background.