COLOR #AEA282

HEX: #AEA282
RGB: (174,162,130)

Color info

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

RGB color model

#AEA282 color RGB value is (174,162,130).

  • red value is 174;
  • green value is 162;
  • blue value is 130.
RGB:
(174,162,130)
(68%,64%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 130 of 255 = 51%

174
162
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 130 = 466 (100%)
R 174 of 466 ~ 37.34%
G 162 of 466 ~ 34.76%
B 130 of 466 ~ 27.9%

%37.34
%34.76
%27.9

CMYK color model

#AEA282 color CMYK value is (0,7,25,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 25.29%
  • key color value is 31.76%
CMYK:
(0,7,25,32)
C0M7Y25K32 
(0%,7%,25%,32%)
(0.00/0.07/0.25/0.32)	

CMYK percentages

%0
%6.9
%25.29
%31.76

Codes

Color #AEA282 in popluar color models

AEA282
RGB174162130
HSL44°21.36%59.61%
HSB/HSV44°25.29%68.24%
CMYK0.00%6.90%25.29%
31.76%

Color #AEA282 in popluar number systems.

HEXAEA282
Decimal174162130
Binary101011101010001010000010
Octal256242202

Shades and tints

Shades of #AEA282

#AEA282
(174,162,130)
#9F9477
(159,148,119)
#90866C
(144,134,108)
#817861
(129,120,97)
#726A56
(114,106,86)
#635C4B
(99,92,75)
#544E40
(84,78,64)
#454035
(69,64,53)
#36322A
(54,50,42)
#27241F
(39,36,31)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEA282

#AEA282
(174,162,130)
#B5AA8D
(181,170,141)
#BCB298
(188,178,152)
#C3BAA3
(195,186,163)
#CAC2AE
(202,194,174)
#D1CAB9
(209,202,185)
#D8D2C4
(216,210,196)
#DFDACF
(223,218,207)
#E6E2DA
(230,226,218)
#EDEAE5
(237,234,229)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA282; }

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

This text font color is #AEA282.


Background Color

.myBgColor { background-color: #AEA282; }

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

This div background color is #AEA282.


Border color

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

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

This div border color is #AEA282.


Opacity

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

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

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

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

This text has shadow with #AEA282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA282 on black background.


Color preview on white background

This text has color #AEA282 on white background.



Black color preview on #AEA282 background

This text has black color on #AEA282 background.


White color preview on #AEA282 background

This text has white color on #AEA282 background.