COLOR #AE6A60

HEX: #AE6A60
RGB: (174,106,96)

Color info

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

RGB color model

#AE6A60 color RGB value is (174,106,96).

  • red value is 174;
  • green value is 106;
  • blue value is 96.
RGB:
(174,106,96)
(68%,42%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 106 of 255 = 42%
B 96 of 255 = 38%

174
106
96

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

Portions of RGB colors in percentages

R + G + B =
174 + 106 + 96 = 376 (100%)
R 174 of 376 ~ 46.28%
G 106 of 376 ~ 28.19%
B 96 of 376 ~ 25.53%

%46.28
%28.19
%25.53

CMYK color model

#AE6A60 color CMYK value is (0,39,45,32).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(0,39,45,32)
C0M39Y45K32 
(0%,39%,45%,32%)
(0.00/0.39/0.45/0.32)	

CMYK percentages

%0
%39.08
%44.83
%31.76

Codes

Color #AE6A60 in popluar color models

AE6A60
RGB17410696
HSL32.50%52.94%
HSB/HSV44.83%68.24%
CMYK0.00%39.08%44.83%
31.76%

Color #AE6A60 in popluar number systems.

HEXAE6A60
Decimal17410696
Binary1010111011010101100000
Octal256152140

Shades and tints

Shades of #AE6A60

#AE6A60
(174,106,96)
#9F6158
(159,97,88)
#905850
(144,88,80)
#814F48
(129,79,72)
#724640
(114,70,64)
#633D38
(99,61,56)
#543430
(84,52,48)
#452B28
(69,43,40)
#362220
(54,34,32)
#271918
(39,25,24)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #AE6A60

#AE6A60
(174,106,96)
#B5776E
(181,119,110)
#BC847C
(188,132,124)
#C3918A
(195,145,138)
#CA9E98
(202,158,152)
#D1ABA6
(209,171,166)
#D8B8B4
(216,184,180)
#DFC5C2
(223,197,194)
#E6D2D0
(230,210,208)
#EDDFDE
(237,223,222)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6A60 color. Also use rgb(174,106,96) instead hex code.

Text Font Color

.myTextColor { color: #AE6A60; }

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

This text font color is #AE6A60.


Background Color

.myBgColor { background-color: #AE6A60; }

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

This div background color is #AE6A60.


Border color

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

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

This div border color is #AE6A60.


Opacity

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

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

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

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

This text has shadow with #AE6A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6A60 on black background.


Color preview on white background

This text has color #AE6A60 on white background.



Black color preview on #AE6A60 background

This text has black color on #AE6A60 background.


White color preview on #AE6A60 background

This text has white color on #AE6A60 background.