COLOR #AE8078

HEX: #AE8078 RGB: (174,128,120)

Color info

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

RGB color model

#AE8078 color RGB value is (174,128,120).

RGB: (174,128,120) (68%, 50%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 120 of 255 = 47%

174
128
120

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

Portions of RGB colors in percentages

R + G + B = 174 + 128 + 120 = 422 (100%)
R 174 of 422 ~ 41.23%
G 128 of 422 ~ 30.33%
B 120 of 422 ~ 28.44'%

%41.23
%30.33
%28.44

CMYK color model

#AE8078 color CMYK value is (0,26,31,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK: (0,26,31,32) C0M26Y31K32 (0%,26%,31%,32%) (0.00/0.26/0.31/0.32) 

CMYK percentages

%0
%26.44
%31.03
%31.76

Codes

Color #AE8078 in popluar color models

AE 80 78
RGB 174 128 120
HSL 25.00% 57.65%
HSB/HSV 31.03% 68.24%
CMYK 0.00% 26.44% 31.03%
31.76%

Color #AE8078 in popluar number systems.

HEX AE 80 78
Decimal 174 128 120
Binary 10101110 10000000 1111000
Octal 256 200 170

Shades and tints

Shades of #AE8078

#AE8078
(174,128,120)
#9F756E
(159,117,110)
#906A64
(144,106,100)
#815F5A
(129,95,90)
#725450
(114,84,80)
#634946
(99,73,70)
#543E3C
(84,62,60)
#453332
(69,51,50)
#362828
(54,40,40)
#271D1E
(39,29,30)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AE8078

#AE8078
(174,128,120)
#B58B84
(181,139,132)
#BC9690
(188,150,144)
#C3A19C
(195,161,156)
#CAACA8
(202,172,168)
#D1B7B4
(209,183,180)
#D8C2C0
(216,194,192)
#DFCDCC
(223,205,204)
#E6D8D8
(230,216,216)
#EDE3E4
(237,227,228)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8078; }

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

This text font color is #AE8078.

Background Color

.myBgColor { background-color: #AE8078; }

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

This div background color is #AE8078.

Border color

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

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

This div border color is #AE8078.

Opacity

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

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

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

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

This text has shadow with #AE8078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8078.

Preview

Color preview on black background

This text has color #AE8078 on black background.


Color preview on white background

This text has color #AE8078 on white background.


Black color preview on #AE8078 background

This text has black color on #AE8078 background.


White color preview on #AE8078 background

This text has white color on #AE8078 background.


Related colors

Complementary color

Complementary color for #hex is #517F87.


I love getcolorcode.com

Triadic colors

1 #78AE80 and #8078AE with #AE8078 are triadic colors.

2 #7880AE and #80AE78 with #AE8078 are triadic colors.