COLOR #AEA682

HEX: #AEA682 RGB: (174,166,130)

Color info

#AEA682 contains red, green and blue colors in about the same proportion. Web safe color of #AEA682 is #999999 (or #999).

RGB color model

#AEA682 color RGB value is (174,166,130).

RGB: (174,166,130) (68%, 65%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 130 of 255 = 51%

174
166
130

R + G + B ~ 61%. #AEA682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 166 + 130 = 470 (100%)
R 174 of 470 ~ 37.02%
G 166 of 470 ~ 35.32%
B 130 of 470 ~ 27.66'%

%37.02
%35.32
%27.66

CMYK color model

#AEA682 color CMYK value is (0,5,25,32).

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

CMYK: (0,5,25,32)
C0M5Y25K32 (0%, 5%, 25%, 32%)
(0.00 / 0.05 / 0.25 / 0.32)

CMYK percentages

%0
%4.6
%25.29
%31.76

Codes

Color #AEA682 in popluar color models

AE A6 82
RGB 174 166 130
HSL 49° 21.36% 59.61%
HSB/HSV 49° 25.29% 68.24%
CMYK 0.00% 4.60% 25.29%
31.76%

Color #AEA682 in popluar number systems.

HEX AE A6 82
Decimal 174 166 130
Binary 10101110 10100110 10000010
Octal 256 246 202

Shades and tints

Shades of #AEA682

#AEA682
(174,166,130)
#9F9777
(159,151,119)
#90886C
(144,136,108)
#817961
(129,121,97)
#726A56
(114,106,86)
#635B4B
(99,91,75)
#544C40
(84,76,64)
#453D35
(69,61,53)
#362E2A
(54,46,42)
#271F1F
(39,31,31)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AEA682

#AEA682
(174,166,130)
#B5AE8D
(181,174,141)
#BCB698
(188,182,152)
#C3BEA3
(195,190,163)
#CAC6AE
(202,198,174)
#D1CEB9
(209,206,185)
#D8D6C4
(216,214,196)
#DFDECF
(223,222,207)
#E6E6DA
(230,230,218)
#EDEEE5
(237,238,229)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA682; }

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

This text font color is #AEA682.

Background Color

.myBgColor { background-color: #AEA682; }

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

This div background color is #AEA682.

Border color

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

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

This div border color is #AEA682.

Opacity

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

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

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

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

This text has shadow with #AEA682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA682.

Preview

Color preview on black background

This text has color #AEA682 on black background.


Color preview on white background

This text has color #AEA682 on white background.


Black color preview on #AEA682 background

This text has black color on #AEA682 background.


White color preview on #AEA682 background

This text has white color on #AEA682 background.


Related colors

Complementary color

Complementary color for #hex is #51597D.


I love getcolorcode.com

Triadic colors

1 #82AEA6 and #A682AE with #AEA682 are triadic colors.

2 #82A6AE and #A6AE82 with #AEA682 are triadic colors.