COLOR #AEA581

HEX: #AEA581 RGB: (174,165,129)

Color info

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

RGB color model

#AEA581 color RGB value is (174,165,129).

RGB: (174,165,129) (68%, 65%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 129 of 255 = 51%

174
165
129

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 129 = 468 (100%)
R 174 of 468 ~ 37.18%
G 165 of 468 ~ 35.26%
B 129 of 468 ~ 27.56'%

%37.18
%35.26
%27.56

CMYK color model

#AEA581 color CMYK value is (0,5,26,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 25.86%
  • key color value is 31.76%

CMYK: (0,5,26,32)
C0M5Y26K32 (0%, 5%, 26%, 32%)
(0.00 / 0.05 / 0.26 / 0.32)

CMYK percentages

%0
%5.17
%25.86
%31.76

Codes

Color #AEA581 in popluar color models

AE A5 81
RGB 174 165 129
HSL 48° 21.74% 59.41%
HSB/HSV 48° 25.86% 68.24%
CMYK 0.00% 5.17% 25.86%
31.76%

Color #AEA581 in popluar number systems.

HEX AE A5 81
Decimal 174 165 129
Binary 10101110 10100101 10000001
Octal 256 245 201

Shades and tints

Shades of #AEA581

#AEA581
(174,165,129)
#9F9676
(159,150,118)
#90876B
(144,135,107)
#817860
(129,120,96)
#726955
(114,105,85)
#635A4A
(99,90,74)
#544B3F
(84,75,63)
#453C34
(69,60,52)
#362D29
(54,45,41)
#271E1E
(39,30,30)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AEA581

#AEA581
(174,165,129)
#B5AD8C
(181,173,140)
#BCB597
(188,181,151)
#C3BDA2
(195,189,162)
#CAC5AD
(202,197,173)
#D1CDB8
(209,205,184)
#D8D5C3
(216,213,195)
#DFDDCE
(223,221,206)
#E6E5D9
(230,229,217)
#EDEDE4
(237,237,228)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA581 color. Also use rgb(174,165,129) instead hex code.

Text Font Color

.myTextColor { color: #AEA581; }

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

This text font color is #AEA581.

Background Color

.myBgColor { background-color: #AEA581; }

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

This div background color is #AEA581.

Border color

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

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

This div border color is #AEA581.

Opacity

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

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

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

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

This text has shadow with #AEA581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA581.

Preview

Color preview on black background

This text has color #AEA581 on black background.


Color preview on white background

This text has color #AEA581 on white background.


Black color preview on #AEA581 background

This text has black color on #AEA581 background.


White color preview on #AEA581 background

This text has white color on #AEA581 background.


Related colors

Complementary color

Complementary color for #hex is #515A7E.


I love getcolorcode.com

Triadic colors

1 #81AEA5 and #A581AE with #AEA581 are triadic colors.

2 #81A5AE and #A5AE81 with #AEA581 are triadic colors.