COLOR #AE7265

HEX: #AE7265
RGB: (174,114,101)

Color info

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

RGB color model

#AE7265 color RGB value is (174,114,101).

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

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 101 of 255 = 40%

174
114
101

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

Portions of RGB colors in percentages

R + G + B =
174 + 114 + 101 = 389 (100%)
R 174 of 389 ~ 44.73%
G 114 of 389 ~ 29.31%
B 101 of 389 ~ 25.96%

%44.73
%29.31
%25.96

CMYK color model

#AE7265 color CMYK value is (0,34,42,32).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 41.95%
  • key color value is 31.76%
CMYK:
(0,34,42,32)
C0M34Y42K32 
(0%,34%,42%,32%)
(0.00/0.34/0.42/0.32)	

CMYK percentages

%0
%34.48
%41.95
%31.76

Codes

Color #AE7265 in popluar color models

AE7265
RGB174114101
HSL11°31.06%53.92%
HSB/HSV11°41.95%68.24%
CMYK0.00%34.48%41.95%
31.76%

Color #AE7265 in popluar number systems.

HEXAE7265
Decimal174114101
Binary1010111011100101100101
Octal256162145

Shades and tints

Shades of #AE7265

#AE7265
(174,114,101)
#9F685C
(159,104,92)
#905E53
(144,94,83)
#81544A
(129,84,74)
#724A41
(114,74,65)
#634038
(99,64,56)
#54362F
(84,54,47)
#452C26
(69,44,38)
#36221D
(54,34,29)
#271814
(39,24,20)
#180E0B
(24,14,11)
#000000
(0,0,0)

Tints of #AE7265

#AE7265
(174,114,101)
#B57E73
(181,126,115)
#BC8A81
(188,138,129)
#C3968F
(195,150,143)
#CAA29D
(202,162,157)
#D1AEAB
(209,174,171)
#D8BAB9
(216,186,185)
#DFC6C7
(223,198,199)
#E6D2D5
(230,210,213)
#EDDEE3
(237,222,227)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7265; }

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

This text font color is #AE7265.


Background Color

.myBgColor { background-color: #AE7265; }

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

This div background color is #AE7265.


Border color

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

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

This div border color is #AE7265.


Opacity

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

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

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

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

This text has shadow with #AE7265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7265 on black background.


Color preview on white background

This text has color #AE7265 on white background.



Black color preview on #AE7265 background

This text has black color on #AE7265 background.


White color preview on #AE7265 background

This text has white color on #AE7265 background.