Color Hex Logo

#ae440f Color Hex

#AE440F
(174,68,15)
0 Favorites   0 Comments

Color spaces of #ae440f

RGB 1746815
HSL0.060.840.37
HSV20°91°68°
CMYK 0.000.610.91   0.32
XYZ19.608913.16741.9600
Yxy13.16740.56450.3791
Hunter Lab36.286932.956622.1984
CIE-Lab43.014441.071449.3332

#ae440f color RGB value is (174,68,15).

#ae440f hex color red value is 174, green value is 68 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae440f hue: 0.06 , saturation: 0.84 and the lightness value of ae440f is 0.37.

The process color (four color CMYK) of #ae440f color hex is 0.00, 0.61, 0.91, 0.32. Web safe color of #ae440f is #993300. Color #ae440f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00001111
Octal 256 104 17
Decimal 174 68 15
Hex AE 44 F

RGB Percentages of Color #ae440f

%67.70
%26.46
%5.84

CMYK Percentages of Color #ae440f

%0
%61
%91
%32

Triadic Colors of #ae440f

#ae440f #0fae44 #440fae

Analogous Colors of #ae440f

#ae440f #ae940f #ae0f29

Monochromatic Colors of #ae440f

#ae440f

Complementary Color

#ae440f #0f79ae

#ae440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae440f Color CSS Codes

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

#ae440f Text Font Color

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

This sample text font color is #ae440f
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.


#ae440f Background Color

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

This div background color is #ae440f


#ae440f Border Color

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

This div border color is #ae440f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae440f


Comments

No comments written yet.

Please login to write comment.