COLOR #AEA260

HEX: #AEA260 RGB: (174,162,96)

Color info

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

RGB color model

#AEA260 color RGB value is (174,162,96).

RGB: (174,162,96) (68%, 64%, 38%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 96 of 255 = 38%

174
162
96

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 96 = 432 (100%)
R 174 of 432 ~ 40.28%
G 162 of 432 ~ 37.5%
B 96 of 432 ~ 22.22'%

%40.28
%37.5
%22.22

CMYK color model

#AEA260 color CMYK value is (0,7,45,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 44.83%
  • key color value is 31.76%

CMYK: (0,7,45,32)
C0M7Y45K32 (0%, 7%, 45%, 32%)
(0.00 / 0.07 / 0.45 / 0.32)

CMYK percentages

%0
%6.9
%44.83
%31.76

Codes

Color #AEA260 in popluar color models

AE A2 60
RGB 174 162 96
HSL 51° 32.50% 52.94%
HSB/HSV 51° 44.83% 68.24%
CMYK 0.00% 6.90% 44.83%
31.76%

Color #AEA260 in popluar number systems.

HEX AE A2 60
Decimal 174 162 96
Binary 10101110 10100010 1100000
Octal 256 242 140

Shades and tints

Shades of #AEA260

#AEA260
(174,162,96)
#9F9458
(159,148,88)
#908650
(144,134,80)
#817848
(129,120,72)
#726A40
(114,106,64)
#635C38
(99,92,56)
#544E30
(84,78,48)
#454028
(69,64,40)
#363220
(54,50,32)
#272418
(39,36,24)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AEA260

#AEA260
(174,162,96)
#B5AA6E
(181,170,110)
#BCB27C
(188,178,124)
#C3BA8A
(195,186,138)
#CAC298
(202,194,152)
#D1CAA6
(209,202,166)
#D8D2B4
(216,210,180)
#DFDAC2
(223,218,194)
#E6E2D0
(230,226,208)
#EDEADE
(237,234,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA260 color. Also use rgb(174,162,96) instead hex code.

Text Font Color

.myTextColor { color: #AEA260; }

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

This text font color is #AEA260.

Background Color

.myBgColor { background-color: #AEA260; }

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

This div background color is #AEA260.

Border color

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

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

This div border color is #AEA260.

Opacity

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

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

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

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

This text has shadow with #AEA260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA260.

Preview

Color preview on black background

This text has color #AEA260 on black background.


Color preview on white background

This text has color #AEA260 on white background.


Black color preview on #AEA260 background

This text has black color on #AEA260 background.


White color preview on #AEA260 background

This text has white color on #AEA260 background.


Related colors

Complementary color

Complementary color for #hex is #515D9F.


I love getcolorcode.com

Triadic colors

1 #60AEA2 and #A260AE with #AEA260 are triadic colors.

2 #60A2AE and #A2AE60 with #AEA260 are triadic colors.