Color Hex Logo

#ae3618 Color Hex

#AE3618
(174,54,24)
0 Favorites   0 Comments

Color spaces of #ae3618

RGB 1745424
HSL0.030.760.39
HSV12°86°68°
CMYK 0.000.690.86   0.32
XYZ18.939611.70302.1248
Yxy11.70300.57800.3572
Hunter Lab34.209638.956720.2642
CIE-Lab40.740147.473943.9823

#ae3618 color RGB value is (174,54,24).

#ae3618 hex color red value is 174, green value is 54 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ae3618 hue: 0.03 , saturation: 0.76 and the lightness value of ae3618 is 0.39.

The process color (four color CMYK) of #ae3618 color hex is 0.00, 0.69, 0.86, 0.32. Web safe color of #ae3618 is #993300. Color #ae3618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 00011000
Octal 256 66 30
Decimal 174 54 24
Hex AE 36 18

RGB Percentages of Color #ae3618

%69.05
%21.43
%9.52

CMYK Percentages of Color #ae3618

%0
%69
%86
%32

Triadic Colors of #ae3618

#ae3618 #18ae36 #3618ae

Analogous Colors of #ae3618

#ae3618 #ae8118 #ae1845

Monochromatic Colors of #ae3618

#ae3618

Complementary Color

#ae3618 #1890ae

#ae3618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3618 Color CSS Codes

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

#ae3618 Text Font Color

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

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


#ae3618 Background Color

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

This div background color is #ae3618


#ae3618 Border Color

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

This div border color is #ae3618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3618


Comments

No comments written yet.

Please login to write comment.