COLOR #AE823C

HEX: #AE823C RGB: (174,130,60)

Color info

#AE823C contains mainly red and green colors. Web safe color of #AE823C is #999933 (or #993).

RGB color model

#AE823C color RGB value is (174,130,60).

RGB: (174,130,60) (68%, 51%, 24%)

RGB channels and saturation

R 174 of 255 = 68%
G 130 of 255 = 51%
B 60 of 255 = 24%

174
130
60

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

Portions of RGB colors in percentages

R + G + B = 174 + 130 + 60 = 364 (100%)
R 174 of 364 ~ 47.8%
G 130 of 364 ~ 35.71%
B 60 of 364 ~ 16.48'%

%47.8
%35.71
%16.48

CMYK color model

#AE823C color CMYK value is (0,25,66,32).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 65.52%
  • key color value is 31.76%

CMYK: (0,25,66,32)
C0M25Y66K32 (0%, 25%, 66%, 32%)
(0.00 / 0.25 / 0.66 / 0.32)

CMYK percentages

%0
%25.29
%65.52
%31.76

Codes

Color #AE823C in popluar color models

AE 82 3C
RGB 174 130 60
HSL 37° 48.72% 45.88%
HSB/HSV 37° 65.52% 68.24%
CMYK 0.00% 25.29% 65.52%
31.76%

Color #AE823C in popluar number systems.

HEX AE 82 3C
Decimal 174 130 60
Binary 10101110 10000010 111100
Octal 256 202 74

Shades and tints

Shades of #AE823C

#AE823C
(174,130,60)
#9F7737
(159,119,55)
#906C32
(144,108,50)
#81612D
(129,97,45)
#725628
(114,86,40)
#634B23
(99,75,35)
#54401E
(84,64,30)
#453519
(69,53,25)
#362A14
(54,42,20)
#271F0F
(39,31,15)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #AE823C

#AE823C
(174,130,60)
#B58D4D
(181,141,77)
#BC985E
(188,152,94)
#C3A36F
(195,163,111)
#CAAE80
(202,174,128)
#D1B991
(209,185,145)
#D8C4A2
(216,196,162)
#DFCFB3
(223,207,179)
#E6DAC4
(230,218,196)
#EDE5D5
(237,229,213)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE823C; }

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

This text font color is #AE823C.

Background Color

.myBgColor { background-color: #AE823C; }

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

This div background color is #AE823C.

Border color

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

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

This div border color is #AE823C.

Opacity

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

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

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

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

This text has shadow with #AE823C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE823C.

Preview

Color preview on black background

This text has color #AE823C on black background.


Color preview on white background

This text has color #AE823C on white background.


Black color preview on #AE823C background

This text has black color on #AE823C background.


White color preview on #AE823C background

This text has white color on #AE823C background.


Related colors

Complementary color

Complementary color for #hex is #517DC3.


I love getcolorcode.com

Triadic colors

1 #3CAE82 and #823CAE with #AE823C are triadic colors.

2 #3C82AE and #82AE3C with #AE823C are triadic colors.