COLOR #AE3B17

HEX: #AE3B17
RGB: (174,59,23)

Color info

#AE3B17 contains mainly red color. Web safe color of #AE3B17 is #993300 (or #930).

RGB color model

#AE3B17 color RGB value is (174,59,23).

  • red value is 174;
  • green value is 59;
  • blue value is 23.
RGB:
(174,59,23)
(68%,23%,9%)

RGB channels and saturation

R 174 of 255 = 68%
G 59 of 255 = 23%
B 23 of 255 = 9%

174
59
23

R + G + B ~ 33%. #AE3B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 59 + 23 = 256 (100%)
R 174 of 256 ~ 67.97%
G 59 of 256 ~ 23.05%
B 23 of 256 ~ 8.98%

%67.97
%23.05

CMYK color model

#AE3B17 color CMYK value is (0,66,87,32).

  • cyan value is 0.00%
  • magenta value is 66.09%
  • yellow value is 86.78%
  • key color value is 31.76%
CMYK:
(0,66,87,32)
C0M66Y87K32 
(0%,66%,87%,32%)
(0.00/0.66/0.87/0.32)	

CMYK percentages

%0
%66.09
%86.78
%31.76

Codes

Color #AE3B17 in popluar color models

AE3B17
RGB1745923
HSL14°76.65%38.63%
HSB/HSV14°86.78%68.24%
CMYK0.00%66.09%86.78%
31.76%

Color #AE3B17 in popluar number systems.

HEXAE3B17
Decimal1745923
Binary1010111011101110111
Octal2567327

Shades and tints

Shades of #AE3B17

#AE3B17
(174,59,23)
#9F3615
(159,54,21)
#903113
(144,49,19)
#812C11
(129,44,17)
#72270F
(114,39,15)
#63220D
(99,34,13)
#541D0B
(84,29,11)
#451809
(69,24,9)
#361307
(54,19,7)
#270E05
(39,14,5)
#180903
(24,9,3)
#000000
(0,0,0)

Tints of #AE3B17

#AE3B17
(174,59,23)
#B54C2C
(181,76,44)
#BC5D41
(188,93,65)
#C36E56
(195,110,86)
#CA7F6B
(202,127,107)
#D19080
(209,144,128)
#D8A195
(216,161,149)
#DFB2AA
(223,178,170)
#E6C3BF
(230,195,191)
#EDD4D4
(237,212,212)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE3B17; }

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

This text font color is #AE3B17.


Background Color

.myBgColor { background-color: #AE3B17; }

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

This div background color is #AE3B17.


Border color

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

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

This div border color is #AE3B17.


Opacity

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

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

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

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

This text has shadow with #AE3B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE3B17 on black background.


Color preview on white background

This text has color #AE3B17 on white background.



Black color preview on #AE3B17 background

This text has black color on #AE3B17 background.


White color preview on #AE3B17 background

This text has white color on #AE3B17 background.