COLOR #AEA663

HEX: #AEA663 RGB: (174,166,99)

Color info

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

RGB color model

#AEA663 color RGB value is (174,166,99).

RGB: (174,166,99) (68%, 65%, 39%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 99 of 255 = 39%

174
166
99

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

Portions of RGB colors in percentages

R + G + B = 174 + 166 + 99 = 439 (100%)
R 174 of 439 ~ 39.64%
G 166 of 439 ~ 37.81%
B 99 of 439 ~ 22.55'%

%39.64
%37.81
%22.55

CMYK color model

#AEA663 color CMYK value is (0,5,43,32).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 43.10%
  • key color value is 31.76%

CMYK: (0,5,43,32)
C0M5Y43K32 (0%, 5%, 43%, 32%)
(0.00 / 0.05 / 0.43 / 0.32)

CMYK percentages

%0
%4.6
%43.1
%31.76

Codes

Color #AEA663 in popluar color models

AE A6 63
RGB 174 166 99
HSL 54° 31.65% 53.53%
HSB/HSV 54° 43.10% 68.24%
CMYK 0.00% 4.60% 43.10%
31.76%

Color #AEA663 in popluar number systems.

HEX AE A6 63
Decimal 174 166 99
Binary 10101110 10100110 1100011
Octal 256 246 143

Shades and tints

Shades of #AEA663

#AEA663
(174,166,99)
#9F975A
(159,151,90)
#908851
(144,136,81)
#817948
(129,121,72)
#726A3F
(114,106,63)
#635B36
(99,91,54)
#544C2D
(84,76,45)
#453D24
(69,61,36)
#362E1B
(54,46,27)
#271F12
(39,31,18)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #AEA663

#AEA663
(174,166,99)
#B5AE71
(181,174,113)
#BCB67F
(188,182,127)
#C3BE8D
(195,190,141)
#CAC69B
(202,198,155)
#D1CEA9
(209,206,169)
#D8D6B7
(216,214,183)
#DFDEC5
(223,222,197)
#E6E6D3
(230,230,211)
#EDEEE1
(237,238,225)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA663 color. Also use rgb(174,166,99) instead hex code.

Text Font Color

.myTextColor { color: #AEA663; }

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

This text font color is #AEA663.

Background Color

.myBgColor { background-color: #AEA663; }

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

This div background color is #AEA663.

Border color

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

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

This div border color is #AEA663.

Opacity

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

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

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

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

This text has shadow with #AEA663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA663.

Preview

Color preview on black background

This text has color #AEA663 on black background.


Color preview on white background

This text has color #AEA663 on white background.


Black color preview on #AEA663 background

This text has black color on #AEA663 background.


White color preview on #AEA663 background

This text has white color on #AEA663 background.


Related colors

Complementary color

Complementary color for #hex is #51599C.


I love getcolorcode.com

Triadic colors

1 #63AEA6 and #A663AE with #AEA663 are triadic colors.

2 #63A6AE and #A6AE63 with #AEA663 are triadic colors.