COLOR #AE906C

HEX: #AE906C RGB: (174,144,108)

Color info

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

RGB color model

#AE906C color RGB value is (174,144,108).

RGB: (174,144,108) (68%, 56%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 108 of 255 = 42%

174
144
108

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

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 108 = 426 (100%)
R 174 of 426 ~ 40.85%
G 144 of 426 ~ 33.8%
B 108 of 426 ~ 25.35'%

%40.85
%33.8
%25.35

CMYK color model

#AE906C color CMYK value is (0,17,38,32).

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

CMYK: (0,17,38,32)
C0M17Y38K32 (0%, 17%, 38%, 32%)
(0.00 / 0.17 / 0.38 / 0.32)

CMYK percentages

%0
%17.24
%37.93
%31.76

Codes

Color #AE906C in popluar color models

AE 90 6C
RGB 174 144 108
HSL 33° 28.95% 55.29%
HSB/HSV 33° 37.93% 68.24%
CMYK 0.00% 17.24% 37.93%
31.76%

Color #AE906C in popluar number systems.

HEX AE 90 6C
Decimal 174 144 108
Binary 10101110 10010000 1101100
Octal 256 220 154

Shades and tints

Shades of #AE906C

#AE906C
(174,144,108)
#9F8363
(159,131,99)
#90765A
(144,118,90)
#816951
(129,105,81)
#725C48
(114,92,72)
#634F3F
(99,79,63)
#544236
(84,66,54)
#45352D
(69,53,45)
#362824
(54,40,36)
#271B1B
(39,27,27)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #AE906C

#AE906C
(174,144,108)
#B59A79
(181,154,121)
#BCA486
(188,164,134)
#C3AE93
(195,174,147)
#CAB8A0
(202,184,160)
#D1C2AD
(209,194,173)
#D8CCBA
(216,204,186)
#DFD6C7
(223,214,199)
#E6E0D4
(230,224,212)
#EDEAE1
(237,234,225)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE906C; }

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

This text font color is #AE906C.

Background Color

.myBgColor { background-color: #AE906C; }

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

This div background color is #AE906C.

Border color

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

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

This div border color is #AE906C.

Opacity

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

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

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

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

This text has shadow with #AE906C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE906C.

Preview

Color preview on black background

This text has color #AE906C on black background.


Color preview on white background

This text has color #AE906C on white background.


Black color preview on #AE906C background

This text has black color on #AE906C background.


White color preview on #AE906C background

This text has white color on #AE906C background.


Related colors

Complementary color

Complementary color for #hex is #516F93.


I love getcolorcode.com

Triadic colors

1 #6CAE90 and #906CAE with #AE906C are triadic colors.

2 #6C90AE and #90AE6C with #AE906C are triadic colors.