COLOR #AE946C

HEX: #AE946C RGB: (174,148,108)

Color info

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

RGB color model

#AE946C color RGB value is (174,148,108).

RGB: (174,148,108) (68%, 58%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 108 of 255 = 42%

174
148
108

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

Portions of RGB colors in percentages

R + G + B = 174 + 148 + 108 = 430 (100%)
R 174 of 430 ~ 40.47%
G 148 of 430 ~ 34.42%
B 108 of 430 ~ 25.12'%

%40.47
%34.42
%25.12

CMYK color model

#AE946C color CMYK value is (0,15,38,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 37.93%
  • key color value is 31.76%

CMYK: (0,15,38,32)
C0M15Y38K32 (0%, 15%, 38%, 32%)
(0.00 / 0.15 / 0.38 / 0.32)

CMYK percentages

%0
%14.94
%37.93
%31.76

Codes

Color #AE946C in popluar color models

AE 94 6C
RGB 174 148 108
HSL 36° 28.95% 55.29%
HSB/HSV 36° 37.93% 68.24%
CMYK 0.00% 14.94% 37.93%
31.76%

Color #AE946C in popluar number systems.

HEX AE 94 6C
Decimal 174 148 108
Binary 10101110 10010100 1101100
Octal 256 224 154

Shades and tints

Shades of #AE946C

#AE946C
(174,148,108)
#9F8763
(159,135,99)
#907A5A
(144,122,90)
#816D51
(129,109,81)
#726048
(114,96,72)
#63533F
(99,83,63)
#544636
(84,70,54)
#45392D
(69,57,45)
#362C24
(54,44,36)
#271F1B
(39,31,27)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE946C

#AE946C
(174,148,108)
#B59D79
(181,157,121)
#BCA686
(188,166,134)
#C3AF93
(195,175,147)
#CAB8A0
(202,184,160)
#D1C1AD
(209,193,173)
#D8CABA
(216,202,186)
#DFD3C7
(223,211,199)
#E6DCD4
(230,220,212)
#EDE5E1
(237,229,225)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE946C color. Also use rgb(174,148,108) instead hex code.

Text Font Color

.myTextColor { color: #AE946C; }

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

This text font color is #AE946C.

Background Color

.myBgColor { background-color: #AE946C; }

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

This div background color is #AE946C.

Border color

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

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

This div border color is #AE946C.

Opacity

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

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

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

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

This text has shadow with #AE946C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE946C.

Preview

Color preview on black background

This text has color #AE946C on black background.


Color preview on white background

This text has color #AE946C on white background.


Black color preview on #AE946C background

This text has black color on #AE946C background.


White color preview on #AE946C background

This text has white color on #AE946C background.


Related colors

Complementary color

Complementary color for #hex is #516B93.


I love getcolorcode.com

Triadic colors

1 #6CAE94 and #946CAE with #AE946C are triadic colors.

2 #6C94AE and #94AE6C with #AE946C are triadic colors.