COLOR #AE6064

HEX: #AE6064
RGB: (174,96,100)

Color info

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

RGB color model

#AE6064 color RGB value is (174,96,100).

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

RGB channels and saturation

R 174 of 255 = 68%
G 96 of 255 = 38%
B 100 of 255 = 39%

174
96
100

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

Portions of RGB colors in percentages

R + G + B =
174 + 96 + 100 = 370 (100%)
R 174 of 370 ~ 47.03%
G 96 of 370 ~ 25.95%
B 100 of 370 ~ 27.03%

%47.03
%25.95
%27.03

CMYK color model

#AE6064 color CMYK value is (0,45,43,32).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 42.53%
  • key color value is 31.76%
CMYK:
(0,45,43,32)
C0M45Y43K32 
(0%,45%,43%,32%)
(0.00/0.45/0.43/0.32)	

CMYK percentages

%0
%44.83
%42.53
%31.76

Codes

Color #AE6064 in popluar color models

AE6064
RGB17496100
HSL357°32.50%52.94%
HSB/HSV357°44.83%68.24%
CMYK0.00%44.83%42.53%
31.76%

Color #AE6064 in popluar number systems.

HEXAE6064
Decimal17496100
Binary1010111011000001100100
Octal256140144

Shades and tints

Shades of #AE6064

#AE6064
(174,96,100)
#9F585B
(159,88,91)
#905052
(144,80,82)
#814849
(129,72,73)
#724040
(114,64,64)
#633837
(99,56,55)
#54302E
(84,48,46)
#452825
(69,40,37)
#36201C
(54,32,28)
#271813
(39,24,19)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #AE6064

#AE6064
(174,96,100)
#B56E72
(181,110,114)
#BC7C80
(188,124,128)
#C38A8E
(195,138,142)
#CA989C
(202,152,156)
#D1A6AA
(209,166,170)
#D8B4B8
(216,180,184)
#DFC2C6
(223,194,198)
#E6D0D4
(230,208,212)
#EDDEE2
(237,222,226)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6064; }

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

This text font color is #AE6064.


Background Color

.myBgColor { background-color: #AE6064; }

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

This div background color is #AE6064.


Border color

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

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

This div border color is #AE6064.


Opacity

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

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

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

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

This text has shadow with #AE6064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6064 on black background.


Color preview on white background

This text has color #AE6064 on white background.



Black color preview on #AE6064 background

This text has black color on #AE6064 background.


White color preview on #AE6064 background

This text has white color on #AE6064 background.