COLOR #AE6C58

HEX: #AE6C58
RGB: (174,108,88)

Color info

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

RGB color model

#AE6C58 color RGB value is (174,108,88).

  • red value is 174;
  • green value is 108;
  • blue value is 88.
RGB:
(174,108,88)
(68%,42%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 108 of 255 = 42%
B 88 of 255 = 35%

174
108
88

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

Portions of RGB colors in percentages

R + G + B =
174 + 108 + 88 = 370 (100%)
R 174 of 370 ~ 47.03%
G 108 of 370 ~ 29.19%
B 88 of 370 ~ 23.78%

%47.03
%29.19
%23.78

CMYK color model

#AE6C58 color CMYK value is (0,38,49,32).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 49.43%
  • key color value is 31.76%
CMYK:
(0,38,49,32)
C0M38Y49K32 
(0%,38%,49%,32%)
(0.00/0.38/0.49/0.32)	

CMYK percentages

%0
%37.93
%49.43
%31.76

Codes

Color #AE6C58 in popluar color models

AE6C58
RGB17410888
HSL14°34.68%51.37%
HSB/HSV14°49.43%68.24%
CMYK0.00%37.93%49.43%
31.76%

Color #AE6C58 in popluar number systems.

HEXAE6C58
Decimal17410888
Binary1010111011011001011000
Octal256154130

Shades and tints

Shades of #AE6C58

#AE6C58
(174,108,88)
#9F6350
(159,99,80)
#905A48
(144,90,72)
#815140
(129,81,64)
#724838
(114,72,56)
#633F30
(99,63,48)
#543628
(84,54,40)
#452D20
(69,45,32)
#362418
(54,36,24)
#271B10
(39,27,16)
#181208
(24,18,8)
#000000
(0,0,0)

Tints of #AE6C58

#AE6C58
(174,108,88)
#B57967
(181,121,103)
#BC8676
(188,134,118)
#C39385
(195,147,133)
#CAA094
(202,160,148)
#D1ADA3
(209,173,163)
#D8BAB2
(216,186,178)
#DFC7C1
(223,199,193)
#E6D4D0
(230,212,208)
#EDE1DF
(237,225,223)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6C58 color. Also use rgb(174,108,88) instead hex code.

Text Font Color

.myTextColor { color: #AE6C58; }

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

This text font color is #AE6C58.


Background Color

.myBgColor { background-color: #AE6C58; }

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

This div background color is #AE6C58.


Border color

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

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

This div border color is #AE6C58.


Opacity

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

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

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

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

This text has shadow with #AE6C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6C58 on black background.


Color preview on white background

This text has color #AE6C58 on white background.



Black color preview on #AE6C58 background

This text has black color on #AE6C58 background.


White color preview on #AE6C58 background

This text has white color on #AE6C58 background.