COLOR #AE995C

HEX: #AE995C RGB: (174,153,92)

Color info

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

RGB color model

#AE995C color RGB value is (174,153,92).

RGB: (174,153,92) (68%, 60%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 92 of 255 = 36%

174
153
92

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

Portions of RGB colors in percentages

R + G + B = 174 + 153 + 92 = 419 (100%)
R 174 of 419 ~ 41.53%
G 153 of 419 ~ 36.52%
B 92 of 419 ~ 21.96'%

%41.53
%36.52
%21.96

CMYK color model

#AE995C color CMYK value is (0,12,47,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 47.13%
  • key color value is 31.76%
CMYK: (0,12,47,32) C0M12Y47K32 (0%,12%,47%,32%) (0.00/0.12/0.47/0.32) 

CMYK percentages

%0
%12.07
%47.13
%31.76

Codes

Color #AE995C in popluar color models

AE 99 5C
RGB 174 153 92
HSL 45° 33.61% 52.16%
HSB/HSV 45° 47.13% 68.24%
CMYK 0.00% 12.07% 47.13%
31.76%

Color #AE995C in popluar number systems.

HEX AE 99 5C
Decimal 174 153 92
Binary 10101110 10011001 1011100
Octal 256 231 134

Shades and tints

Shades of #AE995C

#AE995C
(174,153,92)
#9F8C54
(159,140,84)
#907F4C
(144,127,76)
#817244
(129,114,68)
#72653C
(114,101,60)
#635834
(99,88,52)
#544B2C
(84,75,44)
#453E24
(69,62,36)
#36311C
(54,49,28)
#272414
(39,36,20)
#18170C
(24,23,12)
#000000
(0,0,0)

Tints of #AE995C

#AE995C
(174,153,92)
#B5A26A
(181,162,106)
#BCAB78
(188,171,120)
#C3B486
(195,180,134)
#CABD94
(202,189,148)
#D1C6A2
(209,198,162)
#D8CFB0
(216,207,176)
#DFD8BE
(223,216,190)
#E6E1CC
(230,225,204)
#EDEADA
(237,234,218)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE995C color. Also use rgb(174,153,92) instead hex code.

Text Font Color

.myTextColor { color: #AE995C; }

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

This text font color is #AE995C.

Background Color

.myBgColor { background-color: #AE995C; }

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

This div background color is #AE995C.

Border color

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

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

This div border color is #AE995C.

Opacity

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

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

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

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

This text has shadow with #AE995C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE995C.

Preview

Color preview on black background

This text has color #AE995C on black background.


Color preview on white background

This text has color #AE995C on white background.


Black color preview on #AE995C background

This text has black color on #AE995C background.


White color preview on #AE995C background

This text has white color on #AE995C background.


Related colors

Complementary color

Complementary color for #hex is #5166A3.


I love getcolorcode.com

Triadic colors

1 #5CAE99 and #995CAE with #AE995C are triadic colors.

2 #5C99AE and #99AE5C with #AE995C are triadic colors.