COLOR #AE625A

HEX: #AE625A
RGB: (174,98,90)

Color info

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

RGB color model

#AE625A color RGB value is (174,98,90).

  • red value is 174;
  • green value is 98;
  • blue value is 90.
RGB:
(174,98,90)
(68%,38%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 98 of 255 = 38%
B 90 of 255 = 35%

174
98
90

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

Portions of RGB colors in percentages

R + G + B =
174 + 98 + 90 = 362 (100%)
R 174 of 362 ~ 48.07%
G 98 of 362 ~ 27.07%
B 90 of 362 ~ 24.86%

%48.07
%27.07
%24.86

CMYK color model

#AE625A color CMYK value is (0,44,48,32).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 48.28%
  • key color value is 31.76%
CMYK:
(0,44,48,32)
C0M44Y48K32 
(0%,44%,48%,32%)
(0.00/0.44/0.48/0.32)	

CMYK percentages

%0
%43.68
%48.28
%31.76

Codes

Color #AE625A in popluar color models

AE625A
RGB1749890
HSL34.15%51.76%
HSB/HSV48.28%68.24%
CMYK0.00%43.68%48.28%
31.76%

Color #AE625A in popluar number systems.

HEXAE625A
Decimal1749890
Binary1010111011000101011010
Octal256142132

Shades and tints

Shades of #AE625A

#AE625A
(174,98,90)
#9F5A52
(159,90,82)
#90524A
(144,82,74)
#814A42
(129,74,66)
#72423A
(114,66,58)
#633A32
(99,58,50)
#54322A
(84,50,42)
#452A22
(69,42,34)
#36221A
(54,34,26)
#271A12
(39,26,18)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #AE625A

#AE625A
(174,98,90)
#B57069
(181,112,105)
#BC7E78
(188,126,120)
#C38C87
(195,140,135)
#CA9A96
(202,154,150)
#D1A8A5
(209,168,165)
#D8B6B4
(216,182,180)
#DFC4C3
(223,196,195)
#E6D2D2
(230,210,210)
#EDE0E1
(237,224,225)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE625A color. Also use rgb(174,98,90) instead hex code.

Text Font Color

.myTextColor { color: #AE625A; }

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

This text font color is #AE625A.


Background Color

.myBgColor { background-color: #AE625A; }

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

This div background color is #AE625A.


Border color

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

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

This div border color is #AE625A.


Opacity

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

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

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

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

This text has shadow with #AE625A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE625A on black background.


Color preview on white background

This text has color #AE625A on white background.



Black color preview on #AE625A background

This text has black color on #AE625A background.


White color preview on #AE625A background

This text has white color on #AE625A background.