COLOR #AE0907

HEX: #AE0907
RGB: (174,9,7)

Color info

#AE0907 contains mainly red color. Web safe color of #AE0907 is #990000 (or #900).

RGB color model

#AE0907 color RGB value is (174,9,7).

  • red value is 174;
  • green value is 9;
  • blue value is 7.
RGB:
(174,9,7)
(68%,4%,3%)

RGB channels and saturation

R 174 of 255 = 68%
G 9 of 255 = 4%
B 7 of 255 = 3%

174
9
7

R + G + B ~ 25%. #AE0907 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
174 + 9 + 7 = 190 (100%)
R 174 of 190 ~ 91.58%
G 9 of 190 ~ 4.74%
B 7 of 190 ~ 3.68%

%91.58

CMYK color model

#AE0907 color CMYK value is (0,95,96,32).

  • cyan value is 0.00%
  • magenta value is 94.83%
  • yellow value is 95.98%
  • key color value is 31.76%
CMYK:
(0,95,96,32)
C0M95Y96K32 
(0%,95%,96%,32%)
(0.00/0.95/0.96/0.32)	

CMYK percentages

%0
%94.83
%95.98
%31.76

Codes

Color #AE0907 in popluar color models

AE0907
RGB17497
HSL92.27%35.49%
HSB/HSV95.98%68.24%
CMYK0.00%94.83%95.98%
31.76%

Color #AE0907 in popluar number systems.

HEXAE0907
Decimal17497
Binary101011101001111
Octal256117

Shades and tints

Shades of #AE0907

#AE0907
(174,9,7)
#9F0907
(159,9,7)
#900907
(144,9,7)
#810907
(129,9,7)
#720907
(114,9,7)
#630907
(99,9,7)
#540907
(84,9,7)
#450907
(69,9,7)
#360907
(54,9,7)
#270907
(39,9,7)
#180907
(24,9,7)
#000000
(0,0,0)

Tints of #AE0907

#AE0907
(174,9,7)
#B51F1D
(181,31,29)
#BC3533
(188,53,51)
#C34B49
(195,75,73)
#CA615F
(202,97,95)
#D17775
(209,119,117)
#D88D8B
(216,141,139)
#DFA3A1
(223,163,161)
#E6B9B7
(230,185,183)
#EDCFCD
(237,207,205)
#F4E5E3
(244,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE0907 color. Also use rgb(174,9,7) instead hex code.

Text Font Color

.myTextColor { color: #AE0907; }

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

This text font color is #AE0907.


Background Color

.myBgColor { background-color: #AE0907; }

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

This div background color is #AE0907.


Border color

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

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

This div border color is #AE0907.


Opacity

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

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

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

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

This text has shadow with #AE0907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE0907 on black background.


Color preview on white background

This text has color #AE0907 on white background.



Black color preview on #AE0907 background

This text has black color on #AE0907 background.


White color preview on #AE0907 background

This text has white color on #AE0907 background.