COLOR #AE7864

HEX: #AE7864 RGB: (174,120,100)

Color info

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

RGB color model

#AE7864 color RGB value is (174,120,100).

RGB: (174,120,100) (68%, 47%, 39%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 100 of 255 = 39%

174
120
100

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

Portions of RGB colors in percentages

R + G + B = 174 + 120 + 100 = 394 (100%)
R 174 of 394 ~ 44.16%
G 120 of 394 ~ 30.46%
B 100 of 394 ~ 25.38'%

%44.16
%30.46
%25.38

CMYK color model

#AE7864 color CMYK value is (0,31,43,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (0,31,43,32)
C0M31Y43K32 (0%, 31%, 43%, 32%)
(0.00 / 0.31 / 0.43 / 0.32)

CMYK percentages

%0
%31.03
%42.53
%31.76

Codes

Color #AE7864 in popluar color models

AE 78 64
RGB 174 120 100
HSL 16° 31.36% 53.73%
HSB/HSV 16° 42.53% 68.24%
CMYK 0.00% 31.03% 42.53%
31.76%

Color #AE7864 in popluar number systems.

HEX AE 78 64
Decimal 174 120 100
Binary 10101110 1111000 1100100
Octal 256 170 144

Shades and tints

Shades of #AE7864

#AE7864
(174,120,100)
#9F6E5B
(159,110,91)
#906452
(144,100,82)
#815A49
(129,90,73)
#725040
(114,80,64)
#634637
(99,70,55)
#543C2E
(84,60,46)
#453225
(69,50,37)
#36281C
(54,40,28)
#271E13
(39,30,19)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #AE7864

#AE7864
(174,120,100)
#B58472
(181,132,114)
#BC9080
(188,144,128)
#C39C8E
(195,156,142)
#CAA89C
(202,168,156)
#D1B4AA
(209,180,170)
#D8C0B8
(216,192,184)
#DFCCC6
(223,204,198)
#E6D8D4
(230,216,212)
#EDE4E2
(237,228,226)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7864; }

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

This text font color is #AE7864.

Background Color

.myBgColor { background-color: #AE7864; }

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

This div background color is #AE7864.

Border color

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

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

This div border color is #AE7864.

Opacity

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

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

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

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

This text has shadow with #AE7864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7864.

Preview

Color preview on black background

This text has color #AE7864 on black background.


Color preview on white background

This text has color #AE7864 on white background.


Black color preview on #AE7864 background

This text has black color on #AE7864 background.


White color preview on #AE7864 background

This text has white color on #AE7864 background.


Related colors

Complementary color

Complementary color for #hex is #51879B.


I love getcolorcode.com

Triadic colors

1 #64AE78 and #7864AE with #AE7864 are triadic colors.

2 #6478AE and #78AE64 with #AE7864 are triadic colors.