COLOR #AEA06B

HEX: #AEA06B RGB: (174,160,107)

Color info

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

RGB color model

#AEA06B color RGB value is (174,160,107).

RGB: (174,160,107) (68%, 63%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 107 of 255 = 42%

174
160
107

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 107 = 441 (100%)
R 174 of 441 ~ 39.46%
G 160 of 441 ~ 36.28%
B 107 of 441 ~ 24.26'%

%39.46
%36.28
%24.26

CMYK color model

#AEA06B color CMYK value is (0,8,39,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK: (0,8,39,32) C0M8Y39K32 (0%,8%,39%,32%) (0.00/0.08/0.39/0.32) 

CMYK percentages

%0
%8.05
%38.51
%31.76

Codes

Color #AEA06B in popluar color models

AE A0 6B
RGB 174 160 107
HSL 47° 29.26% 55.10%
HSB/HSV 47° 38.51% 68.24%
CMYK 0.00% 8.05% 38.51%
31.76%

Color #AEA06B in popluar number systems.

HEX AE A0 6B
Decimal 174 160 107
Binary 10101110 10100000 1101011
Octal 256 240 153

Shades and tints

Shades of #AEA06B

#AEA06B
(174,160,107)
#9F9262
(159,146,98)
#908459
(144,132,89)
#817650
(129,118,80)
#726847
(114,104,71)
#635A3E
(99,90,62)
#544C35
(84,76,53)
#453E2C
(69,62,44)
#363023
(54,48,35)
#27221A
(39,34,26)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEA06B

#AEA06B
(174,160,107)
#B5A878
(181,168,120)
#BCB085
(188,176,133)
#C3B892
(195,184,146)
#CAC09F
(202,192,159)
#D1C8AC
(209,200,172)
#D8D0B9
(216,208,185)
#DFD8C6
(223,216,198)
#E6E0D3
(230,224,211)
#EDE8E0
(237,232,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA06B; }

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

This text font color is #AEA06B.

Background Color

.myBgColor { background-color: #AEA06B; }

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

This div background color is #AEA06B.

Border color

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

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

This div border color is #AEA06B.

Opacity

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

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

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

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

This text has shadow with #AEA06B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA06B.

Preview

Color preview on black background

This text has color #AEA06B on black background.


Color preview on white background

This text has color #AEA06B on white background.


Black color preview on #AEA06B background

This text has black color on #AEA06B background.


White color preview on #AEA06B background

This text has white color on #AEA06B background.


Related colors

Complementary color

Complementary color for #hex is #515F94.


I love getcolorcode.com

Triadic colors

1 #6BAEA0 and #A06BAE with #AEA06B are triadic colors.

2 #6BA0AE and #A0AE6B with #AEA06B are triadic colors.