COLOR #AE925D

HEX: #AE925D RGB: (174,146,93)

Color info

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

RGB color model

#AE925D color RGB value is (174,146,93).

RGB: (174,146,93) (68%, 57%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 93 of 255 = 36%

174
146
93

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

Portions of RGB colors in percentages

R + G + B = 174 + 146 + 93 = 413 (100%)
R 174 of 413 ~ 42.13%
G 146 of 413 ~ 35.35%
B 93 of 413 ~ 22.52'%

%42.13
%35.35
%22.52

CMYK color model

#AE925D color CMYK value is (0,16,47,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 46.55%
  • key color value is 31.76%

CMYK: (0,16,47,32)
C0M16Y47K32 (0%, 16%, 47%, 32%)
(0.00 / 0.16 / 0.47 / 0.32)

CMYK percentages

%0
%16.09
%46.55
%31.76

Codes

Color #AE925D in popluar color models

AE 92 5D
RGB 174 146 93
HSL 39° 33.33% 52.35%
HSB/HSV 39° 46.55% 68.24%
CMYK 0.00% 16.09% 46.55%
31.76%

Color #AE925D in popluar number systems.

HEX AE 92 5D
Decimal 174 146 93
Binary 10101110 10010010 1011101
Octal 256 222 135

Shades and tints

Shades of #AE925D

#AE925D
(174,146,93)
#9F8555
(159,133,85)
#90784D
(144,120,77)
#816B45
(129,107,69)
#725E3D
(114,94,61)
#635135
(99,81,53)
#54442D
(84,68,45)
#453725
(69,55,37)
#362A1D
(54,42,29)
#271D15
(39,29,21)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AE925D

#AE925D
(174,146,93)
#B59B6B
(181,155,107)
#BCA479
(188,164,121)
#C3AD87
(195,173,135)
#CAB695
(202,182,149)
#D1BFA3
(209,191,163)
#D8C8B1
(216,200,177)
#DFD1BF
(223,209,191)
#E6DACD
(230,218,205)
#EDE3DB
(237,227,219)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE925D; }

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

This text font color is #AE925D.

Background Color

.myBgColor { background-color: #AE925D; }

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

This div background color is #AE925D.

Border color

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

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

This div border color is #AE925D.

Opacity

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

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

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

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

This text has shadow with #AE925D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE925D.

Preview

Color preview on black background

This text has color #AE925D on black background.


Color preview on white background

This text has color #AE925D on white background.


Black color preview on #AE925D background

This text has black color on #AE925D background.


White color preview on #AE925D background

This text has white color on #AE925D background.


Related colors

Complementary color

Complementary color for #hex is #516DA2.


I love getcolorcode.com

Triadic colors

1 #5DAE92 and #925DAE with #AE925D are triadic colors.

2 #5D92AE and #92AE5D with #AE925D are triadic colors.