COLOR #AE7058

HEX: #AE7058 RGB: (174,112,88)

Color info

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

RGB color model

#AE7058 color RGB value is (174,112,88).

RGB: (174,112,88) (68%, 44%, 35%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 88 of 255 = 35%

174
112
88

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 88 = 374 (100%)
R 174 of 374 ~ 46.52%
G 112 of 374 ~ 29.95%
B 88 of 374 ~ 23.53'%

%46.52
%29.95
%23.53

CMYK color model

#AE7058 color CMYK value is (0,36,49,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 49.43%
  • key color value is 31.76%

CMYK: (0,36,49,32)
C0M36Y49K32 (0%, 36%, 49%, 32%)
(0.00 / 0.36 / 0.49 / 0.32)

CMYK percentages

%0
%35.63
%49.43
%31.76

Codes

Color #AE7058 in popluar color models

AE 70 58
RGB 174 112 88
HSL 17° 34.68% 51.37%
HSB/HSV 17° 49.43% 68.24%
CMYK 0.00% 35.63% 49.43%
31.76%

Color #AE7058 in popluar number systems.

HEX AE 70 58
Decimal 174 112 88
Binary 10101110 1110000 1011000
Octal 256 160 130

Shades and tints

Shades of #AE7058

#AE7058
(174,112,88)
#9F6650
(159,102,80)
#905C48
(144,92,72)
#815240
(129,82,64)
#724838
(114,72,56)
#633E30
(99,62,48)
#543428
(84,52,40)
#452A20
(69,42,32)
#362018
(54,32,24)
#271610
(39,22,16)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #AE7058

#AE7058
(174,112,88)
#B57D67
(181,125,103)
#BC8A76
(188,138,118)
#C39785
(195,151,133)
#CAA494
(202,164,148)
#D1B1A3
(209,177,163)
#D8BEB2
(216,190,178)
#DFCBC1
(223,203,193)
#E6D8D0
(230,216,208)
#EDE5DF
(237,229,223)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7058; }

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

This text font color is #AE7058.

Background Color

.myBgColor { background-color: #AE7058; }

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

This div background color is #AE7058.

Border color

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

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

This div border color is #AE7058.

Opacity

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

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

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

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

This text has shadow with #AE7058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7058.

Preview

Color preview on black background

This text has color #AE7058 on black background.


Color preview on white background

This text has color #AE7058 on white background.


Black color preview on #AE7058 background

This text has black color on #AE7058 background.


White color preview on #AE7058 background

This text has white color on #AE7058 background.


Related colors

Complementary color

Complementary color for #hex is #518FA7.


I love getcolorcode.com

Triadic colors

1 #58AE70 and #7058AE with #AE7058 are triadic colors.

2 #5870AE and #70AE58 with #AE7058 are triadic colors.