COLOR #AE633B

HEX: #AE633B RGB: (174,99,59)

Color info

#AE633B contains mainly red color. Web safe color of #AE633B is #996633 (or #963).

RGB color model

#AE633B color RGB value is (174,99,59).

RGB: (174,99,59) (68%, 39%, 23%)

RGB channels and saturation

R 174 of 255 = 68%
G 99 of 255 = 39%
B 59 of 255 = 23%

174
99
59

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

Portions of RGB colors in percentages

R + G + B = 174 + 99 + 59 = 332 (100%)
R 174 of 332 ~ 52.41%
G 99 of 332 ~ 29.82%
B 59 of 332 ~ 17.77'%

%52.41
%29.82
%17.77

CMYK color model

#AE633B color CMYK value is (0,43,66,32).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 66.09%
  • key color value is 31.76%
CMYK: (0,43,66,32) C0M43Y66K32 (0%,43%,66%,32%) (0.00/0.43/0.66/0.32) 

CMYK percentages

%0
%43.1
%66.09
%31.76

Codes

Color #AE633B in popluar color models

AE 63 3B
RGB 174 99 59
HSL 21° 49.36% 45.69%
HSB/HSV 21° 66.09% 68.24%
CMYK 0.00% 43.10% 66.09%
31.76%

Color #AE633B in popluar number systems.

HEX AE 63 3B
Decimal 174 99 59
Binary 10101110 1100011 111011
Octal 256 143 73

Shades and tints

Shades of #AE633B

#AE633B
(174,99,59)
#9F5A36
(159,90,54)
#905131
(144,81,49)
#81482C
(129,72,44)
#723F27
(114,63,39)
#633622
(99,54,34)
#542D1D
(84,45,29)
#452418
(69,36,24)
#361B13
(54,27,19)
#27120E
(39,18,14)
#180909
(24,9,9)
#000000
(0,0,0)

Tints of #AE633B

#AE633B
(174,99,59)
#B5714C
(181,113,76)
#BC7F5D
(188,127,93)
#C38D6E
(195,141,110)
#CA9B7F
(202,155,127)
#D1A990
(209,169,144)
#D8B7A1
(216,183,161)
#DFC5B2
(223,197,178)
#E6D3C3
(230,211,195)
#EDE1D4
(237,225,212)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE633B color. Also use rgb(174,99,59) instead hex code.

Text Font Color

.myTextColor { color: #AE633B; }

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

This text font color is #AE633B.

Background Color

.myBgColor { background-color: #AE633B; }

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

This div background color is #AE633B.

Border color

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

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

This div border color is #AE633B.

Opacity

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

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

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

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

This text has shadow with #AE633B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE633B.

Preview

Color preview on black background

This text has color #AE633B on black background.


Color preview on white background

This text has color #AE633B on white background.


Black color preview on #AE633B background

This text has black color on #AE633B background.


White color preview on #AE633B background

This text has white color on #AE633B background.


Related colors

Complementary color

Complementary color for #hex is #519CC4.


I love getcolorcode.com

Triadic colors

1 #3BAE63 and #633BAE with #AE633B are triadic colors.

2 #3B63AE and #63AE3B with #AE633B are triadic colors.