COLOR #AE8558

HEX: #AE8558
RGB: (174,133,88)

Color info

#AE8558 contains mainly red and green colors. Web safe color of #AE8558 is #999966 (or #996).

RGB color model

#AE8558 color RGB value is (174,133,88).

  • red value is 174;
  • green value is 133;
  • blue value is 88.
RGB:
(174,133,88)
(68%,52%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 88 of 255 = 35%

174
133
88

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

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 88 = 395 (100%)
R 174 of 395 ~ 44.05%
G 133 of 395 ~ 33.67%
B 88 of 395 ~ 22.28%

%44.05
%33.67
%22.28

CMYK color model

#AE8558 color CMYK value is (0,24,49,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 49.43%
  • key color value is 31.76%
CMYK:
(0,24,49,32)
C0M24Y49K32 
(0%,24%,49%,32%)
(0.00/0.24/0.49/0.32)	

CMYK percentages

%0
%23.56
%49.43
%31.76

Codes

Color #AE8558 in popluar color models

AE8558
RGB17413388
HSL31°34.68%51.37%
HSB/HSV31°49.43%68.24%
CMYK0.00%23.56%49.43%
31.76%

Color #AE8558 in popluar number systems.

HEXAE8558
Decimal17413388
Binary10101110100001011011000
Octal256205130

Shades and tints

Shades of #AE8558

#AE8558
(174,133,88)
#9F7950
(159,121,80)
#906D48
(144,109,72)
#816140
(129,97,64)
#725538
(114,85,56)
#634930
(99,73,48)
#543D28
(84,61,40)
#453120
(69,49,32)
#362518
(54,37,24)
#271910
(39,25,16)
#180D08
(24,13,8)
#000000
(0,0,0)

Tints of #AE8558

#AE8558
(174,133,88)
#B59067
(181,144,103)
#BC9B76
(188,155,118)
#C3A685
(195,166,133)
#CAB194
(202,177,148)
#D1BCA3
(209,188,163)
#D8C7B2
(216,199,178)
#DFD2C1
(223,210,193)
#E6DDD0
(230,221,208)
#EDE8DF
(237,232,223)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8558; }

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

This text font color is #AE8558.


Background Color

.myBgColor { background-color: #AE8558; }

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

This div background color is #AE8558.


Border color

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

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

This div border color is #AE8558.


Opacity

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

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

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

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

This text has shadow with #AE8558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8558 on black background.


Color preview on white background

This text has color #AE8558 on white background.



Black color preview on #AE8558 background

This text has black color on #AE8558 background.


White color preview on #AE8558 background

This text has white color on #AE8558 background.