COLOR #AEAC82

HEX: #AEAC82 RGB: (174,172,130)

Color info

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

RGB color model

#AEAC82 color RGB value is (174,172,130).

RGB: (174,172,130) (68%, 67%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 130 of 255 = 51%

174
172
130

R + G + B ~ 62%. #AEAC82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 130 = 476 (100%)
R 174 of 476 ~ 36.55%
G 172 of 476 ~ 36.13%
B 130 of 476 ~ 27.31'%

%36.55
%36.13
%27.31

CMYK color model

#AEAC82 color CMYK value is (0,1,25,32).

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

CMYK: (0,1,25,32)
C0M1Y25K32 (0%, 1%, 25%, 32%)
(0.00 / 0.01 / 0.25 / 0.32)

CMYK percentages

%0
%1.15
%25.29
%31.76

Codes

Color #AEAC82 in popluar color models

AE AC 82
RGB 174 172 130
HSL 57° 21.36% 59.61%
HSB/HSV 57° 25.29% 68.24%
CMYK 0.00% 1.15% 25.29%
31.76%

Color #AEAC82 in popluar number systems.

HEX AE AC 82
Decimal 174 172 130
Binary 10101110 10101100 10000010
Octal 256 254 202

Shades and tints

Shades of #AEAC82

#AEAC82
(174,172,130)
#9F9D77
(159,157,119)
#908E6C
(144,142,108)
#817F61
(129,127,97)
#727056
(114,112,86)
#63614B
(99,97,75)
#545240
(84,82,64)
#454335
(69,67,53)
#36342A
(54,52,42)
#27251F
(39,37,31)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEAC82

#AEAC82
(174,172,130)
#B5B38D
(181,179,141)
#BCBA98
(188,186,152)
#C3C1A3
(195,193,163)
#CAC8AE
(202,200,174)
#D1CFB9
(209,207,185)
#D8D6C4
(216,214,196)
#DFDDCF
(223,221,207)
#E6E4DA
(230,228,218)
#EDEBE5
(237,235,229)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC82; }

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

This text font color is #AEAC82.

Background Color

.myBgColor { background-color: #AEAC82; }

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

This div background color is #AEAC82.

Border color

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

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

This div border color is #AEAC82.

Opacity

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

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

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

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

This text has shadow with #AEAC82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC82.

Preview

Color preview on black background

This text has color #AEAC82 on black background.


Color preview on white background

This text has color #AEAC82 on white background.


Black color preview on #AEAC82 background

This text has black color on #AEAC82 background.


White color preview on #AEAC82 background

This text has white color on #AEAC82 background.


Related colors

Complementary color

Complementary color for #hex is #51537D.


I love getcolorcode.com

Triadic colors

1 #82AEAC and #AC82AE with #AEAC82 are triadic colors.

2 #82ACAE and #ACAE82 with #AEAC82 are triadic colors.