COLOR #AEA069

HEX: #AEA069 RGB: (174,160,105)

Color info

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

RGB color model

#AEA069 color RGB value is (174,160,105).

RGB: (174,160,105) (68%, 63%, 41%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 105 of 255 = 41%

174
160
105

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 105 = 439 (100%)
R 174 of 439 ~ 39.64%
G 160 of 439 ~ 36.45%
B 105 of 439 ~ 23.92'%

%39.64
%36.45
%23.92

CMYK color model

#AEA069 color CMYK value is (0,8,40,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 39.66%
  • key color value is 31.76%

CMYK: (0,8,40,32)
C0M8Y40K32 (0%, 8%, 40%, 32%)
(0.00 / 0.08 / 0.40 / 0.32)

CMYK percentages

%0
%8.05
%39.66
%31.76

Codes

Color #AEA069 in popluar color models

AE A0 69
RGB 174 160 105
HSL 48° 29.87% 54.71%
HSB/HSV 48° 39.66% 68.24%
CMYK 0.00% 8.05% 39.66%
31.76%

Color #AEA069 in popluar number systems.

HEX AE A0 69
Decimal 174 160 105
Binary 10101110 10100000 1101001
Octal 256 240 151

Shades and tints

Shades of #AEA069

#AEA069
(174,160,105)
#9F9260
(159,146,96)
#908457
(144,132,87)
#81764E
(129,118,78)
#726845
(114,104,69)
#635A3C
(99,90,60)
#544C33
(84,76,51)
#453E2A
(69,62,42)
#363021
(54,48,33)
#272218
(39,34,24)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEA069

#AEA069
(174,160,105)
#B5A876
(181,168,118)
#BCB083
(188,176,131)
#C3B890
(195,184,144)
#CAC09D
(202,192,157)
#D1C8AA
(209,200,170)
#D8D0B7
(216,208,183)
#DFD8C4
(223,216,196)
#E6E0D1
(230,224,209)
#EDE8DE
(237,232,222)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA069 color. Also use rgb(174,160,105) instead hex code.

Text Font Color

.myTextColor { color: #AEA069; }

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

This text font color is #AEA069.

Background Color

.myBgColor { background-color: #AEA069; }

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

This div background color is #AEA069.

Border color

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

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

This div border color is #AEA069.

Opacity

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

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

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

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

This text has shadow with #AEA069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA069.

Preview

Color preview on black background

This text has color #AEA069 on black background.


Color preview on white background

This text has color #AEA069 on white background.


Black color preview on #AEA069 background

This text has black color on #AEA069 background.


White color preview on #AEA069 background

This text has white color on #AEA069 background.


Related colors

Complementary color

Complementary color for #hex is #515F96.


I love getcolorcode.com

Triadic colors

1 #69AEA0 and #A069AE with #AEA069 are triadic colors.

2 #69A0AE and #A0AE69 with #AEA069 are triadic colors.