Color Hex Logo

#ae451f Color Hex

#AE451F
(174,69,31)
0 Favorites   0 Comments

Color spaces of #ae451f

RGB 1746931
HSL0.040.700.40
HSV16°82°68°
CMYK 0.000.600.82   0.32
XYZ19.831013.35382.8287
Yxy13.35380.55070.3708
Hunter Lab36.542932.918020.9905
CIE-Lab43.291640.988042.9927

#ae451f color RGB value is (174,69,31).

#ae451f hex color red value is 174, green value is 69 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae451f hue: 0.04 , saturation: 0.70 and the lightness value of ae451f is 0.40.

The process color (four color CMYK) of #ae451f color hex is 0.00, 0.60, 0.82, 0.32. Web safe color of #ae451f is #993333. Color #ae451f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 00011111
Octal 256 105 37
Decimal 174 69 31
Hex AE 45 1F

RGB Percentages of Color #ae451f

%63.50
%25.18
%11.31

CMYK Percentages of Color #ae451f

%0
%60
%82
%32

Triadic Colors of #ae451f

#ae451f #1fae45 #451fae

Analogous Colors of #ae451f

#ae451f #ae8d1f #ae1f40

Monochromatic Colors of #ae451f

#ae451f

Complementary Color

#ae451f #1f88ae

#ae451f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae451f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae451f Color CSS Codes

.mybgcolor {background-color:#ae451f; } 
.myforecolor {color:#ae451f; }
.mybordercolor {border:3px solid #ae451f; }

#ae451f Text Font Color

<p style="color:#ae451f">Text here</p>

This sample text font color is #ae451f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae451f Background Color

<div style="background-color:#ae451f">
Div content here</div>

This div background color is #ae451f


#ae451f Border Color

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

This div border color is #ae451f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,69,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae451f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae451f;
  -webkit-box-shadow: 1px 1px 3px 2px #ae451f;
  box-shadow:         1px 1px 3px 2px #ae451f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,69,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae451f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae451f;
  -webkit-box-shadow: 1px 1px 3px 2px #ae451f;
  box-shadow:         1px 1px 3px 2px #ae451f;">
Div content here</div>

This div box has shadow with color #ae451f


Comments

No comments written yet.

Please login to write comment.