COLOR #AE7D7D

HEX: #AE7D7D
RGB: (174,125,125)

Color info

#AE7D7D contains red, green and blue colors in about the same proportion. Web safe color of #AE7D7D is #996666 (or #966).

RGB color model

#AE7D7D color RGB value is (174,125,125).

  • red value is 174;
  • green value is 125;
  • blue value is 125.
RGB:
(174,125,125)
(68%,49%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 125 of 255 = 49%
B 125 of 255 = 49%

174
125
125

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

Portions of RGB colors in percentages

R + G + B =
174 + 125 + 125 = 424 (100%)
R 174 of 424 ~ 41.04%
G 125 of 424 ~ 29.48%
B 125 of 424 ~ 29.48%

%41.04
%29.48
%29.48

CMYK color model

#AE7D7D color CMYK value is (0,28,28,32).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(0,28,28,32)
C0M28Y28K32 
(0%,28%,28%,32%)
(0.00/0.28/0.28/0.32)	

CMYK percentages

%0
%28.16
%28.16
%31.76

Codes

Color #AE7D7D in popluar color models

AE7D7D
RGB174125125
HSL23.22%58.63%
HSB/HSV28.16%68.24%
CMYK0.00%28.16%28.16%
31.76%

Color #AE7D7D in popluar number systems.

HEXAE7D7D
Decimal174125125
Binary1010111011111011111101
Octal256175175

Shades and tints

Shades of #AE7D7D

#AE7D7D
(174,125,125)
#9F7272
(159,114,114)
#906767
(144,103,103)
#815C5C
(129,92,92)
#725151
(114,81,81)
#634646
(99,70,70)
#543B3B
(84,59,59)
#453030
(69,48,48)
#362525
(54,37,37)
#271A1A
(39,26,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #AE7D7D

#AE7D7D
(174,125,125)
#B58888
(181,136,136)
#BC9393
(188,147,147)
#C39E9E
(195,158,158)
#CAA9A9
(202,169,169)
#D1B4B4
(209,180,180)
#D8BFBF
(216,191,191)
#DFCACA
(223,202,202)
#E6D5D5
(230,213,213)
#EDE0E0
(237,224,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7D7D; }

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

This text font color is #AE7D7D.


Background Color

.myBgColor { background-color: #AE7D7D; }

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

This div background color is #AE7D7D.


Border color

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

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

This div border color is #AE7D7D.


Opacity

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

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

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

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

This text has shadow with #AE7D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D7D on black background.


Color preview on white background

This text has color #AE7D7D on white background.



Black color preview on #AE7D7D background

This text has black color on #AE7D7D background.


White color preview on #AE7D7D background

This text has white color on #AE7D7D background.