COLOR #AE7A6A

HEX: #AE7A6A
RGB: (174,122,106)

Color info

#AE7A6A contains mainly red and green colors. Web safe color of #AE7A6A is #996666 (or #966).

RGB color model

#AE7A6A color RGB value is (174,122,106).

  • red value is 174;
  • green value is 122;
  • blue value is 106.
RGB:
(174,122,106)
(68%,48%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 106 of 255 = 42%

174
122
106

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

Portions of RGB colors in percentages

R + G + B =
174 + 122 + 106 = 402 (100%)
R 174 of 402 ~ 43.28%
G 122 of 402 ~ 30.35%
B 106 of 402 ~ 26.37%

%43.28
%30.35
%26.37

CMYK color model

#AE7A6A color CMYK value is (0,30,39,32).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(0,30,39,32)
C0M30Y39K32 
(0%,30%,39%,32%)
(0.00/0.30/0.39/0.32)	

CMYK percentages

%0
%29.89
%39.08
%31.76

Codes

Color #AE7A6A in popluar color models

AE7A6A
RGB174122106
HSL14°29.57%54.90%
HSB/HSV14°39.08%68.24%
CMYK0.00%29.89%39.08%
31.76%

Color #AE7A6A in popluar number systems.

HEXAE7A6A
Decimal174122106
Binary1010111011110101101010
Octal256172152

Shades and tints

Shades of #AE7A6A

#AE7A6A
(174,122,106)
#9F6F61
(159,111,97)
#906458
(144,100,88)
#81594F
(129,89,79)
#724E46
(114,78,70)
#63433D
(99,67,61)
#543834
(84,56,52)
#452D2B
(69,45,43)
#362222
(54,34,34)
#271719
(39,23,25)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #AE7A6A

#AE7A6A
(174,122,106)
#B58677
(181,134,119)
#BC9284
(188,146,132)
#C39E91
(195,158,145)
#CAAA9E
(202,170,158)
#D1B6AB
(209,182,171)
#D8C2B8
(216,194,184)
#DFCEC5
(223,206,197)
#E6DAD2
(230,218,210)
#EDE6DF
(237,230,223)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7A6A; }

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

This text font color is #AE7A6A.


Background Color

.myBgColor { background-color: #AE7A6A; }

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

This div background color is #AE7A6A.


Border color

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

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

This div border color is #AE7A6A.


Opacity

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

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

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

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

This text has shadow with #AE7A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7A6A on black background.


Color preview on white background

This text has color #AE7A6A on white background.



Black color preview on #AE7A6A background

This text has black color on #AE7A6A background.


White color preview on #AE7A6A background

This text has white color on #AE7A6A background.