COLOR #AEA592

HEX: #AEA592
RGB: (174,165,146)

Color info

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

RGB color model

#AEA592 color RGB value is (174,165,146).

  • red value is 174;
  • green value is 165;
  • blue value is 146.
RGB:
(174,165,146)
(68%,65%,57%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 146 of 255 = 57%

174
165
146

R + G + B ~ 63%. #AEA592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 146 = 485 (100%)
R 174 of 485 ~ 35.88%
G 165 of 485 ~ 34.02%
B 146 of 485 ~ 30.1%

%35.88
%34.02
%30.1

CMYK color model

#AEA592 color CMYK value is (0,5,16,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,5,16,32)
C0M5Y16K32 
(0%,5%,16%,32%)
(0.00/0.05/0.16/0.32)	

CMYK percentages

%0
%5.17
%16.09
%31.76

Codes

Color #AEA592 in popluar color models

AEA592
RGB174165146
HSL41°14.74%62.75%
HSB/HSV41°16.09%68.24%
CMYK0.00%5.17%16.09%
31.76%

Color #AEA592 in popluar number systems.

HEXAEA592
Decimal174165146
Binary101011101010010110010010
Octal256245222

Shades and tints

Shades of #AEA592

#AEA592
(174,165,146)
#9F9685
(159,150,133)
#908778
(144,135,120)
#81786B
(129,120,107)
#72695E
(114,105,94)
#635A51
(99,90,81)
#544B44
(84,75,68)
#453C37
(69,60,55)
#362D2A
(54,45,42)
#271E1D
(39,30,29)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AEA592

#AEA592
(174,165,146)
#B5AD9B
(181,173,155)
#BCB5A4
(188,181,164)
#C3BDAD
(195,189,173)
#CAC5B6
(202,197,182)
#D1CDBF
(209,205,191)
#D8D5C8
(216,213,200)
#DFDDD1
(223,221,209)
#E6E5DA
(230,229,218)
#EDEDE3
(237,237,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA592; }

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

This text font color is #AEA592.


Background Color

.myBgColor { background-color: #AEA592; }

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

This div background color is #AEA592.


Border color

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

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

This div border color is #AEA592.


Opacity

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

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

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

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

This text has shadow with #AEA592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA592 on black background.


Color preview on white background

This text has color #AEA592 on white background.



Black color preview on #AEA592 background

This text has black color on #AEA592 background.


White color preview on #AEA592 background

This text has white color on #AEA592 background.